Logic-32 commented on a change in pull request #2502: Adding storage-throttle
module to address "over capacity" issues
URL: https://github.com/apache/incubator-zipkin/pull/2502#discussion_r282945074
##########
File path:
zipkin-server/src/main/java/zipkin2/server/internal/elasticsearch/ZipkinElasticsearchStorageProperties.java
##########
@@ -64,8 +64,9 @@
*/
private int timeout = 10_000;
- public
ZipkinElasticsearchStorageProperties(@Value("${zipkin.storage.throttle.enabled:false}")
boolean throttleEnabled,
-
@Value("${zipkin.storage.throttle.maxConcurrency:200}") int
throttleMaxConcurrency) {
+ ZipkinElasticsearchStorageProperties(
+ @Value("${zipkin.storage.throttle.enabled:false}") boolean throttleEnabled,
+ @Value("${zipkin.storage.throttle.maxConcurrency:200}") int
throttleMaxConcurrency) {
Review comment:
Kk. Thank you for finishing this up and sorry again for the lag on my end!
Work got in the way :(
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services