alibaba / DataX

DataX是阿里云DataWorks数据集成的开源版本。
Other
15.83k stars 5.4k forks source link

datax执行器注册不上去 #2123

Open jtl0813 opened 4 months ago

jtl0813 commented 4 months ago

版本:datax-executor:2.1.2 两台机器:一台机器已经安装了datax datax-web executor 2.1.2版本 已经跑很久了 没问题 现在想在另一台机器单独起一个高版本datax(202309版本) datax-executor用的是2.1.2版本向上一台机器注册 发现新的datax-executor启动不起来 日志调到debug之后 卡到以下地点就停了 一直不动 我看也没执行到注册逻辑上 arthas监控相关方法 (ExecutorRegistryThread start) 也没执行 不知道为什么

操作系统是rocky 9

ator.useCacheForAllThreads: true 2024-05-15 17:07:36,783 DEBUG [Thread-7] i.n.b.PooledByteBufAllocator [PooledByteBufAllocator.java : 147] -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 2024-05-15 17:07:36,791 DEBUG [Thread-7] i.n.b.ByteBufUtil [ByteBufUtil.java : 84] -Dio.netty.allocator.type: pooled 2024-05-15 17:07:36,792 DEBUG [Thread-7] i.n.b.ByteBufUtil [ByteBufUtil.java : 93] -Dio.netty.threadLocalDirectBufferSize: 0 2024-05-15 17:07:36,792 DEBUG [Thread-7] i.n.b.ByteBufUtil [ByteBufUtil.java : 96] -Dio.netty.maxThreadLocalCharBufferSize: 16384 2024-05-15 17:07:36,804 INFO [Thread-7] c.w.d.r.r.net.Server [NettyHttpServer.java : 64] >>>>>>>>>>> xxl-rpc remoting server start success, nettype = com.wugui.datax.rpc.remoting.net.impl.netty_http.server.NettyHttpServer, port = 9999 2024-05-15 17:07:36,814 DEBUG [datax-web, executor ExecutorRegistryThread] o.h.c.AbstractCentralProcessor [AbstractCentralProcessor.java : 128] Oracle MXBean detected. 2024-05-15 17:07:36,814 DEBUG [datax-web, executor ExecutorRegistryThread] oshi.util.FileUtil [FileUtil.java : 73] Reading file /proc/cpuinfo 2024-05-15 17:07:36,856 DEBUG [datax-web, executor ExecutorRegistryThread] oshi.util.FileUtil [FileUtil.java : 73] Reading file /proc/cpuinfo 2024-05-15 17:07:36,870 DEBUG [datax-web, executor ExecutorRegistryThread] oshi.util.FileUtil [FileUtil.java : 73] Reading file /proc/stat 2024-05-15 17:07:36,871 DEBUG [datax-web, executor ExecutorRegistryThread] oshi.util.FileUtil [FileUtil.java : 73] Reading file /proc/stat 2024-05-15 17:07:36,872 DEBUG [datax-web, executor ExecutorRegistryThread] o.h.p.l.LinuxCentralProcessor [LinuxCentralProcessor.java : 58] Initialized Processor 2024-05-15 17:07:36,874 DEBUG [datax-web, executor ExecutorRegistryThread] oshi.util.FileUtil [FileUtil.java : 73] Reading file /proc/meminfo

HGLiang23 commented 4 months ago

datax-web?来错地方了吧