【 使用环境 】测试环境
【 OB or 其他组件 】OB、proxy、binlog
【 使用版本 】OB=4.3.3.1、proxy=4.3.2.0-26、binlog=4.0.1
【问题描述】
mysql -h127.0.0.1 -P2883 -uroot@zxedu -p <init_db.sql
执行上面的命令,创建数据库,报错:
ERROR 4638 (HY000) at line 21: The RootServer is not the master
[127.0.0.1:2882] [2024-12-13 13:57:39.716080] [YB427F000001-000628FA7A7CC10F-0-0]
重试,又发现一个新的错误:
ERROR 4550 (HY000) at line 8899: rootservice is shutdown
[127.0.0.1:2882] [2024-12-13 14:26:44.168358] [YB427F000001-000628FA7B3CED54-0-0]
你查一下 这个信息 看看是否能查到
select * from __all_rootservice_event_history where module=‘root_service’ and event in (‘start_rootservice’,‘stop_rootservice’) order by gmt_create desc;