数据迁移调用 CM API 失败

【 使用环境 】测试环境
【 OB or 其他组件 】OMS
【 使用版本 】3.3.0_CE
【问题描述】OMS 数据迁移任务执行过程中,全量迁移报错 调用 CM API 失败,错误消息:start checker failed. checker task.id 90217。
【复现路径】问题出现前后相关操作

  1. config,yaml
# OMS 社区版部署必填配置
# 您需要提前准备一个 OceanBase 数据库,用于存放 OMS 社区版的元信息
oms_meta_host: 10.199.161.72
oms_meta_port: 2881
oms_meta_user: root@test_tenant
oms_meta_password: test_tenant

# 用户可以自定义以下三个数据库的名称,OMS 社区版部署时会在元信息库中创建出这三个数据库
drc_rm_db: drc_rm_db
drc_cm_db: drc_cm_db
drc_cm_heartbeat_db: drc_cm_heartbeat_db

# 用于消费 OceanBase 增量的用户
# 当需要从 OceanBase 社区版消费增量日志时,请在 sys 租户下创建用户
# drc user 需要在待迁移的 OceanBase 集群 sys 租户下创建,然后在 OMS 社区版 yaml 文件中指定
drc_user: oms_test
drc_password: 'oms_test'

# OMS 社区版集群配置
cm_url: http://10.199.157.221:8088
cm_location: 1
# cm_region: cn-hangzhou
# cm_region_cn: 杭州
cm_is_default: true
# cm_nodes 为列表形式,-前需要有两个空格
cm_nodes:
  - 10.199.157.221

# 下述参数均为可选参数
# 时序数据库配置
# tsdb_service: 'INFLUXDB'
# tsdb_enabled: false

# 部署 InfluxDB 的机器地址
# 当 tsdb_enabled 为 true 时,请根据实际环境修改下述参数
# tsdb_url: '${tsdb_url}'
# tsdb_username: ${tsdb_user}
# tsdb_password: ${tsdb_password}
  1. OMS启动命令

docker run -dit --net host
-v /home/admin/conf/config.yaml:/home/admin/conf/config.yaml
-v /home/admin/oms/oms_logs:/home/admin/logs
-v /home/admin/oms/oms_store:/home/admin/oms/oms_store
-v /home/admin/oms/oms_run:/home/admin/oms/oms_run
-e OMS_HOST_IP=${OMS_HOST_IP}
–privileged=true
–pids-limit -1
–ulimit nproc=65535:65535
–name ${CONTAINER_NAME}
reg.docker.alibaba-inc.com/oceanbase/oms:${IMAGE_TAG}

  1. 新增 MySQL 到 OB 的迁移任务
    【问题现象及影响】
    现象:迁移任务执行到全量迁移时报错:CM_API_ERROR 调用 CM API 失败,错误消息:start checker failed. checker task.id 90217。
    【附件】

已经提交工单,请等待回复。

由于重新部署过,所以路径有变化,错误都是一样的

stdout.out

OpenJDK 64-Bit Server VM warning: Cannot open file /u01/ds/bin/..//run//10.199.157.221-9000:90218:0000000004/logs/gc_pid16501.log due to No such file or directory

OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00000006c0000000, 2147483648, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 2147483648 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /u01/ds/run/10.199.157.221-9000:90218:0000000004/hs_err_pid16501.log

hs_err_pid16501.log

OpenJDK 64-Bit Server VM warning: Cannot open file /u01/ds/bin/..//run//10.199.157.221-9000:90218:0000000004/logs/gc_pid16501.log due to No such file or directory

OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00000006c0000000, 2147483648, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 2147483648 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /u01/ds/run/10.199.157.221-9000:90218:0000000004/hs_err_pid16501.log
[root@hz-bd-performance-199-157-221 10.199.157.221-9000:90218:0000000004]# ll
total 28
lrwxrwxrwx 1 ds ds    28 Sep 20 20:12 bin -> /home/ds/plugins/checker/bin
drwxr-xr-x 2 ds ds    72 Sep 20 20:12 conf
-rw-r--r-- 1 ds ds 22190 Sep 20 20:12 hs_err_pid16501.log
lrwxrwxrwx 1 ds ds    28 Sep 20 20:12 lib -> /home/ds/plugins/checker/lib
-rw-r--r-- 1 ds ds   612 Sep 20 20:12 stdout.out
[root@hz-bd-performance-199-157-221 10.199.157.221-9000:90218:0000000004]# cat hs_err_pid16501.log
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 2147483648 bytes for committing reserved memory.
# Possible reasons:
#   The system is out of physical RAM or swap space
#   The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
#  Out of Memory Error (os_linux.cpp:2795), pid=16501, tid=0x00007f4c54ff5700
#
# JRE version:  (8.0_302-b01) (build )
# Java VM: OpenJDK 64-Bit Server VM (25.302-b1 mixed mode linux-amd64 compressed oops)
# Core dump written. Default location: /u01/ds/run/10.199.157.221-9000:90218:0000000004/core or core.16501
#

---------------  T H R E A D  ---------------

Current thread (0x00007f4c4c00c800):  JavaThread "Unknown thread" [_thread_in_vm, id=16528, stack(0x00007f4c54f76000,0x00007f4c54ff6000)]

Stack: [0x00007f4c54f76000,0x00007f4c54ff6000],  sp=0x00007f4c54ff4540,  free space=505k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0xace41d]
V  [libjvm.so+0x4e66fa]
V  [libjvm.so+0x91a258]
V  [libjvm.so+0x91205f]
V  [libjvm.so+0xacb0c4]
V  [libjvm.so+0x5e43f3]
V  [libjvm.so+0x4ee586]
V  [libjvm.so+0x93fc2f]
V  [libjvm.so+0x5e56ac]
V  [libjvm.so+0x5d6798]
V  [libjvm.so+0xa98799]
V  [libjvm.so+0xa989a3]
V  [libjvm.so+0x62a895]
V  [libjvm.so+0xa78820]
V  [libjvm.so+0x6fe69e]  JNI_CreateJavaVM+0x4e
C  [libjli.so+0x2da4]
C  [libpthread.so.0+0x7ea5]  start_thread+0xc5


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )

Other Threads:

=>0x00007f4c4c00c800 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=16528, stack(0x00007f4c54f76000,0x00007f4c54ff6000)]

VM state:not at safepoint (not fully initialized)

VM Mutex/Monitor currently owned by a thread: None

heap address: 0x00000006c0000000, size: 4096 MB, Compressed Oops mode: Non-zero based:0x00000006bffff000, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 0

GC Heap History (0 events):
No events

Deoptimization events (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (0 events):
No events

Events (0 events):
No events


Dynamic libraries:
740000000-7c0000000 ---p 00000000 00:00 0
555d358d6000-555d358d7000 r-xp 00000000 fd:00 1146673                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/bin/java
555d35ad6000-555d35ad7000 r--p 00000000 fd:00 1146673                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/bin/java
555d35ad7000-555d35ad8000 rw-p 00001000 fd:00 1146673                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/bin/java
555d36d34000-555d36d55000 rw-p 00000000 00:00 0                          [heap]
7f4c28000000-7f4c28021000 rw-p 00000000 00:00 0
7f4c28021000-7f4c2c000000 ---p 00000000 00:00 0
7f4c30000000-7f4c30021000 rw-p 00000000 00:00 0
7f4c30021000-7f4c34000000 ---p 00000000 00:00 0
7f4c34000000-7f4c34021000 rw-p 00000000 00:00 0
7f4c34021000-7f4c38000000 ---p 00000000 00:00 0
7f4c38000000-7f4c38021000 rw-p 00000000 00:00 0
7f4c38021000-7f4c3c000000 ---p 00000000 00:00 0
7f4c3d000000-7f4c3d270000 rwxp 00000000 00:00 0
7f4c3d270000-7f4c4c000000 ---p 00000000 00:00 0
7f4c4c000000-7f4c4c03b000 rw-p 00000000 00:00 0
7f4c4c03b000-7f4c50000000 ---p 00000000 00:00 0
7f4c5108d000-7f4c5188d000 ---p 00000000 00:00 0
7f4c5188d000-7f4c5188e000 rw-p 00000000 00:00 0
7f4c5188e000-7f4c5188f000 ---p 00000000 00:00 0
7f4c5188f000-7f4c5198f000 rw-p 00000000 00:00 0
7f4c5198f000-7f4c51990000 ---p 00000000 00:00 0
7f4c51990000-7f4c51a90000 rw-p 00000000 00:00 0
7f4c51a90000-7f4c51a91000 ---p 00000000 00:00 0
7f4c51a91000-7f4c51b9b000 rw-p 00000000 00:00 0
7f4c51b9b000-7f4c51f51000 ---p 00000000 00:00 0
7f4c51f51000-7f4c51f59000 r-xp 00000000 fd:00 1146878                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/libzip.so
7f4c51f59000-7f4c52158000 ---p 00008000 fd:00 1146878                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/libzip.so
7f4c52158000-7f4c52159000 r--p 00007000 fd:00 1146878                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/libzip.so
7f4c52159000-7f4c5215a000 rw-p 00008000 fd:00 1146878                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/libzip.so
7f4c5215a000-7f4c52166000 r-xp 00000000 fd:00 68410111                   /usr/lib64/libnss_files-2.17.so
7f4c52166000-7f4c52365000 ---p 0000c000 fd:00 68410111                   /usr/lib64/libnss_files-2.17.so
7f4c52365000-7f4c52366000 r--p 0000b000 fd:00 68410111                   /usr/lib64/libnss_files-2.17.so
7f4c52366000-7f4c52367000 rw-p 0000c000 fd:00 68410111                   /usr/lib64/libnss_files-2.17.so
7f4c52367000-7f4c5236d000 rw-p 00000000 00:00 0
7f4c5236d000-7f4c52398000 r-xp 00000000 fd:00 1146856                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/libjava.so
7f4c52398000-7f4c52597000 ---p 0002b000 fd:00 1146856                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/libjava.so
7f4c52597000-7f4c52598000 r--p 0002a000 fd:00 1146856                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/libjava.so
7f4c52598000-7f4c5259a000 rw-p 0002b000 fd:00 1146856                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/libjava.so
7f4c5259a000-7f4c525a7000 r-xp 00000000 fd:00 1146877                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/libverify.so
7f4c525a7000-7f4c527a6000 ---p 0000d000 fd:00 1146877                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/libverify.so
7f4c527a6000-7f4c527a8000 r--p 0000c000 fd:00 1146877                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/libverify.so
7f4c527a8000-7f4c527a9000 rw-p 0000e000 fd:00 1146877                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/libverify.so
7f4c527a9000-7f4c527b0000 r-xp 00000000 fd:00 68410164                   /usr/lib64/librt-2.17.so
7f4c527b0000-7f4c529af000 ---p 00007000 fd:00 68410164                   /usr/lib64/librt-2.17.so
7f4c529af000-7f4c529b0000 r--p 00006000 fd:00 68410164                   /usr/lib64/librt-2.17.so
7f4c529b0000-7f4c529b1000 rw-p 00007000 fd:00 68410164                   /usr/lib64/librt-2.17.so
7f4c529b1000-7f4c529c6000 r-xp 00000000 fd:00 33835482                   /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7f4c529c6000-7f4c52bc5000 ---p 00015000 fd:00 33835482                   /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7f4c52bc5000-7f4c52bc6000 r--p 00014000 fd:00 33835482                   /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7f4c52bc6000-7f4c52bc7000 rw-p 00015000 fd:00 33835482                   /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7f4c52bc7000-7f4c52cc8000 r-xp 00000000 fd:00 68410080                   /usr/lib64/libm-2.17.so
7f4c52cc8000-7f4c52ec7000 ---p 00101000 fd:00 68410080                   /usr/lib64/libm-2.17.so
7f4c52ec7000-7f4c52ec8000 r--p 00100000 fd:00 68410080                   /usr/lib64/libm-2.17.so
7f4c52ec8000-7f4c52ec9000 rw-p 00101000 fd:00 68410080                   /usr/lib64/libm-2.17.so
7f4c52ec9000-7f4c52fb2000 r-xp 00000000 fd:00 33835283                   /usr/lib64/libstdc++.so.6.0.19
7f4c52fb2000-7f4c531b2000 ---p 000e9000 fd:00 33835283                   /usr/lib64/libstdc++.so.6.0.19
7f4c531b2000-7f4c531ba000 r--p 000e9000 fd:00 33835283                   /usr/lib64/libstdc++.so.6.0.19
7f4c531ba000-7f4c531bc000 rw-p 000f1000 fd:00 33835283                   /usr/lib64/libstdc++.so.6.0.19
7f4c531bc000-7f4c531d1000 rw-p 00000000 00:00 0
7f4c531d1000-7f4c53ecb000 r-xp 00000000 fd:00 68408180                   /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/server/libjvm.so
7f4c53ecb000-7f4c540ca000 ---p 00cfa000 fd:00 68408180                   /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/server/libjvm.so
7f4c540ca000-7f4c5416d000 r--p 00cf9000 fd:00 68408180                   /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/server/libjvm.so
7f4c5416d000-7f4c54197000 rw-p 00d9c000 fd:00 68408180                   /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/jre/lib/amd64/server/libjvm.so
7f4c54197000-7f4c541cf000 rw-p 00000000 00:00 0
7f4c541cf000-7f4c54393000 r-xp 00000000 fd:00 68409933                   /usr/lib64/libc-2.17.so
7f4c54393000-7f4c54592000 ---p 001c4000 fd:00 68409933                   /usr/lib64/libc-2.17.so
7f4c54592000-7f4c54596000 r--p 001c3000 fd:00 68409933                   /usr/lib64/libc-2.17.so
7f4c54596000-7f4c54598000 rw-p 001c7000 fd:00 68409933                   /usr/lib64/libc-2.17.so
7f4c54598000-7f4c5459d000 rw-p 00000000 00:00 0
7f4c5459d000-7f4c5459f000 r-xp 00000000 fd:00 68409952                   /usr/lib64/libdl-2.17.so
7f4c5459f000-7f4c5479f000 ---p 00002000 fd:00 68409952                   /usr/lib64/libdl-2.17.so
7f4c5479f000-7f4c547a0000 r--p 00002000 fd:00 68409952                   /usr/lib64/libdl-2.17.so
7f4c547a0000-7f4c547a1000 rw-p 00003000 fd:00 68409952                   /usr/lib64/libdl-2.17.so
7f4c547a1000-7f4c547ae000 r-xp 00000000 fd:00 1146892                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/lib/amd64/jli/libjli.so
7f4c547ae000-7f4c549ad000 ---p 0000d000 fd:00 1146892                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/lib/amd64/jli/libjli.so
7f4c549ad000-7f4c549ae000 r--p 0000c000 fd:00 1146892                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/lib/amd64/jli/libjli.so
7f4c549ae000-7f4c549af000 rw-p 0000d000 fd:00 1146892                    /opt/alibaba/java-1.8.0-alibaba-dragonwell-8.8.8.302.b1-1.al7/lib/amd64/jli/libjli.so
7f4c549af000-7f4c549c4000 r-xp 00000000 fd:00 68416230                   /usr/lib64/libz.so.1.2.7
7f4c549c4000-7f4c54bc3000 ---p 00015000 fd:00 68416230                   /usr/lib64/libz.so.1.2.7
7f4c54bc3000-7f4c54bc4000 r--p 00014000 fd:00 68416230                   /usr/lib64/libz.so.1.2.7
7f4c54bc4000-7f4c54bc5000 rw-p 00015000 fd:00 68416230                   /usr/lib64/libz.so.1.2.7
7f4c54bc5000-7f4c54bdc000 r-xp 00000000 fd:00 68410146                   /usr/lib64/libpthread-2.17.so
7f4c54bdc000-7f4c54ddb000 ---p 00017000 fd:00 68410146                   /usr/lib64/libpthread-2.17.so
7f4c54ddb000-7f4c54ddc000 r--p 00016000 fd:00 68410146                   /usr/lib64/libpthread-2.17.so
7f4c54ddc000-7f4c54ddd000 rw-p 00017000 fd:00 68410146                   /usr/lib64/libpthread-2.17.so
7f4c54ddd000-7f4c54de1000 rw-p 00000000 00:00 0
7f4c54de1000-7f4c54e03000 r-xp 00000000 fd:00 68409899                   /usr/lib64/ld-2.17.so
7f4c54e6c000-7f4c54e6d000 ---p 00000000 00:00 0
7f4c54e6d000-7f4c54f6d000 rw-p 00000000 00:00 0
7f4c54f6d000-7f4c54f75000 rw-s 00000000 fd:00 39329508                   /tmp/hsperfdata_ds/16501
7f4c54f75000-7f4c54f79000 ---p 00000000 00:00 0
7f4c54f79000-7f4c54ffb000 rw-p 00000000 00:00 0
7f4c54ffc000-7f4c55000000 rw-p 00000000 00:00 0
7f4c55000000-7f4c55001000 r--p 00000000 00:00 0
7f4c55001000-7f4c55002000 rw-p 00000000 00:00 0
7f4c55002000-7f4c55003000 r--p 00021000 fd:00 68409899                   /usr/lib64/ld-2.17.so
7f4c55003000-7f4c55004000 rw-p 00022000 fd:00 68409899                   /usr/lib64/ld-2.17.so
7f4c55004000-7f4c55005000 rw-p 00000000 00:00 0
7ffd2fa1a000-7ffd2fa3c000 rw-p 00000000 00:00 0                          [stack]
7ffd2faeb000-7ffd2faed000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

VM Arguments:
jvm_args: -Xms4g -Xmx4g -Xmn2g -Xss512k -XX:ErrorFile=/u01/ds/bin/..//run//10.199.157.221-9000:90218:0000000004/logs/hs_err_pid%p.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/u01/ds/bin/..//run//10.199.157.221-9000:90218:0000000004/logs -verbose:gc -Xloggc:/u01/ds/bin/..//run//10.199.157.221-9000:90218:0000000004/logs/gc_%p.log -XX:+PrintGCDateStamps -XX:+PrintGCDetails
java_command: com.alipay.light.VEngine -t 10.199.157.221-9000:90218:0000000004 -c /home/ds//run/10.199.157.221-9000:90218:0000000004/conf/checker.conf start
java_class_path (initial): lib/verification-core-1.2.54.jar:lib/verification-OB05-1.2.54.jar:lib/verification-TIDB-1.2.54.jar:lib/verification-MySQL-1.2.54.jar:lib/verification-OB-Oracle-Mode-1.2.54.jar:lib/verification-OB10-1.2.54.jar:lib/verification-Oracle-1.2.54.jar:lib/verification-DB2-1.2.54.jar:lib/verification-Sybase-1.2.54.jar:lib/verification-common-1.2.54.jar:lib/apache-log4j-extras-1.2.17.jar:lib/slf4j-log4j12-1.7.21.jar:lib/oms-conditions-3.2.3.12-SNAPSHOT.jar:lib/oms-common-3.2.3.12-SNAPSHOT.jar:lib/log4j-1.2.17.jar:lib/dws-rule-1.1.6.jar:lib/dws-schema-1.1.6.jar:lib/oms-record-3.2.3.12-SNAPSHOT.jar:lib/commons-io-2.6.jar:lib/metrics-core-4.0.2.jar:lib/connect-api-2.1.0.jar:lib/kafka-clients-2.1.0.jar:lib/slf4j-api-1.7.25.jar:lib/dss-transformer-1.0.10.jar:lib/calcite-core-1.19.0.jar:lib/dss-record-1.0.0.jar:lib/avatica-core-1.13.0.jar:lib/jackson-datatype-jsr310-2.11.1.jar:lib/jackson-databind-2.11.1.jar:lib/esri-geometry-api-2.2.0.jar:lib/jackson-dataformat-yaml-2.9.8.jar:lib/jackson-core-2.11.1.jar:lib/jackson-annotations-2.11.1.jar:lib/mysql-connector-java-5.1.47.jar:lib/oceanbase-1.2.1.jar:lib/druid-1.1.11.jar:lib/etransfer-0.0.65-SNAPSHOT.jar:lib/commons-lang3-3.9.jar:lib/aggdesigner-algorithm-6.0.jar:lib/commons-lang-2.6.jar:lib/fastjson-1.2.72_noneautotype.jar:lib/commons-beanutils-1.7.0.jar:lib/log4j-1.2.15.jar:lib/mapdb-3.0.8.jar:lib/kotlin-stdlib-1.2.71.jar:lib/annotations-16.0.3.jar:lib/calcite-linq4j-1.19.0.jar:lib/guava-29.0-jre.jar:lib/maven-project-2.2.1.jar:lib/maven-artifact-manager-2.2.1.jar:lib/maven-reporting-api-3.0.jar:lib/doxia-sink-api-1.1.2.jar:lib/doxia-logging-api-1.1.2.jar:lib/maven-settings-2.2.1.jar:lib/maven-profile-2.2.1.jar:lib/maven-plugin-registry-2.2.1.jar:lib/plexus-container-default-1.0-alpha-30.jar:lib/groovy-test-2.5.5.jar:lib/plexus-classworlds-1.2-alpha-9.jar:lib/junit-4.12.jar:lib/commons-dbcp2-2.5.0.jar:lib/httpclient-4.5.6.jar:lib/commons-logging-1.2.jar:lib/commons-collections4-4.1.jar:lib/oms-operator-3
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/opt/alibaba/java
PATH=/opt/alibaba/java/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LD_LIBRARY_PATH=./sigar

Signal Handlers:
SIGSEGV: [libjvm.so+0xaceed0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xaceed0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x915700], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x915700], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x915700], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x915700], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x9155d0], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGINT: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGTERM: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGQUIT: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none


