morningman commented on a change in pull request #403: Refactor heartbeat logic
URL: https://github.com/apache/incubator-doris/pull/403#discussion_r240074047
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/persist/HbPackage.java
 ##########
 @@ -0,0 +1,68 @@
+package org.apache.doris.persist;
+
+import org.apache.doris.common.io.Writable;
+import org.apache.doris.system.HeartbeatResponse;
+
+import com.google.common.collect.Lists;
+
+import java.io.DataInput;
+import java.io.DataOutput;
+import java.io.IOException;
+import java.util.List;
+//Licensed to the Apache Software Foundation (ASF) under one
 
 Review comment:
   Done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to