We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208b4bc commit 738cdd5Copy full SHA for 738cdd5
1 file changed
src/storage/high_availability/ob_restore_dag_net.cpp
@@ -4166,7 +4166,7 @@ int ObRestoreDagNetUtils::build_tablets_sstable_info_with_helper(
4166
} else if (OB_FAIL(hold_local_tablet_(tablet_id_array, ls, tablet_handle_array))) {
4167
LOG_WARN("failed to hold local tablet", K(ret));
4168
} else if (tablet_handle_array.empty()) {
4169
- ret = OB_ERR_UNEXPECTED;
+ ret = OB_EAGAIN;
4170
LOG_WARN("all tablets has been gc", K(ret));
4171
} else if (OB_FAIL(helper->init_for_build_tablets_sstable_info(tablet_handle_array))) {
4172
LOG_WARN("failed to init for build tablets sstable info", K(ret));
0 commit comments