nickva opened a new pull request, #6034: URL: https://github.com/apache/couchdb/pull/6034
Previously replicator and fabric_doc_updater used different membership algorithms to consistently pick a first node order from a range of shard copies. Unifying them simplifies the code and also fixes issues like #6029. While at it move away from crc32 and used a new phash2/1 function. We don't have to create a term_to_binary for it first as it can take regular Erlang terms. (Thanks to Robert Newson for the original idea to do this) Fix #6029 -- 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]
