-
Notifications
You must be signed in to change notification settings - Fork 647
KIKIMR-20521: Add UseVDisksBalancing feature flag #523
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
KIKIMR-20521: Add UseVDisksBalancing feature flag #523
Conversation
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-release-asan: some tests FAILED for commit a59c777.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit a59c777.
|
return; | ||
} | ||
if (BalancingId) { | ||
ActiveActors.Erase(BalancingId); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А тут не надо отправить PoisonPill балансеру?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Кажется действительно нужно, я до этого видимо не внимательно прочитал код и думал что он сам пошлет PoisonPill при Erase, а он шлет только в деструкторе тем что остались внем.
Замержу сейчас так, а в следующем пр поправлю
Co-authored-by: robdrynkin <[email protected]>
No description provided.