You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conflicted shards means that the database metadata doc in the _dbs has a conflicts. That database is replicated in a circle (n1->n2->n3->n1) and since any node can receive database creation requests it's possible to get conflicts in those documents. We only use the winning (latest) version of the db but warn the user via custodian (a helper background watcher service) if there are conflicts present. I believe you can delete the conflicted revision one of the nodes (via /_node/_local/_dbs/$dbname) and then custodian will stop reporting it.
I think it may work as a documentation string better as opposed a longer log message. Maybe a paragraph in the docs indicating what the error means, with a few examples, so it's easy to search, and how to react to it.
Description
In my installation, in CouchDB logs messages I can see messages like
I have tried to delete old databases and in the server logs can see
These log messages do not provide information about:
Could you extent logs message?
Steps to Reproduce
I do not know
Expected Behaviour
Log messages should allow identifying conflicted database, shard, and revision id.
Your Environment
Browser name and version:
Not used
Operating system and version:
Additional Context
The text was updated successfully, but these errors were encountered: