-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Fixed a bug with double move which corrupt original part #8680
Fixed a bug with double move which corrupt original part #8680
Conversation
This fix shall be cherry-picked everywhere when possible. |
See #8422 (comment) |
That may be not a solution yet. Possibly part moved from disk A to disk B then from disk B to disk A erasing existing directory, then |
If we don't allow to move part back until |
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.
Need test with long select and two ALTER MOVE
to reproduce the problem. Also comment would be nice.
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.
Ok.
Fixed a bug with double move which corrupt original part
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
Changelog entry (up to few sentences, required except for Non-significant/Documentation categories):
Fixed a bug with double move which corrupt original part.