-
Notifications
You must be signed in to change notification settings - Fork 604
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
Introduce locality counters for single shard tx. #13415
Conversation
TotalSingleShardTxCount - increases if tx touches the only one shard NonLocalSingleShardTxCount - increases if tx touches the only one shard and this shard located on the different node
⚪ 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
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | 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
⚪ 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
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | 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 |
TotalSingleNodeReqCount - increases if tx touches the only one node (all shards located on the same node) NonLocalSingleNodeReqCount - increases if tx touches the only one node and this node is same with session node (node where located kqp session and grpc request accepted) ### Changelog category <!-- remove all except one --> * New feature
TotalSingleNodeReqCount - increases if tx touches the only one node (all shards located on the same node) NonLocalSingleNodeReqCount - increases if tx touches the only one node and this node is same with session node (node where located kqp session and grpc request accepted) * New feature
TotalSingleNodeReqCount - increases if tx touches the only one node (all shards located on the same node) NonLocalSingleNodeReqCount - increases if tx touches the only one node and this node is same with session node (node where located kqp session and grpc request accepted) * New feature
TotalSingleNodeReqCount - increases if tx touches the only one node (all shards located on the same node) NonLocalSingleNodeReqCount - increases if tx touches the only one node and this node is same with session node (node where located kqp session and grpc request accepted) * New feature
TotalSingleShardTxCount - increases if tx touches the only one shard
NonLocalSingleShardTxCount - increases if tx touches the only one shard and this shard located on the different node
Changelog category