---------------  S Y S T E M  ---------------

OS:CentOS Linux release 7.9.2009 (Core)

uname:Linux 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64
libc:glibc 2.17 NPTL 2.17
rlimit: STACK 8192k, CORE infinity, NPROC 65535, NOFILE 1048576, AS infinity
load average:2.60 2.64 2.51

/proc/meminfo:
MemTotal:        8007712 kB
MemFree:          162820 kB
MemAvailable:    1855588 kB
Buffers:               0 kB
Cached:          2246648 kB
SwapCached:            0 kB
Active:          6291704 kB
Inactive:        1277256 kB
Active(anon):    5343704 kB
Inactive(anon):   364760 kB
Active(file):     948000 kB
Inactive(file):   912496 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:               652 kB
Writeback:             0 kB
AnonPages:       5322392 kB
Mapped:            94480 kB
Shmem:            386016 kB
Slab:             166572 kB
SReclaimable:     107372 kB
SUnreclaim:        59200 kB
KernelStack:       13792 kB
PageTables:        22408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     4003856 kB
Committed_AS:    9827680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      122700 kB
VmallocChunk:   34359535612 kB
HardwareCorrupted:     0 kB
AnonHugePages:    706560 kB
CmaTotal:              0 kB
CmaFree:               0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118640 kB
DirectMap2M:     8269824 kB

container (cgroup) information:
container_type: cgroupv1
cpu_cpuset_cpus: 0-3
cpu_memory_nodes: 0
active_processor_count: 4
cpu_quota: -1
cpu_period: 100000
cpu_shares: -1
memory_limit_in_bytes: -1
memory_and_swap_limit_in_bytes: -1
memory_soft_limit_in_bytes: -1
memory_usage_in_bytes: 5839736832
memory_max_usage_in_bytes: 5852200960


CPU:total 4 (initial active 4) (1 cores per cpu, 1 threads per core) family 6 model 94 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, tsc, bmi1, bmi2, adx

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 94
model name	: Intel Core Processor (Skylake)
stepping	: 3
microcode	: 0x1
cpu MHz		: 2394.374
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx rdtscp lm constant_tsc rep_good nopl eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap xsaveopt xsavec xgetbv1 arat
bogomips	: 4788.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 94
model name	: Intel Core Processor (Skylake)
stepping	: 3
microcode	: 0x1
cpu MHz		: 2394.374
cache size	: 4096 KB
physical id	: 1
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx rdtscp lm constant_tsc rep_good nopl eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap xsaveopt xsavec xgetbv1 arat
bogomips	: 4788.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 94
model name	: Intel Core Processor (Skylake)
stepping	: 3
microcode	: 0x1
cpu MHz		: 2394.374
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx rdtscp lm constant_tsc rep_good nopl eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap xsaveopt xsavec xgetbv1 arat
bogomips	: 4788.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 94
model name	: Intel Core Processor (Skylake)
stepping	: 3
microcode	: 0x1
cpu MHz		: 2394.374
cache size	: 4096 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx rdtscp lm constant_tsc rep_good nopl eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap xsaveopt xsavec xgetbv1 arat
bogomips	: 4788.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:



Memory: 4k page, physical 8007712k(162592k free), swap 0k(0k free)

vm_info: OpenJDK 64-Bit Server VM (25.302-b1) for linux-amd64 JRE (1.8.0_302-b1), built on Aug 25 2021 14:48:59 by "mockbuild" with gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

time: Tue Sep 20 20:12:29 2022
timezone: CST
elapsed time: 0.011737 seconds (0d 0h 0m 0s)

oom了,Out of Memory Error (os_linux.cpp:2795), pid=16501,建议调大oms机器的memory,

资源规格配置详见:
https://www.oceanbase.com/docs/community-oms-cn-10000000000296086

收到,我是用的 4C 8G 机器部署的,内存设置是 OMS 服务自己分配的,看来 4C 8G 机器不足以运行 OMS