We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Scheme Shard we check shard limit excluding backup shards:
https://github.com/ydb-platform/ydb/blob/98f1bfcb2b2302a3cfd4d315a63ef55babc136e2/ydb/core/tx/schemeshard/schemeshard_path.cpp#L754
So we should also exclude them in UI checks: https://jing.yandex-team.ru/files/kungasc/2025-01-16_13-37-41.png
Now the bug leads to false-positive EMERGENCY status
The text was updated successfully, but these errors were encountered:
@vporyadke looks like this exclusion has do be done at hc api side?
Sorry, something went wrong.
yes, HC is missing this check
Perhaps we need two numbers in UI (also show backup shards count), not just subtract them on the backend
No branches or pull requests
In Scheme Shard we check shard limit excluding backup shards:
https://github.com/ydb-platform/ydb/blob/98f1bfcb2b2302a3cfd4d315a63ef55babc136e2/ydb/core/tx/schemeshard/schemeshard_path.cpp#L754
So we should also exclude them in UI checks: https://jing.yandex-team.ru/files/kungasc/2025-01-16_13-37-41.png
Now the bug leads to false-positive EMERGENCY status
The text was updated successfully, but these errors were encountered: