Connect to observer -
Connect to observer x
[ERROR] OBD-1006: Failed to connect to oceanbase-ce
[ERROR] OBD-1005: Some of the servers in the cluster have been stopped
See https://www.oceanbase.com/product/ob-deployer/error-codes .
Trace ID: dedd4f22-e85c-11ef-b67e-fa163ed9e4ed
[ERROR] Traceback (most recent call last):
[2025-02-11 17:50:10.763] [ERROR] File “core.py”, line 2532, in reload_cluster
[2025-02-11 17:50:10.763] [ERROR] File “core.py”, line 2572, in _reload_cluster
[2025-02-11 17:50:10.763] [ERROR] File “core.py”, line 2158, in _start_cluster
[2025-02-11 17:50:10.763] [ERROR] File “core.py”, line 197, in call_plugin
[2025-02-11 17:50:10.763] [ERROR] File “_plugin.py”, line 347, in call
[2025-02-11 17:50:10.763] [ERROR] File “_plugin.py”, line 305, in _new_func
[2025-02-11 17:50:10.763] [ERROR] File “/root/.obd/plugins/oceanbase-ce/4.2.2.0/connect.py”, line 625, in connect
[2025-02-11 17:50:10.763] [ERROR] cursor = Cursor(ip=server.ip, port=server_config[‘mysql_port’], tenant=’’, password=password if password is not None else ‘’, stdio=stdio)
[2025-02-11 17:50:10.763] [ERROR] File “_stdio.py”, line 908, in wrapper
[2025-02-11 17:50:10.763] [ERROR] File “/root/.obd/plugins/oceanbase-ce/4.2.2.0/connect.py”, line 517, in init
[2025-02-11 17:50:10.763] [ERROR] self._connect()
[2025-02-11 17:50:10.763] [ERROR] File “/root/.obd/plugins/oceanbase-ce/4.2.2.0/connect.py”, line 547, in _connect
[2025-02-11 17:50:10.763] [ERROR] self.db = mysql.connect(host=self.ip, user=self.user, port=int(self.port), password=str(self.password),
[2025-02-11 17:50:10.763] [ERROR] File “pymysql/connections.py”, line 353, in init
[2025-02-11 17:50:10.763] [ERROR] File “pymysql/connections.py”, line 633, in connect
[2025-02-11 17:50:10.763] [ERROR] File “pymysql/connections.py”, line 907, in _request_authentication
[2025-02-11 17:50:10.763] [ERROR] File “pymysql/connections.py”, line 725, in _read_packet
[2025-02-11 17:50:10.763] [ERROR] File “pymysql/protocol.py”, line 221, in raise_for_error
[2025-02-11 17:50:10.763] [ERROR] File “pymysql/err.py”, line 143, in raise_mysql_exception
[2025-02-11 17:50:10.763] [ERROR] pymysql.err.OperationalError: (1045, “Access denied for user ‘root’@‘xxx.xxx.xxx.xxx’ (using password: NO)”)
[2025-02-11 17:50:10.764] [ERROR]
[2025-02-11 17:50:13.842] [ERROR] OBD-1006: Failed to connect to oceanbase-ce
[2025-02-11 17:50:13.842] [DEBUG] – sub connect ref count to 0
[2025-02-11 17:50:13.842] [DEBUG] – export connect
[2025-02-11 17:50:13.843] [ERROR] OBD-1005: Some of the servers in the cluster have been stopped
通过修改配置文件obd cluster edit-config 修改内存后reload,显示连接失败,但是obclient可以连接,有哪个大佬遇到过吗?