[Bug]mannager分发worker包启动worker成功后,就显示失败了
Level1Accelerator opened this issue · 4 comments
Level1Accelerator commented
Search before asking
- I had searched in the issues and found no similar issues.
What happened
What you expected to happen
分发成功并进行到下一步
How to reproduce
希望报错日志能够清楚些
Anything else
No response
Version
v1.1.2
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Level1Accelerator commented
worker.out的日志:
[INFO] 2024-07-12 16:51:06 akka.remote.RemoteActorRefProvider$RemoteDeadLetterActorRef:[83] - Message [com.datasophon.common.model.StartWorkerMessage] from Actor[akka://datasophon/deadLetters] to Actor[akka://datasophon/deadLetters] was not delivered. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
-error.log里只有
2024-07-12 16:51:06 [pool-4-thread-1] ERROR com.datasophon.worker.WorkerApplicationServer -
看不懂
datasophon commented
检查主机名配置,不能有特殊字符
Level1Accelerator commented
检查主机名配置,不能有特殊字符
主机名是mysql8.0
chenss-1 commented
检查主机名配置,不能有特殊字符
主机名是mysql8.0
检查配置主机名后,是否执行hostname <主机名> ,只有执行过此命令,才会生效