sk0x50 commented on code in PR #769:
URL: https://github.com/apache/ignite-3/pull/769#discussion_r848293834


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/util/Utils.java:
##########
@@ -123,6 +126,29 @@ public static Future<?> runClosureInThread(ExecutorService 
executor, final Closu
         return runClosureInThread(executor, done, Status.OK());
     }
 
+    private static final long pid = ProcessHandle.current().pid();

Review Comment:
   This looks like a debug piece of code. Should it be removed? 



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