提交 a90eb7f6 编写于 作者: H Hongqin-Li 提交者: ob-robot

Change return code to OB_STATE_NOT_MATCH to avoid px hang

上级 904210a0
......@@ -894,6 +894,9 @@ int ObPxSubCoord::end_ddl(const bool need_commit)
}
LOG_INFO("end ddl sstable", K(ret), K(need_commit));
}
if (OB_EAGAIN == ret) {
ret = OB_STATE_NOT_MATCH; // avoid px hang
}
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册