Skip to content

Commit

Permalink
Merge pull request #248 from wayyoungboy/2.2.0-qulei
Browse files Browse the repository at this point in the history
fix some scene
  • Loading branch information
wayyoungboy authored Jun 12, 2024
2 parents 51701a4 + 1aa34bc commit d811036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/rca/scene/transaction_wait_timeout_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d811036

Please sign in to comment.