[bugfix] fix init clog_checkpoint_scn with wrong value
This commit is contained in:
@ -303,7 +303,7 @@ int ObTabletMeta::init(
|
|||||||
ref_tablet_id_ = old_tablet_meta.ref_tablet_id_;
|
ref_tablet_id_ = old_tablet_meta.ref_tablet_id_;
|
||||||
create_scn_ = old_tablet_meta.create_scn_;
|
create_scn_ = old_tablet_meta.create_scn_;
|
||||||
start_scn_ = old_tablet_meta.start_scn_;
|
start_scn_ = old_tablet_meta.start_scn_;
|
||||||
clog_checkpoint_scn_ = old_tablet_meta.clog_checkpoint_scn_;
|
clog_checkpoint_scn_ = clog_checkpoint_scn;
|
||||||
snapshot_version_ = snapshot_version;
|
snapshot_version_ = snapshot_version;
|
||||||
multi_version_start_ = multi_version_start;
|
multi_version_start_ = multi_version_start;
|
||||||
compat_mode_ = old_tablet_meta.compat_mode_;
|
compat_mode_ = old_tablet_meta.compat_mode_;
|
||||||
|
Reference in New Issue
Block a user