-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Upgrade BookKeeper to 4.14.1 #10686
Upgrade BookKeeper to 4.14.1 #10686
Conversation
BookKeeper 4.14.0 has prometheus metric bug, which will cause BookKeeper prometheus metric can't be accepted by Prometheus. Please don't merge this PR before it addressed. |
Which bug? |
The BK bug is apache/bookkeeper#2718 |
@hangc0276 The release 4.14.1 is already available on Maven central. You can update this PR. |
@merlimat @eolivelli @codelipenghui I have upgrade bookkeeper dependency to 4.14.1, PTAL, thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* upgrade BookKeeper to 4.14.0 * format code * upgrade bookkeeper to 4.14.1 to fix prometheus metric bug * update license Co-authored-by: chenhang <chenhang@bigo.sg>
* upgrade BookKeeper to 4.14.0 * format code * upgrade bookkeeper to 4.14.1 to fix prometheus metric bug * update license Co-authored-by: chenhang <chenhang@bigo.sg>
* upgrade BookKeeper to 4.14.0 * format code * upgrade bookkeeper to 4.14.1 to fix prometheus metric bug * update license Co-authored-by: chenhang <chenhang@bigo.sg>
* upgrade BookKeeper to 4.14.0 * format code * upgrade bookkeeper to 4.14.1 to fix prometheus metric bug * update license Co-authored-by: chenhang <chenhang@bigo.sg>
Motivation
Pulsar 2.8.0 should dependent on BookKeeper 4.14.0, otherwise will cause direct memory copy to heap. Discuss in #10330
This bug is fixed by apache/bookkeeper#2701
Modification