-
Notifications
You must be signed in to change notification settings - Fork 740
Add changelog for fix Acquire(): requirement result == 0 failed in ydb tools restore
#29493
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
Add changelog for fix Acquire(): requirement result == 0 failed in ydb tools restore
#29493
Conversation
|
🟢 |
|
⚪
🟢 |
|
⚪
🟢 |
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.
Pull request overview
This PR adds a changelog entry documenting a bug fix for the ydb tools restore command that could crash due to a mutex lock failure caused by an internal race condition. The fix was implemented in PR #29462.
- Adds a new changelog entry describing the bug fix for the restore command crash
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * Added a new `--output` option to the `ydb admin cluster state fetch` command. The new option specify path to the output .tar.bz2 file. | ||
| * Added a simple progress bar for non-interactive stderr. | ||
| * Added a new `omit-indexes` property to the `--item` option of the `ydb tools copy` command, allowing tables to be copied without their indexes. | ||
| * Fixed a bug where the `ydb tools restore` command could crash with an `mutex lock failure (Invalid argument)` error due to an internal race condition. |
Copilot
AI
Nov 25, 2025
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.
Grammar error: Should be "a mutex lock failure" instead of "an mutex lock failure" because "mutex" starts with a consonant sound.
| * Fixed a bug where the `ydb tools restore` command could crash with an `mutex lock failure (Invalid argument)` error due to an internal race condition. | |
| * Fixed a bug where the `ydb tools restore` command could crash with a `mutex lock failure (Invalid argument)` error due to an internal race condition. |
Changelog category
Description for reviewers
For #29462