Skip to content

Commit

Permalink
Merge pull request #264 from wayyoungboy/2.2.0-qulei
Browse files Browse the repository at this point in the history
fix rca ddl_disk_full_scene
  • Loading branch information
wayyoungboy committed Jun 19, 2024
2 parents 1eeab3e + ac16d51 commit 5123a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/rca/scene/ddl_disk_full_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def execute(self):
if target_server_estimated_size > available_disk_space:
self.record.add_suggest("the disk space of server({0}:{1}) disk is not enough. please add the server disk".format(target_server_ip, target_server_port))
else:
self.record.add_suggest("the disk space of server({0}:{1}) is enough. Don't warn ".format(target_server_ip, target_server_port))
self.record.add_suggest("the disk space of server({0}:{1}) is enough. Don't warn. If there are still errors, please contact the OceanBase community.".format(target_server_ip, target_server_port))
except Exception as e:
raise RCAExecuteException("DDlDiskFullScene execute error: {0}".format(e))
finally:
Expand Down

0 comments on commit 5123a01

Please sign in to comment.