diff options
author | Evgeniy Ivanov <[email protected]> | 2024-12-03 20:19:05 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-03 19:19:05 +0000 |
commit | 34c719a17ff84e88271d11009fb79f814aa17396 (patch) | |
tree | 8c6c57fc1a158a23f8603bc22e30fd0af8e5f655 | |
parent | 88daf44f9da55b4b67c13eba5a1afec31dc7f4f2 (diff) |
add debug service changelog entry (#12258)
-rw-r--r-- | ydb/apps/ydb/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/apps/ydb/CHANGELOG.md b/ydb/apps/ydb/CHANGELOG.md index 8fd4a2c5c80..e7df6d3cf78 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,6 +1,7 @@ * Fixed a bug in TPC-H tables schema where the `partsupp` table had incorrect list of key columns * Enhanced parallelism of data restoring in `ydb tools restore` * Fixed a bug where `ydb tools restore` was failing with `Too much data` if `--upload-batch-bytes` option value was set exactly to it's maximum possible value (16MiB) +* Added `ydb debug ping` command for performance and connectivity debugging ## 2.16.0 ## |