ibessonov commented on code in PR #7235:
URL: https://github.com/apache/ignite-3/pull/7235#discussion_r2619472722


##########
modules/failure-handler/src/main/java/org/apache/ignite/internal/failure/FailureManager.java:
##########
@@ -109,10 +114,12 @@ public FailureManager(FailureHandler handler) {
     /**
      * Creates a new instance of a failure processor.
      *
-     * @param nodeStopper Node stopper.
+     * @param nodeName Node name.
      * @param configuration Failure processor configuration.
+     * @param nodeStopper Node stopper.
      */
-    public FailureManager(NodeStopper nodeStopper, 
FailureProcessorConfiguration configuration) {
+    public FailureManager(String nodeName, FailureProcessorConfiguration 
configuration, NodeStopper nodeStopper) {

Review Comment:
   Unexpeced side effect, I didn't notice it myself. I'll fix it, thank you!



-- 
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]

Reply via email to