Skip to content
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

[Bug][Server] Wrong excludeFilters cause the worker server to start the master's beans and threads like LowerWeightHostManager and RefreshResourceTask #5176

Closed
chengshiwen opened this issue Mar 30, 2021 · 1 comment · Fixed by #5182 or #5278
Milestone

Comments

@chengshiwen
Copy link
Member

chengshiwen commented Mar 30, 2021

To Reproduce
Steps to reproduce the behavior, for example:

  1. Add one line logger.info("RefreshResourceTask: {}", workerHostWeights); in RefreshResourceTask#run (Picture 1)
  2. Re-run MasterServer and WorkerServer
  3. See log of MasterServer and WorkerServer
  4. The LowerWeightHostManager and RefreshResourceTask logs of master appear in theWorkerServer log (Picture 2)
  5. Other master's beans and threads will also appear in theWorkerServer like MasterRegistry, ZookeeperNodeManager and etc

Picture 1
image

Picture 2
image

Expected behavior
Bug fixed

Which version of Dolphin Scheduler:
-[1.3.x]
-[dev]

@chengshiwen
Copy link
Member Author

chengshiwen commented Mar 30, 2021

@CalvinKirs Please pay attention to this issue, it can be put into 1.3.6-release. I have fixed this issue in #5122.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment