diff --git a/handler/rca/scene/transaction_wait_timeout_scene.py b/handler/rca/scene/transaction_wait_timeout_scene.py index 52d254d8..3a0816dd 100644 --- a/handler/rca/scene/transaction_wait_timeout_scene.py +++ b/handler/rca/scene/transaction_wait_timeout_scene.py @@ -115,7 +115,7 @@ def execute(self): ) elif self.error_msg_type == "Lock wait timeout exceeded": # gather log about "mvcc_write conflict" - work_path_mvcc_write_conflict = self.work_path + "/mvcc_write conflict" + work_path_mvcc_write_conflict = self.work_path + "/mvcc_write_conflict" self.gather_log.grep("mvcc_write conflict") logs_name = self.gather_log.execute(save_path=work_path_mvcc_write_conflict) if logs_name is None or len(logs_name) <= 0: