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 below code has HTTP client's max connection set to 16. https://github.com/OpenTSDB/opentsdb-aura/blob/master/opentsdb/src/main/java/net/opentsdb/aura/execution/AuraMetricsHealthChecker.java#L122 However, when more than 16 host are unreachable by opentsdb, other healthy hosts are also marked as DOWN as those 16 hosts would occupy connections until timeout. Is there any reason for setting this value to 16?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
The below code has HTTP client's max connection set to 16.
https://github.com/OpenTSDB/opentsdb-aura/blob/master/opentsdb/src/main/java/net/opentsdb/aura/execution/AuraMetricsHealthChecker.java#L122
However, when more than 16 host are unreachable by opentsdb, other healthy hosts are also marked as DOWN as those 16 hosts would occupy connections until timeout.
Is there any reason for setting this value to 16?
The text was updated successfully, but these errors were encountered: