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

HealthChecker issues when aurametrics host is unreachable #40

Open
lsegawa opened this issue Aug 23, 2024 · 0 comments
Open

HealthChecker issues when aurametrics host is unreachable #40

lsegawa opened this issue Aug 23, 2024 · 0 comments

Comments

@lsegawa
Copy link

lsegawa commented Aug 23, 2024

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?

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

No branches or pull requests

1 participant