-
Notifications
You must be signed in to change notification settings - Fork 656
Legacy kv api remove #10614
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
Legacy kv api remove #10614
Conversation
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
@@ -7,7 +7,6 @@ namespace NDriverClient { | |||
TClientCommandAdmin::TClientCommandAdmin() | |||
: TClientCommandTree("admin", {}, "YDB management and administration") | |||
{ | |||
AddCommand(std::make_unique<TClientCommandTablet>()); |
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.
А там только команды для кв таблетки были?
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.
Кажется там еще есть команды drain и fill, не стоит удалять
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Remove legacy KV API and LocalEnumerateTablets
Remove legacy KV API and LocalEnumerateTablets
Changelog entry
Remove legacy KV API and LocalEnumerateTablets
Changelog category
Additional information
...