zhanghengdashuaibi commented on issue #56300: URL: https://github.com/apache/doris/issues/56300#issuecomment-3690823608
> 我最近在使用中也遇到这样的情况, 这应该是因为异常关机或者断电后,导致doris-be 再次启动过程中需要通过wal 日志来校验各个be节点的数据一致性,而这个过程有时候会比较耗时, 但是 在脚本: /opt/apache-doris/be_entrypoint.sh 中指定了 PROBE_TIMEOUT=60 ,超过这个时间, 就认为be启动失败了, 我把这里修改成 600, 就一切正常了。 我是docker部署的,有这个属性么 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
