[CP] Fix some bug and case

This commit is contained in:
Hongqin-Li
2024-02-06 16:11:36 +00:00
committed by ob-robot
parent 1c8201dc30
commit 0ab44890bd
2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public:
public:
ObDebugSyncAction() : sync_point_(INVALID_DEBUG_SYNC_POINT),
timeout_(0), execute_(0), no_clear_()
timeout_(0), execute_(0), no_clear_(false)
{}
TO_STRING_KV(K_(sync_point), K_(timeout), K_(execute),
K_(signal), K_(wait), K_(no_clear), K_(broadcast));

View File

@ -367,6 +367,7 @@ int ObTabletUnbindMdsHelper::unbind_hidden_tablets_from_orig_tablets(
if (arg.is_redefined()) {
data.redefined_ = true;
data.snapshot_version_ = OB_INVALID_VERSION; // will be fill back on commit
data.schema_version_ = arg.schema_version_;
}
return OB_SUCCESS;
}))) {