提交 3a1773f5 编写于 作者: A AlexDuan

long query first kill 10minutes , second kill 2minutes

上级 e14c3fc7
......@@ -754,8 +754,8 @@ bool qFixedNoBlock(void* pRepo, void* pMgmt, int32_t longQueryMs) {
//solve tsdb no block to commit
bool qSolveCommitNoBlock(void* pRepo, void* pMgmt) {
qWarn("pRepo=%p start solve no block problem.", pRepo);
if(qFixedNoBlock(pRepo, pMgmt, 20*1000)) {
if(qFixedNoBlock(pRepo, pMgmt, 10*60*1000)) {
return true;
}
return qFixedNoBlock(pRepo, pMgmt, 5*1000);
return qFixedNoBlock(pRepo, pMgmt, 2*60*1000);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册