Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-fabric/pull/9#discussion_r22195294 --- Diff: src/fabric_group_info.erl --- @@ -38,41 +39,73 @@ go(DbName, #doc{id=DDocId}) -> rexi_monitor:stop(RexiMon) end. -handle_message({rexi_DOWN, _, {_,NodeRef},_}, _Shard, {Counters, Acc}) -> +handle_message({rexi_DOWN, _, {_,NodeRef},_}, _Shard, {Counters, Acc, U}) -> --- End diff -- What means `U`? I feel that it relates to Ushards somehow, but cannot see that relation.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---