Skip to content

Commit

Permalink
rca disconnection add a case about 'request_buffer_length'
Browse files Browse the repository at this point in the history
  • Loading branch information
wayyoungboy committed Jan 27, 2025
1 parent 4005133 commit c5bb840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rca/disconnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def __init__(self, context, log, record):
get_request_buffer_length_data = self.ob_connector.execute_sql_return_columns_and_data(get_request_buffer_length_sql).fetchall()
request_buffer_length = get_request_buffer_length_data[0]["value"]
self.record.add_record("get request_buffer_length:{0}".format(request_buffer_length))
self.record.add_suggest("request_buffer_length is too less , please update it ")
self.record.add_suggest("request_buffer_length is too less , please update it. more_info: https://github.com/oceanbase/obdiag/issues/575 ")
return
except Exception as e:
self.stdio.error("get ob_connector error, please check the config yaml cluster use obproxy node:{0}".format(e))
Expand Down

0 comments on commit c5bb840

Please sign in to comment.