das task fast fail when got OB_MAPPING_BETWEEN_TABLET_AND_LS_NOT_EXIST error and table not exist.

This commit is contained in:
obdev
2022-11-03 05:38:34 +00:00
committed by wangzelin.wzl
parent 599a9bbf8f
commit 33672fdd50
5 changed files with 53 additions and 11 deletions

View File

@ -153,7 +153,7 @@ public:
void set_tenant_id(uint64_t tenant_id) { tenant_id_ = tenant_id; }
uint64_t get_tenant_id() const { return tenant_id_; }
void set_type(ObDASOpType op_type) { op_type_ = op_type; }
ObDASOpType get_type() { return op_type_; }
ObDASOpType get_type() const { return op_type_; }
void set_trans_desc(transaction::ObTxDesc *trans_desc) { trans_desc_ = trans_desc; }
transaction::ObTxDesc *get_trans_desc() { return trans_desc_; }
void set_snapshot(transaction::ObTxReadSnapshot *snapshot) { snapshot_ = snapshot; }