nickva commented on issue #5612: URL: https://github.com/apache/couchdb/issues/5612#issuecomment-3144937020
Agree with @rnewson that this could be a conflicted `_dbs` case. What does your `_/membership` response look like? Any chance the old node is still connected to the cluster and try to initiate push replications to itself? Maybe also check that that node is gone from all the `nodes` db on all the nodes. Sometimes if you have a load balancer in front `_local` it will be handled by the node that the request landed on. So make sure to check every node explicitly `/_node/[email protected]/_nodes/_all_docs'?conflicts=true&include_docs=true'` `/_node/[email protected]/_nodes/_all_docs'?conflicts=true&include_docs=true'` ... etc. Same for the conflicted call to `_dbs` Sometimes if the node was removed while other nodes were up, they may have retained a replication push job in their queue to retry later. In that's the wonder if you restart all the nodes the error will still appear. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
