After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 609004 - Timeout on 1 file during extraction causes 10 to fail
Timeout on 1 file during extraction causes 10 to fail
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: Extractor
git master
Other Linux
: Normal normal
: ---
Assigned To: tracker-extractor
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2010-02-04 17:02 UTC by Alexander Hunziker
Modified: 2010-02-25 13:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexander Hunziker 2010-02-04 17:02:14 UTC
My tracker-miner-fs log often has messages of the style:

04 Feb 2010, 16:56:25: Tracker-Critical **: Could not process 'file:///home/hunzikea/Uni/M%C3%A9thodes%20mathematiques%20de%20la%20physique.pdf': Message did not receive a reply (timeout by message bus)

appear in bunches of 10.

It turns out that if extraction of metadata takes a long time for a single file among 10, that will result in all of them failing to be indexed.
Comment 1 Martyn Russell 2010-02-10 11:03:50 UTC
The 10 you get are because of this code:

	return g_object_new (TRACKER_TYPE_MINER_FILES,
	                     "name", "Files",
	                     "config", config,
	                     "process-pool-limit", 10,
	                     NULL);

The 10 there is the reason for this. We will be working on a fix soon.
Comment 2 Martyn Russell 2010-02-25 13:55:32 UTC
Carlos committed a fix for this and it should be in today's release of 0.7.22.