Comment 13 for bug 666303

Revision history for this message
David Southwood (ds-mailbag) wrote :

Ok, After working alright for some time after performing a complete reset of CouchDB the problem has reappeared - two blank lines have reappeared and any attempt to change things results in other error.

If I go to the CouchDB web interface and page to the end there are now two entries of this form:-

_design/u1_contact
_rev 2-71fa818750d46d1c2416a1e60fd6fc34
version 0.5
views

letter_buckets

    map
        function(doc) { if (doc.record_type == 'http://www.freedesktop.org/wiki/Specifications/desktopcouch/contact') { function first_let...
    reduce

        function(key, values, rereduce) {
        return sum(values);
        }

by_letter

    map
        function(doc) { if (doc.record_type == 'http://www.freedesktop.org/wiki/Specifications/desktopcouch/contact') { function first..."

As pointed out in :-
https://bugs.launchpad.net/evolution-couchdb/+bug/666303/comments/6
https://bugs.launchpad.net/evolution-couchdb/+bug/666303/comments/7
...these appear to be design documents.

I'm running Maverick with all the latest patches.

Ran the backup sequence using the python script and these are definitely on the server as they come back into contacts-backup.json with the following command in a terminal.
python ubuntuone-couchdb-query contacts/_all_docs?include_docs=True > contacts-backup.json

These entries do not appear in the U1 web interface.

I've no doubt that if I performed a complete reset of CouchDB again these would disappear, but then I suspect they're only going to reappear once more (it went a while before they reappeared this time).

Whatever these entries are on the server once they appear in the local CouchDB instance they are NOT being filtered out by Evolution-couchdb.