2025-08-05 02:01:49.201 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.service.iam.user.UserService : user 100 login with organization 10000000 2025-08-05 02:01:49.206 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.c.t.e.runner.JavaSubtaskRunner : Run subtask, id=5604, context=Context{parallelIdx=-1, stringMap={ob_tenant_id=1010, tenant_id=14, checkBeforeDataBackup=true, startClusterCompact=false, task_instance_id=4980, logBackupRecordList=[{"clusterId":4,"obTenantId":1010,"status":"STOPPED","tenantId":14,"tenantName":"RA"}], dataBackupTriggerInfo={"async":true,"backupDimension":"TENANT","dataBackupMode":"FULL_BACKUP","triggerTime":"2025-08-05T09:58:44Z","triggerType":"BACKUP_NOW"}, description=ALTER BACKUP TENANT FULL_BACKUP BY BACKUP_NOW AT 2025-08-05 09:58:44.0, task_operation=execute, triggerTime=1754387924000000, startLogBackup=true, cluster_id=4, storageBaseInfo=******, tenantName=RA, backupMode=physical, sub_task_instance_name=Wait log backup checkpoint, sub_task_instance_id=5604, dataBackupMode=FULL_BACKUP, tenant_name=RA, ob_version=4.3.5.2, ob_cluster_id=1753780206, backupDim=TENANT, dataSetIncIdMap={"1010":"7"}, keepLogRunningAfterBackup=true, triggerType=BACKUP_NOW, latest_execution_start_time=2025-08-05T02:01:49.183Z, backupNow=true, obClusterName=obtest}, listMap={}}, executor=192.168.3.232 2025-08-05 02:01:49.242 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:01:49.247 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:01:49.251 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:01:49.256 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:01:49.264 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:01:49.269 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:01:49.273 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:01:49.395 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:01:49.399 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:01:49.440 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT job_id, incarnation, job.tenant_id AS tenant_id, job.backup_set_id AS backup_set_id, backup_type, path AS backup_dest, start_timestamp AS start_time, end_timestamp AS end_time, now(6) AS check_time, task.data_progress AS data_progress, status, comment, description, 'TENANT' AS backup_level, file.min_restore_scn_display AS snapshot_version_time, output_bytes FROM ( SELECT job_id, incarnation, tenant_id, backup_set_id, backup_type, path, start_timestamp, NULL AS end_timestamp, status, comment, description FROM CDB_OB_BACKUP_JOBS UNION SELECT job_id, incarnation, tenant_id, backup_set_id, backup_type, path, start_timestamp, end_timestamp, status, comment, description FROM CDB_OB_BACKUP_JOB_HISTORY ) job LEFT JOIN (SELECT tenant_id AS tid, backup_set_id, min_restore_scn_display, output_bytes FROM CDB_OB_BACKUP_SET_FILES) file ON job.tenant_id = file.tid AND job.backup_set_id = file.backup_set_id LEFT JOIN (SELECT tenant_id AS tid, backup_set_id, data_progress FROM CDB_OB_BACKUP_TASKS) task ON job.tenant_id = task.tid AND job.backup_set_id = task.backup_set_id WHERE tenant_id != 1 AND description = ? ORDER BY start_time DESC) where start_time >= '2025-08-05 09:58:44', args: [ALTER BACKUP TENANT FULL_BACKUP BY BACKUP_NOW AT 2025-08-05 09:58:44.0] 2025-08-05 02:01:49.591 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:01:49.595 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:01:49.600 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:01:49.604 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:01:49.608 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:01:49.616 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:01:49.620 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:01:49.625 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:01:49.745 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:01:49.750 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:01:49.760 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:01:49.900 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:01:49.904 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:01:49.908 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:01:49.912 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:01:49.916 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:01:49.924 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:01:49.963 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:00:11.071Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:01:49.966 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:02:19.989 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:02:19.997 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:02:20.003 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:02:20.008 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:02:20.013 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:02:20.023 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:02:20.028 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:02:20.033 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:02:20.155 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:02:20.162 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:02:20.179 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:02:20.343 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:02:20.348 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:02:20.358 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:02:20.364 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:02:20.370 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:02:20.384 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:02:20.443 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:00:11.071Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:02:20.448 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:02:50.477 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:02:50.487 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:02:50.503 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:02:50.516 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:02:50.523 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:02:50.535 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:02:50.544 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:02:50.550 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:02:50.615 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:02:50.626 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:02:50.647 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:02:50.747 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:02:50.751 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:02:50.756 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:02:50.762 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:02:50.767 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:02:50.777 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:02:50.828 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:02:11.327Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:02:50.832 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:03:20.856 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:03:20.859 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:03:20.865 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:03:20.869 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:03:20.875 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:03:20.884 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:03:20.892 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:03:20.898 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:03:21.022 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:03:21.028 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:03:21.044 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:03:21.208 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:03:21.214 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:03:21.218 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:03:21.225 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:03:21.230 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:03:21.244 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:03:21.292 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:02:11.327Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:03:21.298 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:03:51.328 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:03:51.334 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:03:51.340 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:03:51.346 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:03:51.351 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:03:51.361 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:03:51.366 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:03:51.372 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:03:51.501 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:03:51.508 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:03:51.522 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:03:51.667 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:03:51.671 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:03:51.676 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:03:51.681 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:03:51.687 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:03:51.700 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:03:51.747 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:02:11.327Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:03:51.752 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:04:21.776 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:04:21.780 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:04:21.785 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:04:21.789 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:04:21.793 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:04:21.803 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:04:21.808 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:04:21.813 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:04:21.933 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:04:21.938 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:04:21.948 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:04:22.092 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:04:22.100 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:04:22.104 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:04:22.109 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:04:22.113 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:04:22.122 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:04:22.151 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:02:11.327Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:04:22.155 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:04:52.177 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:04:52.181 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:04:52.185 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:04:52.189 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:04:52.196 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:04:52.205 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:04:52.216 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:04:52.222 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:04:52.302 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:04:52.307 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:04:52.317 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:04:52.405 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:04:52.408 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:04:52.413 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:04:52.417 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:04:52.422 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:04:52.429 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:04:52.457 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:02:11.327Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:04:52.461 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:05:22.483 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:05:22.487 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:05:22.490 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:05:22.494 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:05:22.498 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:05:22.506 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:05:22.510 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:05:22.514 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:05:22.633 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:05:22.637 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:05:22.647 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:05:22.797 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:05:22.800 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:05:22.804 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:05:22.808 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:05:22.813 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:05:22.821 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:05:22.847 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:04:10.894Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:05:22.850 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:05:52.870 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:05:52.874 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:05:52.884 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:05:52.888 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:05:52.893 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:05:52.902 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:05:52.908 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:05:52.913 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:05:53.035 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:05:53.040 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:05:53.051 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:05:53.193 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:05:53.196 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:05:53.201 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:05:53.205 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:05:53.209 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:05:53.218 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:05:53.257 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:04:10.894Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:05:53.261 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:06:23.284 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:06:23.288 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:06:23.293 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:06:23.297 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:06:23.301 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:06:23.308 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:06:23.312 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:06:23.316 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:06:23.403 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:06:23.408 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:06:23.421 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:06:23.550 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:06:23.571 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:06:23.576 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:06:23.580 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:06:23.585 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:06:23.593 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:06:23.622 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:04:10.894Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:06:23.626 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:06:53.656 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:06:53.661 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:06:53.665 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:06:53.673 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:06:53.681 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:06:53.686 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:06:53.689 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:06:53.805 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:06:53.811 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:06:53.824 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:06:53.993 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:06:53.997 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:06:54.001 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:06:54.005 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:06:54.009 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:06:54.017 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:06:54.043 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:06:11.055Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:06:54.047 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:07:24.070 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:07:24.074 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:07:24.079 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:07:24.083 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:07:24.089 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:07:24.095 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:07:24.099 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:07:24.104 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:07:24.165 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:07:24.170 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:07:24.183 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:07:24.335 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:07:24.339 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:07:24.343 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:07:24.347 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:07:24.353 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:07:24.366 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:07:24.396 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:06:11.055Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:07:24.400 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:07:54.423 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:07:54.427 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:07:54.432 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:07:54.436 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:07:54.441 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:07:54.450 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:07:54.454 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:07:54.459 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:07:54.578 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:07:54.583 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:07:54.595 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:07:54.733 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:07:54.737 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:07:54.741 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:07:54.745 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:07:54.750 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:07:54.759 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:07:54.786 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:06:11.055Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:07:54.790 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:08:24.811 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:08:24.815 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:08:24.820 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:08:24.824 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:08:24.828 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:08:24.836 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:08:24.840 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:08:24.844 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:08:24.963 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:08:24.967 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:08:24.981 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:08:25.117 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:08:25.121 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:08:25.125 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:08:25.129 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:08:25.133 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:08:25.141 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:08:25.167 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:08:11.312Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:08:25.170 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:08:55.191 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:08:55.195 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:08:55.205 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:08:55.210 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:08:55.217 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:08:55.231 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:08:55.235 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:08:55.240 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:08:55.302 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:08:55.306 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:08:55.319 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:08:55.411 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:08:55.415 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:08:55.419 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:08:55.423 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:08:55.427 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:08:55.436 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:08:55.475 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:08:11.312Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:08:55.478 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:09:25.500 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:09:25.504 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:09:25.509 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:09:25.513 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:09:25.517 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:09:25.526 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:09:25.530 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:09:25.536 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:09:25.660 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:09:25.664 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:09:25.677 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:09:25.848 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:09:25.855 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:09:25.860 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:09:25.868 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:09:25.878 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:09:25.893 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:09:25.930 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:08:11.312Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:09:25.935 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:09:55.960 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:09:55.964 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:09:55.968 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:09:55.973 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:09:55.978 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:09:55.986 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:09:55.990 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:09:55.995 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:09:56.117 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:09:56.122 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:09:56.132 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:09:56.280 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:09:56.284 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:09:56.288 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:09:56.292 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:09:56.296 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:09:56.303 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:09:56.335 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:08:11.312Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:09:56.339 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:10:26.359 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:10:26.362 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:10:26.366 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:10:26.370 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:10:26.375 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:10:26.383 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:10:26.387 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:10:26.392 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:10:26.455 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:10:26.459 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:10:26.470 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:10:26.579 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:10:26.583 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:10:26.588 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:10:26.591 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:10:26.596 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:10:26.605 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:10:26.633 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:08:11.312Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:10:26.637 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:10:56.656 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:10:56.660 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:10:56.665 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:10:56.669 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:10:56.672 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:10:56.681 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:10:56.686 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:10:56.691 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:10:56.809 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:10:56.814 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:10:56.827 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:10:56.976 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:10:56.980 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:10:56.985 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:10:56.990 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:10:56.994 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:10:57.003 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:10:57.033 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:10:11.412Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:10:57.037 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds 2025-08-05 02:11:27.059 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:11:27.062 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:11:27.067 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:11:27.071 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:11:27.075 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE ? 2025-08-05 02:11:27.081 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:11:27.085 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:11:27.090 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ tenant_id, name, value, gmt_create, gmt_modified FROM __all_virtual_sys_variable WHERE name = ? 2025-08-05 02:11:27.185 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:11:27.189 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:11:27.201 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SELECT /*+ ocp_query */ * from (SELECT incarnation, round_id AS log_archive_round, tenant_id, path AS backup_dest, IF(start_scn_display != '', start_scn_display, NULL) AS min_first_time, IF(checkpoint_scn_display != '', checkpoint_scn_display, NULL) AS max_next_time, status, IF(checkpoint_scn != '', truncate((time_to_usec(now()) - checkpoint_scn / 1000) / 1000000, 4), NULL) AS delay, now(6) AS check_time FROM CDB_OB_ARCHIVELOG_SUMMARY RIGHT JOIN (SELECT tenant_id as _tenant_id, max(round_id) as _round_id FROM CDB_OB_ARCHIVELOG_SUMMARY GROUP BY _tenant_id ) AS t ON tenant_id = t._tenant_id and round_id = t._round_id) 2025-08-05 02:11:27.346 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.s.o.o.f.ConnectPropertiesBuilder : get credential from obsdk context, clusterName=obtest, tenantName=sys, dbUser=ocp_monitor 2025-08-05 02:11:27.350 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:11:27.355 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.obsdk.connector.ObConnectorHolder : [obsdk] no ob connector found in holder, key=ObConnectorKey(connectionMode=direct, clusterName=obtest, obClusterId=1753780206, tenantName=sys, username=ocp_monitor, address=192.168.3.227, port=2881, database=oceanbase) 2025-08-05 02:11:27.359 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: set ob_query_timeout = ?, args: [100000000] 2025-08-05 02:11:27.363 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.obsdk.connector.ConnectTemplate : [obsdk] sql: SHOW VARIABLES LIKE 'time_zone' 2025-08-05 02:11:27.372 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.b.i.operation.BackupObOpsService : systemTenantZoneId=+08:00 2025-08-05 02:11:27.401 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] .o.o.b.i.t.s.WaitLogBackupCheckpointTask : log backup checkpoint=2025-08-05T02:10:11.412Z is before data backup min restore time=2025-08-05T10:01:19.057656Z 2025-08-05 02:11:27.404 INFO 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.ocp.common.lang.pattern.Retry : wait for 30 seconds Set state for subtask: 5604, operation:EXECUTE, state: FAILED 2025-08-05 02:11:49.232 ERROR 13873 --- [manual-subtask-executor12,b659f5890bbe4356,aee269a2b70790d3] c.o.o.c.t.e.c.w.subtask.SubtaskExecutor : interrupted, msg:sleep interrupted java.lang.RuntimeException: interrupted, msg:sleep interrupted at com.oceanbase.ocp.common.lang.pattern.Retry.waitFor(Retry.java:194) at com.oceanbase.ocp.common.lang.pattern.Retry.executeUntilWithTimeout(Retry.java:114) at com.oceanbase.ocp.common.lang.pattern.Retry.executeUntilWithTimeout(Retry.java:98) at com.oceanbase.ocp.backup.internal.task.schedule.WaitLogBackupCheckpointTask.run(WaitLogBackupCheckpointTask.java:68) at com.oceanbase.ocp.core.task.engine.runner.JavaSubtaskRunner.execute(JavaSubtaskRunner.java:64) at com.oceanbase.ocp.core.task.engine.runner.JavaSubtaskRunner.doRun(JavaSubtaskRunner.java:32) at com.oceanbase.ocp.core.task.engine.runner.JavaSubtaskRunner.run(JavaSubtaskRunner.java:26) at com.oceanbase.ocp.core.task.engine.runner.RunnerFactory.doRun(RunnerFactory.java:76) at com.oceanbase.ocp.core.task.engine.coordinator.worker.subtask.SubtaskExecutor.doRun(SubtaskExecutor.java:212) at com.oceanbase.ocp.core.task.engine.coordinator.worker.subtask.SubtaskExecutor.redirectConsoleOutput(SubtaskExecutor.java:206) at com.oceanbase.ocp.core.task.engine.coordinator.worker.subtask.SubtaskExecutor.lambda$submit$2(SubtaskExecutor.java:137) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) 2025-08-05 02:11:49.232 WARN 13873 --- [subtask-executor28,33d248d2d14e8c57,1ac151add08e1b48] c.o.o.c.t.e.c.w.subtask.SubtaskExecutor : Receive timeout callback, id=5604, name=Wait log backup checkpoint, elapsed=600, timeout=600