[Bug 265656] New: akonadi floods nepomuk with duplicates
Luis Silva
lacsilva at gmail.com
Sun Feb 6 22:55:41 GMT 2011
https://bugs.kde.org/show_bug.cgi?id=265656
Summary: akonadi floods nepomuk with duplicates
Product: Akonadi
Version: 4.6
Platform: Unlisted Binaries
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Nepomuk Feeder Agents
AssignedTo: tokoe at kde.org
ReportedBy: lacsilva at gmail.com
CC: vkrause at kde.org, kdepim-bugs at kde.org
Created an attachment (id=56932)
--> (http://bugs.kde.org/attachment.cgi?id=56932)
A modified mergeresources.py that exposes this behavior.
Version: 4.6 (using KDE 4.6.0)
OS: Linux
I have been playing around with the resource merging in playground:
http://websvn.kde.org/trunk/playground/base/nepomuk-kde/toolbox/mergeresources.py
Using the following query one finds hundreds of duplicates:
select distinct ?people count(?r) where { ?r a nco:PersonContact . ?r
nco:fullname ?people . }
I tried to merge these and I noticed a huge improve in queries afterwards.
Reproducible: Always
Steps to Reproduce:
Install and make use of the nepomuk email, calendar and contact feeders.
Actual Results:
A duplicate resource is created in nepomuk every time the feeder starts.
Expected Results:
Each task, contact, email, etc. should only be fed to nepomuk once. Feeders
should properly check for this.
I am posting a modified mergeresources.py that exposes this behavior.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Kdepim-bugs
mailing list