NAS-140206 / 27.0 / Clarify code comments and logging messages related to disk retaste#18446
NAS-140206 / 27.0 / Clarify code comments and logging messages related to disk retaste#18446themylogin wants to merge 1 commit intomasterfrom
Conversation
disk.retaste job to completedisk.retaste job to complete
|
time 2:00 |
yocalebo
left a comment
There was a problem hiding this comment.
The behavioral change of making the caller wait on retaste is profound and extremely intrusive. Why was that logic changed?
|
@yocalebo I thought that's what was expected. The logging message says |
Definitely not what is expected, let's just change the logging message. |
|
@yocalebo what about other retaste callers, should they wait or should they just schedule the retaste? |
Just schedule it, they don't need to wait. |
97468ac to
0aeb571
Compare
disk.retaste job to complete
The root cause of the hanging job issue was removing
multiprocessing.set_start_method('spawn')when process pool was removed. This is confirmed by the absence of the bug in 26.0.0-BETA.1 where process pool is still present.