[SCN] fix farm failure

This commit is contained in:
obdev
2022-11-28 02:58:33 +00:00
committed by ob-robot
parent 87a9357186
commit 51de5b5911
594 changed files with 9722 additions and 7770 deletions

View File

@ -142,7 +142,6 @@ public:
K_(need_switch_param),
KPC_(trans_desc),
KPC_(snapshot),
K_(trans_result),
K_(tablet_id),
K_(ls_id),
KPC_(tablet_loc),
@ -158,7 +157,6 @@ public:
transaction::ObTxDesc *get_trans_desc() { return trans_desc_; }
void set_snapshot(transaction::ObTxReadSnapshot *snapshot) { snapshot_ = snapshot; }
transaction::ObTxReadSnapshot *get_snapshot() { return snapshot_; }
transaction::ObTxExecResult &get_trans_result() { return trans_result_; }
bool is_local_task() const { return task_started_; }
void set_can_part_retry(const bool flag) { can_part_retry_ = flag; }
bool can_part_retry() const { return can_part_retry_; }
@ -192,7 +190,6 @@ protected:
};
transaction::ObTxDesc *trans_desc_; //trans desc,事务是全局信息,由RPC框架管理,这里不维护其内存
transaction::ObTxReadSnapshot *snapshot_; // Mvcc snapshot
transaction::ObTxExecResult trans_result_; //does not need serialize it
common::ObTabletID tablet_id_;
share::ObLSID ls_id_;
const ObDASTabletLoc *tablet_loc_; //does not need serialize it