tkalkirill commented on a change in pull request #427:
URL: https://github.com/apache/ignite-3/pull/427#discussion_r744509805



##########
File path: 
modules/raft/src/main/java/org/apache/ignite/internal/raft/server/impl/JraftServerImpl.java
##########
@@ -66,10 +62,12 @@
 import org.apache.ignite.raft.jraft.util.JDKMarshaller;
 import org.jetbrains.annotations.Nullable;
 
+import static org.apache.ignite.raft.jraft.JRaftUtils.addressFromEndpoint;
+
 /**
  * Raft server implementation on top of forked JRaft library.
  */
-public class JraftServerImpl implements RaftServer {
+public class JRaftServerImpl implements RaftServer {

Review comment:
       Please fetch from main

##########
File path: 
modules/bytecode/src/main/java/com/facebook/presto/bytecode/ClassGenerator.java
##########
@@ -129,7 +129,20 @@ public ClassGenerator dumpClassFilesTo(Optional<Path> 
dumpClassPath)
         Map<String, byte[]> bytecodes = new LinkedHashMap<>();
 
         for (ClassDefinition classDefinition : classDefinitions) {
-            // Code associated with a simple class writer was removed due to 
labels reuse when re-generating the bytecode.

Review comment:
       Please fetch from mater




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