-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dolphinscheduler任务同步成功,执行失败 #389
Comments
另外问一下支持的dolphinscheduler版本,但是dolphinscheduler jdk版本是8,修改的dolphinscheduler-task-datasync是用jdk11编译的 |
|
使用jdk11会报Could not initialize class org.apache.dolphinscheduler.extract.base.client.SingletonJdkDynamicRpcClientProxyFactory |
你的DS 啥版本的? |
docker部署的3.2.2,针对worker容器做了一些映射 dolphinscheduler-worker:
image: ${HUB}/dolphinscheduler-worker:${TAG}
profiles: ["all"]
env_file: .env
healthcheck:
test: [ "CMD", "curl", "http://localhost:1235/actuator/health" ]
interval: 30s
timeout: 5s
retries: 3
depends_on:
dolphinscheduler-zookeeper:
condition: service_healthy
volumes:
- ./data/worker:/tmp/dolphinscheduler
- ./logs:/opt/dolphinscheduler/logs
- ./shared:/opt/soft
- ./resource:/dolphinscheduler
- ./worker-libs:/opt/dolphinscheduler/libs
- ./worker-conf:/opt/dolphinscheduler/conf
- ./jdk/jdk-11:/opt/java/openjdk 环境配置里设置了下java_home,现在能运行了,但是下载依赖报错
|
docker 所在网络环境能连公网不?ds 运行是会去公网下载 资源包 |
可以 |
未必 ,你进入docker 容器 执行一下 wget http://mirror.qlangtech.com/4.0.1/tis/tis-data.tar.gz 试试看 |
可以了,经排查发现是docker网络mtu问题,OpenStack开的机器mtu默认是1450,docker网络mtu是1500导致read timeout |
完美,有啥问题随时交流。多提宝贵意见 😃 |
确认已替换worker节点libs中的jar包
The text was updated successfully, but these errors were encountered: