kangkaisen opened a new issue #2675: A lot of `LockTimeoutException` in FE warn log URL: https://github.com/apache/incubator-doris/issues/2675 **Describe the bug** There are a lot of following log in fe.warn.log ``` 2020-01-06 16:13:21,894 WARN 77 [BDBJournalCursor.next():151] Catch an exception when get next JournalEntity. key:817256241 com.sleepycat.je.LockTimeoutException: (JE 7.3.7) Lock expired. Locker 1724108703 -1_replayer_ReplicaThreadLocker: waited for lock on database=817254010 LockAddr:1639543501 LSN=0x64c73/0x3bf45c type=READ grant=WAIT_NEW timeoutMillis=500 startTime=1578298401394 endTime=1578298401894 Owners: [<LockInfo locker="<ReplayTxn id="-819457681">1294760788 -819457681_ReplayThread_ReplayTxn" type="WRITE"/>] Waiters: [<LockInfo locker="1724108703 -1_replayer_ReplicaThreadLocker" type="READ"/>] at com.sleepycat.je.txn.LockManager.makeTimeoutException(LockManager.java:1117) ~[je-7.3.7.jar:7.3.7] at com.sleepycat.je.txn.LockManager.waitForLock(LockManager.java:606) ~[je-7.3.7.jar:7.3.7] ```
---------------------------------------------------------------- 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