WingsGo edited a comment on issue #3966: URL: https://github.com/apache/incubator-doris/issues/3966#issuecomment-650864550
By the way, too much DatabaseTransactionMgr will cause some more serious accident.For example, if DatabaseTransactionMgr costs too much memory, checkpoint image will not work because it will check java heap memory usage in order to create image in memory, so when FE down cause by OOM, it will replay too much EditLog, in the worst case, it will replay more than one hour, It means that data load is not available in the meantime. ---------------------------------------------------------------- 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]
