-
Notifications
You must be signed in to change notification settings - Fork 119
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
Support Erlang 23 format for blocks entry in allocators #102
Support Erlang 23 format for blocks entry in allocators #102
Conversation
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. You can compare with similar changes done in Observer for example, from the commit that changed this in master: erlang/otp@608230a#diff-88857c9e5c14ac1790b2fcd208792df6
as far as I can tell it's meant to be backwards compatible, right? Also build fails |
Yes that's what I meant, it's backward compatible. And yes, build fails. :-) |
Thank you both, it's fixed now. I hadn't compiled it independently from rabbit.. |
still red :-( |
0ce2d79
to
f9c7a22
Compare
Coverage necessarily decreases because the new code will only run in OTP 23. |
Thanks! |
I am finally catching up on this. I've noticed that v4.5.0, the latest release currently available, does not include this change. If this is backwards-compatible with OTP 22 & 21, are we waiting for anything else before we cut a new release? There is no rush from my perspective, just wondering. |
We want to test PRs such as deadtrickster/prometheus.erl#102 in RabbitMQ master (3.9.x) so that we can test fixes against other master components, like OTP 23 (erlang-git). Signed-off-by: Gerhard Lazu <[email protected]>
blocks_size
has been removed, instead thecount
andsize
info is provided inblocks