Phillippko commented on code in PR #7156:
URL: https://github.com/apache/ignite-3/pull/7156#discussion_r2606443809
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/disaster/DisasterRecoveryManager.java:
##########
@@ -1272,6 +1340,16 @@ private void handleTriggerKeyUpdate(WatchEvent
watchEvent) {
copyStateTo(operationFuture).accept(res, ex);
}
+ for (String node :
getNodeNames(request.nodeNames())) {
Review Comment:
There is no "initiator" field in request, it can be added to send status
only there
--
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]