sollhui commented on code in PR #49657: URL: https://github.com/apache/doris/pull/49657#discussion_r2024015284
########## fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java: ########## @@ -1664,7 +1664,7 @@ private boolean loadTxnCommitImpl(TLoadTxnCommitRequest request) throws UserExce + request.isSetDbId() + " id: " + Long.toString(request.isSetDbId() ? request.getDbId() : 0) + " fullDbName: " + fullDbName); } - long timeoutMs = request.isSetThriftRpcTimeoutMs() ? request.getThriftRpcTimeoutMs() / 2 + long timeoutMs = request.isSetThriftRpcTimeoutMs() ? request.getThriftRpcTimeoutMs() Review Comment: Set value same as 9 / 10 of thrift RPC timeout? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org