-
Notifications
You must be signed in to change notification settings - Fork 907
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
bookies hosts by metrics grow exponentially. #2736
Comments
which version of BK are you using ? |
Like this ? apache/incubator-heron#3493 |
I think this has already been addressed: https://github.com/apache/bookkeeper/blame/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java#L407 4.14.1 release should have this change |
@sursingh Is it compatible with Pulsar 2.7.2 version? |
2.7.2 is using bookkeeper 4.12.x so doesn't have this change. You may need to backport this to 4.12.x bookkeeper. |
Binary jars can be downloaded from maven. https://mvnrepository.com/artifact/org.apache.bookkeeper/bookkeeper-server |
@thinker0 Can you create an issue in Pulsar? We can upgrade the bookkeeper version for Pulsar 2.7.3 release. |
has been solved in 4.14.1 |
BUG REPORT
There are many, many, many Prometheus Metrics names.
Describe the bug
bookies hosts by metrics grow exponentially.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Prometheus OOM (200Gbyte)
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: