[SCN] modify missing scenes
This commit is contained in:
@ -202,12 +202,14 @@ int ObTxDataTable::offline()
|
||||
if (IS_NOT_INIT) {
|
||||
ret = OB_NOT_INIT;
|
||||
STORAGE_LOG(WARN, "tx data table is not inited", KR(ret), KPC(this));
|
||||
} else if (get_memtable_mgr_()->release_memtables()) {
|
||||
} else if (get_memtable_mgr_()->offline()) {
|
||||
STORAGE_LOG(WARN, "release memtables failed", KR(ret));
|
||||
} else if (OB_FAIL(clean_memtables_cache_())) {
|
||||
STORAGE_LOG(WARN, "clean memtables cache failed", KR(ret), KPC(this));
|
||||
} else {
|
||||
last_update_ts_ = 0;
|
||||
min_start_scn_in_ctx_.set_min();
|
||||
calc_upper_trans_version_cache_.reset();
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user