pgj commented on code in PR #5385:
URL: https://github.com/apache/couchdb/pull/5385#discussion_r1913393343
##########
src/fabric/src/fabric_doc_update.erl:
##########
@@ -58,28 +72,34 @@ go(DbName, AllDocs0, Opts) ->
rexi_monitor:stop(RexiMon)
end.
-handle_message({rexi_DOWN, _, {_, NodeRef}, _}, _Worker, Acc0) ->
Review Comment:
Should not the code still be able to handle messages with the tuple-shaped
accumulators? Such messages can arrive during upgrade where the cluster has
mixed version of nodes.
--
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]