Re: [Tracker] tracker store timeout
- From: Carlos Garnacho <carlos lanedo com>
- To: "MrJojohn1987 ." <putineiionut gmail com>
- Cc: tracker-list gnome org
- Subject: Re: [Tracker] tracker store timeout
- Date: Fri, 19 Apr 2013 12:37:06 +0200
Hi,
On vie, 2013-04-19 at 12:14 +0300, MrJojohn1987 . wrote:
The timeout seem to be when doing tracker_sparql_update_async.
This still fits the symptoms that Ivan suspects about, usually readonly
queries are run on a direct connection to the database (tracker-store is
not involved), and updates/deletes are run through the dbus connection,
and handled centrally by tracker-store.
One thing worth checking is whether the tracker-store PID stays the same
while tracker-miner-fs is doing its business. If not, you could perhaps
attach to the tracker-store process with gdb and get a backtrace of it
crashing
$ gdb /usr/libexec/tracker-store `pidof tracker-store`
Found this on google
search https://mail.gnome.org/archives/commits-list/2010-September/msg12239.html
On Sun, Apr 14, 2013 at 7:37 AM, MrJojohn1987 .
<putineiionut gmail com> wrote:
Hello,
I run tracker with fd passing enabled and with sparql backend
bus.
Recently i observed in logs that some of the queries/updates
are not executed because they receive a message like
tracker-store is no started.
The situation i kind of odd because now query is not executed
and in 2-3 sec is executed.
I am thinking that is because of thread pool.......seen that
there are 2 threads for query pool and 1 thread for update
pool.
Increasing the number of thread could help?
Or if you have another ideea please share it.
Thanks,
Ionut
_______________________________________________
tracker-list mailing list
tracker-list gnome org
https://mail.gnome.org/mailman/listinfo/tracker-list
[
Date Prev][Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]