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

Fix Newly created worker may raise when pool is exiting #448

Merged
merged 1 commit into from
Jun 22, 2020

Conversation

raoyitao
Copy link
Contributor

  • A worker communicates with its parent, sending a message and get the
    response. When a worker is created, e.g. unexpectedly abort and then
    re-created, it should receive a ConfigSending message, but if at
    this point all task is finished then an Stop message arrives, there
    will be stack information of error logged, which might lead to
    misunderstanding.
  • Fix a log message which is not correctly formatted during handling
    inactive workers.

@raoyitao raoyitao requested a review from Pyifan as a code owner June 17, 2020 12:00
@raoyitao raoyitao force-pushed the fix_pool_exit_msg branch 3 times, most recently from 8b52aef to 6dfb3cc Compare June 20, 2020 16:59
* A worker communicates with its parent, sending a message and get the
  response. When a worker is created, e.g. unexpectedly abort and then
  re-created, it should receive a `ConfigSending` message, but if at
  this point all task is finished then an `Stop` message arrives, there
  will be stack information of error logged, which might lead to
  misunderstanding.
* Fix a log message which is not correctly formatted during handling
  inactive workers.
@raoyitao raoyitao merged commit 10bd5af into morganstanley:master Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants