[Bug 237127] kaddressbook looses contact data

Tobias Koenig tokoe at kde.org
Tue May 11 08:14:43 BST 2010


https://bugs.kde.org/show_bug.cgi?id=237127





--- Comment #3 from Tobias Koenig <tokoe kde org>  2010-05-11 09:14:41 ---
Hej,

well, you can't really compare our setup with a plain database setup.
With a plain database setup, all data are stored in the db repository on
the file system, so when you shut down one RDBM instance and start another
instance on the same db repository, it will have all data available.

In our case, the data is located in two places, on the file system and inside
the cache, and you 'switch' only half of the data by using a shared file system
but different caches...

Actually we introduced Akonadi to avoid exactly this problem... the Akonadi
server
(and its cache) shall be the single instance where all accesses to the data go
through.
The network based resource has code to reload the contacts on every startup, so
it
always gets the most current version, just the 'Personal Contacts' resource has
not.
But as I told you, I'll talk with the other developers about this issue...

Ciao,
Tobias

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list