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



##########
File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java
##########
@@ -318,8 +318,10 @@
      * The connection timeout and socket timeout config for thrift server
      * The value for thrift_client_timeout_ms is set to be larger than zero to 
prevent
      * some hang up problems in java.net.SocketInputStream.socketRead0
+     * 

Review comment:
       ```
   The connection timeout and socket timeout config for thrift server
   The default value for thrift_client_timeout_ms is set to be zero to prevent 
readtimeout
   ```
   
    @ConfField public static int thrift_client_timeout_ms = 0;




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