morningman commented on a change in pull request #403: Refactor heartbeat logic URL: https://github.com/apache/incubator-doris/pull/403#discussion_r240074031
########## File path: fe/src/main/java/org/apache/doris/catalog/FsBroker.java ########## @@ -0,0 +1,129 @@ +package org.apache.doris.catalog; + +import org.apache.doris.common.io.Text; +import org.apache.doris.common.io.Writable; +import org.apache.doris.system.BrokerHbResponse; +import org.apache.doris.system.HeartbeatResponse.HbStatus; + +import java.io.DataInput; +import java.io.DataOutput; +import java.io.IOException; + +//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]
