Skip to content
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

Add index throttling to node stats #7861

Closed
clintongormley opened this issue Sep 24, 2014 · 0 comments
Closed

Add index throttling to node stats #7861

clintongormley opened this issue Sep 24, 2014 · 0 comments

Comments

@clintongormley
Copy link

Today, when single thread index throttling kicks in, it's only logged. We don't capture it in our stats.
We should add the time a shard spent being index level throttled to our stats.

@GaelTadh GaelTadh self-assigned this Sep 26, 2014
@clintongormley clintongormley removed the help wanted adoptme label Oct 20, 2014
GaelTadh added a commit to GaelTadh/elasticsearch that referenced this issue Oct 22, 2014
This commit adds throttle stats to the indexing stats and uses a call back from InternalEngine to manage the stats.
Also includes updates the IndexStatsTests to test for these new stats.
Stats added :
```
throttle_time_in_millis
is_throttled
```

Closes elastic#7861
GaelTadh added a commit that referenced this issue Oct 22, 2014
This commit adds throttle stats to the indexing stats and uses a call back from InternalEngine to manage the stats.
Also includes updates the IndexStatsTests to test for these new stats.
Stats added :
```
throttle_time_in_millis
is_throttled
```

Closes #7861
GaelTadh added a commit that referenced this issue Oct 22, 2014
This commit adds throttle stats to the indexing stats and uses a call back from InternalEngine to manage the stats.
Also includes updates the IndexStatsTests to test for these new stats.
Stats added :
```
throttle_time_in_millis
is_throttled
```

Closes #7861
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
This commit adds throttle stats to the indexing stats and uses a call back from InternalEngine to manage the stats.
Also includes updates the IndexStatsTests to test for these new stats.
Stats added :
```
throttle_time_in_millis
is_throttled
```

Closes elastic#7861
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants