OceanBase 通过Docker容器独立部署后, 稳定运行一段时间后数据库连接超时, 重启容器后, 一直Server is initializing, 数据库起不来

【 使用环境 】生产环境
【 OB or 其他组件 】OceanBase
【 使用版本 】5.7.25-OceanBase_CE-v4.3.5.1
【问题描述】内网环境docker-compose部署OceanBase, 单机MODE=MINI独立部署
【复现路径】数据库通过容器部署已经半年, 期间正常运行, 昨天发现数据库连接超时, 也没找到原因, 就重启docker restart 重启容器, 重启后一直Server is initializing, 容器重启成功了, ob数据库没成功, 日志如下【附件及日志】中.

【附件及日志】

数据目录磁盘信息
root@LP086106:/home/app# df -h /home/oceanbase/
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/ubuntu–vg-ubuntu–lv 93G 37G 52G 42% /home/oceanbase/

容器日志如下:
repository/oceanbase-ce-libs/4.3.5.1/99da58cec7132bb3f538ef0a7dc844eb07ab6d05/
repository/oceanbase-ce-libs/4.3.5.1/99da58cec7132bb3f538ef0a7dc844eb07ab6d05/.data
repository/oceanbase-ce-libs/4.3.5.1/99da58cec7132bb3f538ef0a7dc844eb07ab6d05/libaio.so.1.0.1
repository/oceanbase-ce-libs/4.3.5.1/99da58cec7132bb3f538ef0a7dc844eb07ab6d05/libaio.so.1
find obd deploy information, skip configuring…
start ob cluster …
Get local repositories ok
Load cluster param plugin ok
Cluster status check ok
[WARN] OBD-1007: (127.0.0.1) The recommended number of core file size is unlimited (Current value: 0)
[WARN] OBD-1007: (127.0.0.1) The recommended number of stack size is unlimited (Current value: 8192)
cluster scenario: express_oltp
Start observer ok
observer program health check ok
Connect to observer x
[ERROR] OBD-1006: Failed to connect to oceanbase-ce
See https://www.oceanbase.com/product/ob-deployer/error-codes
Trace ID: 36eb0d58-3d25-11f1-9323-0242ac160002

If you want to view detailed obd logs, please run: obd display-trace 36eb0d58-3d25-11f1-9323-0242ac160002

boot success!

obd display-trace 36eb0d58-3d25-11f1-9323-0242ac160002 执行结果如下:

26-04-21 02:00:51.239 [DEBUG] – connect 127.0.0.1 -P2881 -uroot -p
26-04-21 02:00:51.241 [ERROR] Traceback (most recent call last):
26-04-21 02:00:51.241 [ERROR] File “core.py”, line 2089, in start_cluster
26-04-21 02:00:51.241 [ERROR] File “core.py”, line 2139, in start_cluster
26-04-21 02:00:51.241 [ERROR] File “core.py”, line 228, in run_workflow
26-04-21 02:00:51.241 [ERROR] File “core.py”, line 270, in run_plugin_template
26-04-21 02:00:51.241 [ERROR] File “core.py”, line 315, in call_plugin
26-04-21 02:00:51.241 [ERROR] File “plugin.py”, line 347, in call
26-04-21 02:00:51.241 [ERROR] File “plugin.py”, line 304, in new_func
26-04-21 02:00:51.242 [ERROR] File “/root/.obd/plugins/oceanbase-ce/3.1.0/connect.py”, line 68, in connect
26-04-21 02:00:51.242 [ERROR] cursor = Cursor(ip=server_ip, port=server_config.get(‘mysql_port’, 2881), tenant=’’, password=’*****’ if password is not None else ‘’, stdio=stdio)
26-04-21 02:00:51.242 [ERROR] File “st dio.py”, line 1012, in wrapper
26-04-21 02:00:51.242 [ERROR] File “st dio.py”, line 999, in func_wrapper
26-04-21 02:00:51.242 [ERROR] File “tool.py”, line 763, in init
26-04-21 02:00:51.242 [ERROR] File “tool.py”, line 793, in _connect
26-04-21 02:00:51.242 [ERROR] File “pymysql/connections.py”, line 353, in init
26-04-21 02:00:51.242 [ERROR] File “pymysql/connections.py”, line 633, in connect
26-04-21 02:00:51.242 [ERROR] File “pymysql/connections.py”, line 907, in _request_authentication
26-04-21 02:00:51.242 [ERROR] File “pymysql/connections.py”, line 725, in _read_packet
26-04-21 02:00:51.242 [ERROR] File “pymysql/protocol.py”, line 222, in raise_for_error
26-04-21 02:00:51.242 [ERROR] File “pymysql/err.py”, line 143, in raise_mysql_exception
26-04-21 02:00:51.242 [ERROR] pymysql.err.OperationalError: (8001, ‘Server is initializing[0.0.0.0:0] [2026-04-21 02:00:51.240110] [Y0-00064FEEB9DA198D-0-0]’)

26-04-21 02:00:51.242 [ERROR] OBD-1006: Failed to connect to oceanbase-ce
26-04-21 02:00:54.244 [DEBUG] - sub connect ref count to 0
26-04-21 02:00:54.244 [DEBUG] - export connect
26-04-21 02:00:54.245 [DEBUG] - plugin oceanbase-ce-py script connect-3.1.0 result: False
26-04-21 02:00:54.251 [DEBUG] - share lock /root/.obd/lock/mirror_and_repo release, count 1
26-04-21 02:00:54.251 [DEBUG] - share lock /root/.obd/lock/mirror_and_repo release, count 0
26-04-21 02:00:54.251 [DEBUG] - unlock /root/.obd/lock/mirror_and_repo
26-04-21 02:00:54.251 [DEBUG] - exclusive lock /root/.obd/lock/deploy_obcluster release, count 0
26-04-21 02:00:54.251 [DEBUG] - unlock /root/.obd/lock/deploy_obcluster
26-04-21 02:00:54.251 [DEBUG] - share lock /root/.obd/lock/global release, count 0
26-04-21 02:00:54.251 [DEBUG] - unlock /root/.obd/lock/global

【备注】docker-compose 配置如下:
version: ‘2.1’
services:
oceanbase-db:
networks:
backend:
image: Quay
volumes:
- /home/oceanbase/ob:/root/ob
- /home/oceanbase/obd/cluster:/root/.obd/cluster
restart: always
environment:
# 部署 mini 的独立实例
- MODE=MINI
- OB_SERVER_IP=127.0.0.1
- OB_TENANT_NAME=ob
- OB_TENANT_PASSWORD=iletek@ob
ports:
- “2881:2881”

26-04-21 02:00:51.242 [ERROR] pymysql.err.OperationalError: (8001, ‘Server is initializing[0.0.0.0:0] [2026-04-21 02:00:51.240110] [Y0-00064FEEB9DA198D-0-0]’)
你把这个时间段的observer.log日志 发一下

新用户无法上传附件, observer.log 最新片段如下:
026-04-21 02:51:56.517583] WDIAG [OCCAM] operator() (ob_occam_timer.h:81) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=0][errcode=-4016] task executed too delay(delay_time=707393, *p_task_={this:0x7fb1ca4e10d0, caller:ob_event_history_table_operator.cpp:add_event_to_timer_:419, function_type:ZN9oceanbase5share27ObEventHistoryTableOperator19add_event_to_timer_ERKNS_6common11ObSqlStringEE6$2268, timer_running_flag:1, total_running_count:1963, func_shared_ptr.ptr:0x7fb1ca4bfc30, time_wheel:0x7fb2d6ff7cf0, thread_pool:0x7fb2d6ff74d0, is_running:0, time_interval:15.00s, expected_run_time:02:52:08.910, task_priority:1, with_handle_protected:0})
[2026-04-21 02:51:56.517934] INFO [CLOG] wait_replay_service_replay_done_ (ob_role_change_service.cpp:855) [348][T1_RCSrv0][T1][Y0-0000000000000000-0-0] [lt=24] wait replay done return false, need retry(ls_id={id:1}, end_lsn={lsn:108312203502}, start_ts=1776739914714497)
[2026-04-21 02:51:56.518694] INFO [SQL.RESV] check_table_exist_or_not (ob_dml_resolver.cpp:11287) [119][Occam][T1][YB427F000001-00064FEEF8CA9FFD-0-0] [lt=23] table not exist(tenant_id=1, database_id=201001, table_name=all_server_event_history, table_name.ptr()=“data_size:26, data:5F5F616C6C5F7365727665725F6576656E745F686973746F7279”, ret=-5019)
[2026-04-21 02:51:56.518810] WDIAG [OCCAM] operator() (ob_occam_timer.h:81) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=1][errcode=-4016] task executed too delay(delay_time=708618, *p_task
={this:0x7fb1ca4bfd30, caller:ob_event_history_table_operator.cpp:add_event_to_timer
:419, function_type:ZN9oceanbase5share27ObEventHistoryTableOperator19add_event_to_timer_ERKNS_6common11ObSqlStringEE6$2268, timer_running_flag:1, total_running_count:1963, func_shared_ptr.ptr:0x7fb1ca465c30, time_wheel:0x7fb2d6ff7cf0, thread_pool:0x7fb2d6ff74d0, is_running:0, time_interval:15.00s, expected_run_time:02:52:08.910, task_priority:1, with_handle_protected:0})
[2026-04-21 02:51:56.519075] INFO [PALF] notify_need_writing_throttling (log_io_worker_wrapper.cpp:118) [609][T1002_TimerWK0_PalfGC][T1002][Y0-0000000000000000-0-0] [lt=79] success to notify_need_writing_throttling True
[2026-04-21 02:51:56.519793] INFO [SQL.RESV] check_table_exist_or_not (ob_dml_resolver.cpp:11287) [119][Occam][T1][YB427F000001-00064FEEF8CA9FFE-0-0] [lt=50] table not exist(tenant_id=1, database_id=201001, table_name=all_server_event_history, table_name.ptr()=“data_size:26, data:5F5F616C6C5F7365727665725F6576656E745F686973746F7279”, ret=-5019)
[2026-04-21 02:51:56.519871] WDIAG [OCCAM] operator() (ob_occam_timer.h:81) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=0][errcode=-4016] task executed too delay(delay_time=709676, *p_task
={this:0x7fb1ca465d30, caller:ob_event_history_table_operator.cpp:add_event_to_timer
:419, function_type:ZN9oceanbase5share27ObEventHistoryTableOperator19add_event_to_timer_ERKNS_6common11ObSqlStringEE6$2268, timer_running_flag:1, total_running_count:1963, func_shared_ptr.ptr:0x7fb1ca4c9bb0, time_wheel:0x7fb2d6ff7cf0, thread_pool:0x7fb2d6ff74d0, is_running:0, time_interval:15.00s, expected_run_time:02:52:08.911, task_priority:1, with_handle_protected:0})
[2026-04-21 02:51:56.519959] WDIAG [SERVER.OMT] check_cgroup_root_dir (ob_cgroup_ctrl.cpp:212) [241][MultiTenant][T0][Y0-0000000000000000-0-0] [lt=17][errcode=-4027] dir not exist(OBSERVER_ROOT_CGROUP_DIR=“cgroup”, ret=-4027)
[2026-04-21 02:51:56.520773] INFO [SQL.RESV] check_table_exist_or_not (ob_dml_resolver.cpp:11287) [119][Occam][T1][YB427F000001-00064FEEF8CA9FFF-0-0] [lt=22] table not exist(tenant_id=1, database_id=201001, table_name=all_server_event_history, table_name.ptr()=“data_size:26, data:5F5F616C6C5F7365727665725F6576656E745F686973746F7279”, ret=-5019)
[2026-04-21 02:51:56.520859] WDIAG [OCCAM] operator() (ob_occam_timer.h:81) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=0][errcode=-4016] task executed too delay(delay_time=710660, *p_task
={this:0x7fb1ca4c9cb0, caller:ob_event_history_table_operator.cpp:add_event_to_timer
:419, function_type:ZN9oceanbase5share27ObEventHistoryTableOperator19add_event_to_timer_ERKNS_6common11ObSqlStringEE6$2268, timer_running_flag:1, total_running_count:1963, func_shared_ptr.ptr:0x7fb1ca50a850, time_wheel:0x7fb2d6ff7cf0, thread_pool:0x7fb2d6ff74d0, is_running:0, time_interval:15.00s, expected_run_time:02:52:09.211, task_priority:1, with_handle_protected:0})
[2026-04-21 02:51:56.522906] INFO [SQL.RESV] check_table_exist_or_not (ob_dml_resolver.cpp:11287) [119][Occam][T1][YB427F000001-00064FEEF8CAA000-0-0] [lt=26] table not exist(tenant_id=1, database_id=201001, table_name=all_server_event_history, table_name.ptr()=“data_size:26, data:5F5F616C6C5F7365727665725F6576656E745F686973746F7279”, ret=-5019)
[2026-04-21 02:51:56.522983] WDIAG [OCCAM] operator() (ob_occam_timer.h:81) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=0][errcode=-4016] task executed too delay(delay_time=712782, *p_task
={this:0x7fb1ca45fa30, caller:ob_event_history_table_operator.cpp:add_event_to_timer
:419, function_type:ZN9oceanbase5share27ObEventHistoryTableOperator19add_event_to_timer_ERKNS_6common11ObSqlStringEE6$2268, timer_running_flag:1, total_running_count:1963, func_shared_ptr.ptr:0x7fb1ca4d2ad0, time_wheel:0x7fb2d6ff7cf0, thread_pool:0x7fb2d6ff74d0, is_running:0, time_interval:15.00s, expected_run_time:02:52:09.310, task_priority:1, with_handle_protected:0})
[2026-04-21 02:51:56.524037] INFO [SQL.RESV] check_table_exist_or_not (ob_dml_resolver.cpp:11287) [119][Occam][T1][YB427F000001-00064FEEF8CAA001-0-0] [lt=21] table not exist(tenant_id=1, database_id=201001, table_name=all_server_event_history, table_name.ptr()=“data_size:26, data:5F5F616C6C5F7365727665725F6576656E745F686973746F7279”, ret=-5019)
[2026-04-21 02:51:56.524110] WDIAG [OCCAM] operator() (ob_occam_timer.h:81) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=1][errcode=-4016] task executed too delay(delay_time=713907, *p_task
={this:0x7fb1ca4d2bd0, caller:ob_event_history_table_operator.cpp:add_event_to_timer
:419, function_type:ZN9oceanbase5share27ObEventHistoryTableOperator19add_event_to_timer_ERKNS_6common11ObSqlStringEE6$2268, timer_running_flag:1, total_running_count:1963, func_shared_ptr.ptr:0x7fb1ca4e3b70, time_wheel:0x7fb2d6ff7cf0, thread_pool:0x7fb2d6ff74d0, is_running:0, time_interval:15.00s, expected_run_time:02:52:09.311, task_priority:1, with_handle_protected:0})
[2026-04-21 02:51:56.525133] INFO [SQL.RESV] check_table_exist_or_not (ob_dml_resolver.cpp:11287) [119][Occam][T1][YB427F000001-00064FEEF8CAA002-0-0] [lt=23] table not exist(tenant_id=1, database_id=201001, table_name=all_server_event_history, table_name.ptr()=“data_size:26, data:5F5F616C6C5F7365727665725F6576656E745F686973746F7279”, ret=-5019)
[2026-04-21 02:51:56.525206] WDIAG [OCCAM] operator() (ob_occam_timer.h:81) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=0][errcode=-4016] task executed too delay(delay_time=715000, *p_task
={this:0x7fb1ca4e3c70, caller:ob_event_history_table_operator.cpp:add_event_to_timer
:419, function_type:ZN9oceanbase5share27ObEventHistoryTableOperator19add_event_to_timer_ERKNS_6common11ObSqlStringEE6$2268, timer_running_flag:1, total_running_count:1963, func_shared_ptr.ptr:0x7fb2ad3e1550, time_wheel:0x7fb2d6ff7cf0, thread_pool:0x7fb2d6ff74d0, is_running:0, time_interval:15.00s, expected_run_time:02:52:09.311, task_priority:1, with_handle_protected:0})
[2026-04-21 02:51:56.526225] INFO [SQL.RESV] check_table_exist_or_not (ob_dml_resolver.cpp:11287) [119][Occam][T1][YB427F000001-00064FEEF8CAA003-0-0] [lt=20] table not exist(tenant_id=1, database_id=201001, table_name=all_server_event_history, table_name.ptr()=“data_size:26, data:5F5F616C6C5F7365727665725F6576656E745F686973746F7279”, ret=-5019)
[2026-04-21 02:51:56.526314] WDIAG [OCCAM] operator() (ob_occam_timer.h:81) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=0][errcode=-4016] task executed too delay(delay_time=716104, *p_task
={this:0x7fb2ad3e1650, caller:ob_event_history_table_operator.cpp:add_event_to_timer
:419, function_type:ZN9oceanbase5share27ObEventHistoryTableOperator19add_event_to_timer_ERKNS_6common11ObSqlStringEE6$2268, timer_running_flag:1, total_running_count:1963, func_shared_ptr.ptr:0x7fb2ad3e1930, time_wheel:0x7fb2d6ff7cf0, thread_pool:0x7fb2d6ff74d0, is_running:0, time_interval:15.00s, expected_run_time:02:52:09.611, task_priority:1, with_handle_protected:0})
[2026-04-21 02:51:56.527035] EDIAG [STORAGE.BLKMGR] alloc_object (ob_block_manager.cpp:270) [610][T1002_TimerWK1_WriteCkpt][T1002][YB427F000001-00064FEEBBEA19A8-0-0] [lt=0][errcode=-4184] The data file disk space is exhausted. Please expand the capacity by resizing datafile!!!(ret=-4184) BACKTRACE:0x9510a36 0x90911a6 0x9160f76 0x9160886 0x91607ba 0x91605b1 0x191f7008 0x191f611f 0x19218751 0x96f6669 0x96fa418 0x1861ebfe 0x18614054 0x1860d295 0x1860aa43 0x1860a27f 0x192f36a0 0x192d2d10 0x192d1c94 0x90610ae 0x90158e7 0x23342f45 0x23340b2e 0x7fb2dfa081cf 0x7fb2df639dd3
[2026-04-21 02:51:56.527391] INFO [SQL.RESV] check_table_exist_or_not (ob_dml_resolver.cpp:11287) [119][Occam][T1][YB427F000001-00064FEEF8CAA004-0-0] [lt=48] table not exist(tenant_id=1, database_id=201001, table_name=all_server_event_history, table_name.ptr()=“data_size:26, data:5F5F616C6C5F7365727665725F6576656E745F686973746F7279”, ret=-5019)
[2026-04-21 02:51:56.527482] WDIAG [OCCAM] operator() (ob_occam_timer.h:81) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=0][errcode=-4016] task executed too delay(delay_time=717271, *p_task
={this:0x7fb1ca41a7f0, caller:ob_event_history_table_operator.cpp:add_event_to_timer
:419, function_type:ZN9oceanbase5share27ObEventHistoryTableOperator19add_event_to_timer_ERKNS_6common11ObSqlStringEE6$2268, timer_running_flag:1, total_running_count:1963, func_shared_ptr.ptr:0x7fb1ca41aad0, time_wheel:0x7fb2d6ff7cf0, thread_pool:0x7fb2d6ff74d0, is_running:0, time_interval:15.00s, expected_run_time:02:52:09.711, task_priority:1, with_handle_protected:0})
[2026-04-21 02:51:56.528838] INFO [SQL.RESV] check_table_exist_or_not (ob_dml_resolver.cpp:11287) [119][Occam][T1][YB427F000001-00064FEEF8CAA005-0-0] [lt=159] table not exist(tenant_id=1, database_id=201001, table_name=all_server_event_history, table_name.ptr()=“data_size:26, data:5F5F616C6C5F7365727665725F6576656E745F686973746F7279”, ret=-5019)
[2026-04-21 02:51:56.528940] INFO [PALF] notify_need_writing_throttling (log_io_worker_wrapper.cpp:118) [498][T1001_TimerWK3_PalfGC][T1001][Y0-0000000000000000-0-0] [lt=36] success to notify_need_writing_throttling True
[2026-04-21 02:51:56.528947] WDIAG [OCCAM] operator() (ob_occam_timer.h:81) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=0][errcode=-4016] task executed too delay(delay_time=718731, *p_task
={this:0x7fb1ca5407f0, caller:ob_event_history_table_operator.cpp:add_event_to_timer
:419, function_type:ZN9oceanbase5share27ObEventHistoryTableOperator19add_event_to_timer_ERKNS_6common11ObSqlStringEE6$2268, timer_running_flag:1, total_running_count:1963, func_shared_ptr.ptr:0x7fb1ca41ac30, time_wheel:0x7fb2d6ff7cf0, thread_pool:0x7fb2d6ff74d0, is_running:0, time_interval:15.00s, expected_run_time:02:52:09.711, task_priority:1, with_handle_protected:0})
[2026-04-21 02:51:56.529953] INFO [SQL.RESV] check_table_exist_or_not (ob_dml_resolver.cpp:11287) [119][Occam][T1][YB427F000001-00064FEEF8CAA006-0-0] [lt=19] table not exist(tenant_id=1, database_id=201001, table_name=all_server_event_history, table_name.ptr()=“data_size:26, data:5F5F616C6C5F7365727665725F6576656E745F686973746F7279”, ret=-5019)
[2026-04-21 02:51:56.530040] WDIAG [OCCAM] operator() (ob_occam_timer.h:81) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=0][errcode=-4016] task executed too delay(delay_time=719822, *p_task
={this:0x7fb1ca540a70, caller:ob_event_history_table_operator.cpp:add_event_to_timer
:419, function_type:ZN9oceanbase5share27ObEventHistoryTableOperator19add_event_to_timer_ERKNS_6common11ObSqlStringEE6$2268, timer_running_flag:1, total_running_count:1963, func_shared_ptr.ptr:0x7fb1ca540d50, time_wheel:0x7fb2d6ff7cf0, thread_pool:0x7fb2d6ff74d0, is_running:0, time_interval:15.00s, expected_run_time:02:52:09.711, task_priority:1, with_handle_protected:0})
[2026-04-21 02:51:56.530093] WDIAG [SERVER.OMT] check_cgroup_root_dir (ob_cgroup_ctrl.cpp:212) [241][MultiTenant][T0][Y0-0000000000000000-0-0] [lt=17][errcode=-4027] dir not exist(OBSERVER_ROOT_CGROUP_DIR=“cgroup”, ret=-4027)
[2026-04-21 02:51:56.531113] INFO [SQL.RESV] check_table_exist_or_not (ob_dml_resolver.cpp:11287) [119][Occam][T1][YB427F000001-00064FEEF8CAA007-0-0] [lt=36] table not exist(tenant_id=1, database_id=201001, table_name=all_server_event_history, table_name.ptr()=“data_size:26, data:5F5F616C6C5F7365727665725F6576656E745F686973746F7279”, ret=-5019)
[2026-04-21 02:51:56.531203] WDIAG [OCCAM] operator() (ob_occam_timer.h:81) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=0][errcode=-4016] task executed too delay(delay_time=720981, *p_task
={this:0x7fb1ca5007f0, caller:ob_event_history_table_operator.cpp:add_event_to_timer
:419, function_type:ZN9oceanbase5share27ObEventHistoryTableOperator19add_event_to_timer_ERKNS_6common11ObSqlStringEE6$2268, timer_running_flag:1, total_running_count:1963, func_shared_ptr.ptr:0x7fb1ca500ad0, time_wheel:0x7fb2d6ff7cf0, thread_pool:0x7fb2d6ff74d0, is_running:0, time_interval:15.00s, expected_run_time:02:52:05.961, task_priority:1, with_handle_protected:0})
[2026-04-21 02:51:56.531329] WDIAG [SHARE] avaliable_resource_after_dt_ (ob_throttle_unit.ipp:412) [397][T1_ReplaySrv11][T1][Y0-0000000000000000-0-0] [lt=0][errcode=0] REACH SYSLOG RATE LIMIT [bandwidth]
[2026-04-21 02:51:56.532270] INFO [SQL.RESV] check_table_exist_or_not (ob_dml_resolver.cpp:11287) [119][Occam][T1][YB427F000001-00064FEEF8CAA008-0-0] [lt=50] table not exist(tenant_id=1, database_id=201001, table_name=all_server_event_history, table_name.ptr()=“data_size:26, data:5F5F616C6C5F7365727665725F6576656E745F686973746F7279”, ret=-5019)
[2026-04-21 02:51:56.532350] WDIAG [SHARE] operator() (ob_event_history_table_operator.cpp:414) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=0][errcode=-4389] fail to schedule report event task cause retry too much times
[2026-04-21 02:51:56.532370] WDIAG [OCCAM] operator() (ob_occam_timer.h:81) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=14][errcode=-4016] task executed too delay(delay_time=722146, *p_task
={this:0x7fb1ca500bd0, caller:ob_event_history_table_operator.cpp:add_event_to_timer
:419, function_type:ZN9oceanbase5share27ObEventHistoryTableOperator19add_event_to_timer_ERKNS_6common11ObSqlStringEE6$2268, timer_running_flag:1, total_running_count:1963, func_shared_ptr.ptr:0x7fb1ca500eb0, time_wheel:0x7fb2d6ff7cf0, thread_pool:0x7fb2d6ff74d0, is_running:0, time_interval:15.00s, expected_run_time:02:52:05.962, task_priority:1, with_handle_protected:0})
[2026-04-21 02:51:56.533368] INFO [SQL.RESV] check_table_exist_or_not (ob_dml_resolver.cpp:11287) [119][Occam][T1][YB427F000001-00064FEEF8CAA009-0-0] [lt=43] table not exist(tenant_id=1, database_id=201001, table_name=all_server_event_history, table_name.ptr()=“data_size:26, data:5F5F616C6C5F7365727665725F6576656E745F686973746F7279”, ret=-5019)
[2026-04-21 02:51:56.533440] WDIAG [SHARE] operator() (ob_event_history_table_operator.cpp:414) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=0][errcode=-4389] fail to schedule report event task cause retry too much times
[2026-04-21 02:51:56.533472] WDIAG [OCCAM] operator() (ob_occam_timer.h:81) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=27][errcode=-4016] task executed too delay(delay_time=723246, *p_task
={this:0x7fb2ad3c6030, caller:ob_event_history_table_operator.cpp:add_event_to_timer
:419, function_type:ZN9oceanbase5share27ObEventHistoryTableOperator19add_event_to_timer_ERKNS_6common11ObSqlStringEE6$2268, timer_running_flag:1, total_running_count:1963, func_shared_ptr.ptr:0x7fb2ad3c6310, time_wheel:0x7fb2d6ff7cf0, thread_pool:0x7fb2d6ff74d0, is_running:0, time_interval:15.00s, expected_run_time:02:52:05.963, task_priority:1, with_handle_protected:0})
[2026-04-21 02:51:56.534482] INFO [SQL.RESV] check_table_exist_or_not (ob_dml_resolver.cpp:11287) [119][Occam][T1][YB427F000001-00064FEEF8CAA00A-0-0] [lt=47] table not exist(tenant_id=1, database_id=201001, table_name=__all_server_event_history, table_name.ptr()=“data_size:26, data:5F5F616C6C5F7365727665725F6576656E745F686973746F7279”, ret=-5019)
[2026-04-21 02:51:56.534583] WDIAG [SHARE] operator() (ob_event_history_table_operator.cpp:414) [119][Occam][T0][Y0-0000000000000000-0-0] [lt=0][errcode=-4389] fail to schedule report event task cause retry too much times