nickva commented on issue #4790: URL: https://github.com/apache/couchdb/issues/4790#issuecomment-3182283178
@sergey-safarov The particular error comes from attempting to synchronize security properties amongst the shard copies. So the shards may be there on all the nodes, but it seems there a network connectivity issue? The process to synchronize security props is probably started here by the internal replicator: https://github.com/apache/couchdb/blob/d16fc1ff9f6d6da36a27f76c600f48ede7a00722/src/mem3/src/mem3_sync_security.erl#L28-L42 That call runs in a plainly spawned erlang process (unmonitored or unlinked), so a crash would show in the logs but shouldn't prevent the internal replicator from proceeding further. But if there are issues with the connectivity, likely other requests may emit errors (500s, timeouts etc). -- 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]
