提交 1ef21d96 编写于 作者: T Tyshawn 提交者: ob-robot

[BUG.FIX] fix memory disk type in loading tablet

上级 a118af24
......@@ -128,6 +128,8 @@ int ObTabletPointer::dump_meta_obj(bool &is_washed)
} else if (OB_UNLIKELY(tablet->get_ref() < 1)) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("unexpected error, tablet ref is less than 1", K(ret), KPC(tablet));
} else if (OB_UNLIKELY(!phy_addr_.is_disked())) {
LOG_INFO("tablet may be removed, and created again, continue", K(phy_addr_));
} else if (OB_FAIL(wash_obj())) {
LOG_WARN("fail to wash obj", K(ret));
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册