caiconghui commented on a change in pull request #5027:
URL: https://github.com/apache/incubator-doris/pull/5027#discussion_r537264389



##########
File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java
##########
@@ -1301,4 +1301,13 @@
      */
     @ConfField
     public static boolean enable_alpha_rowset = false;
+
+    /**
+     * This config is used to solve fe heartbeat response read_timeout problem,

Review comment:
       2020-12-07 14:30:59,424 INFO 115 [RestBaseAction.handleRequest():52] 
receive http request. url=/api/bootstrap?
   2020-12-07 14:31:04,431 INFO 128 [RestBaseAction.handleRequest():52] receive 
http request. url=/api/bootstrap?
   2020-12-07 14:31:09,436 INFO 141 [RestBaseAction.handleRequest():52] receive 
http request. url=/api/bootstrap
   2020-12-07 14:31:14,442 INFO 148 [RestBaseAction.handleRequest():52] receive 
http request. url=/api/bootstrap
   2020-12-07 14:31:19,449 INFO 77 [RestBaseAction.handleRequest():52] receive 
http request. url=/api/bootstrap?
   2020-12-07 14:31:24,455 INFO 87 [RestBaseAction.handleRequest():52] receive 
http request. url=/api/bootstrap
   2020-12-07 14:31:29,461 INFO 94 [RestBaseAction.handleRequest():52] receive 
http request. url=/api/bootstrap?
   2020-12-07 14:31:34,466 INFO 104 [RestBaseAction.handleRequest():52] receive 
http request. url=/api/bootstrap?
   2020-12-07 14:31:39,472 INFO 119 [RestBaseAction.handleRequest():52] receive 
http request. url=/api/bootstrap?
   2020-12-07 14:31:44,477 INFO 129 [RestBaseAction.handleRequest():52] receive 
http request. url=/api/bootstrap?
   2020-12-07 14:31:53,897 INFO 137 [RestBaseAction.handleRequest():52] receive 
http request. url=/api/bootstrap?
   2020-12-07 14:31:56,540 INFO 150 [RestBaseAction.handleRequest():52] receive 
http request. url=/api/bootstrap?
   2020-12-07 14:32:01,545 INFO 79 [RestBaseAction.handleRequest():52] receive 
http request. url=/api/bootstrap?
   2020-12-07 14:32:06,550 INFO 89 [RestBaseAction.handleRequest():52] receive 
http request. url=/api/bootstrap?
   2020-12-07 14:32:11,556 INFO 96 [RestBaseAction.handleRequest():52] receive 
http request. url=/api/bootstrap
   
   The heartbeat logic is so simple and no blocked logic to process,  but we 
find receive request has delayed somtimes  according to the log info(every 5 
seconds should receive the heartbeat request)




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

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to