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
The table throttler exposes some useful stats/metrics today, such as:
Combined with "HeartbeatWrites" stats we can get a picture of throttler state.
However, for more fine grained analysis, and especially where --heartbeat_on_demand_duration is used, we also want to know:
--heartbeat_on_demand_duration
PRIMARY
CheckThrottlerResponse
See #13195 which introduced the RecentlyChecked indicator.
RecentlyChecked
Analyzing table throttler behavior.
The text was updated successfully, but these errors were encountered:
shlomi-noach
Successfully merging a pull request may close this issue.
Feature Description
The table throttler exposes some useful stats/metrics today, such as:
Combined with "HeartbeatWrites" stats we can get a picture of throttler state.
However, for more fine grained analysis, and especially where
--heartbeat_on_demand_duration
is used, we also want to know:PRIMARY
tablet throttler identifies that shard/replica tables have been "recently checked" (viaCheckThrottlerResponse
)See #13195 which introduced the
RecentlyChecked
indicator.Use Case(s)
Analyzing table throttler behavior.
The text was updated successfully, but these errors were encountered: