kangkaisen commented on a change in pull request #2676: Make bdbje lock timeout configurable URL: https://github.com/apache/incubator-doris/pull/2676#discussion_r363276286
########## File path: fe/src/main/java/org/apache/doris/common/Config.java ########## @@ -183,6 +183,13 @@ * you can try to increase this value to decrease the chances of false timeouts */ @ConfField public static int bdbje_heartbeat_timeout_second = 30; + + /* + * The lock timeout of bdbje operation + * If there are many LockTimeoutException in FE WARN log, you can try to increase this value + */ + @ConfField + public static int bdbje_lock_timeout_second = 1; Review comment: I‘m not sure. I internally use 3s always in Doris 0.9 and Doris 0.10 for a long time, and don't see `LockTimeoutException`. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org