Hi Enrico,
The vote has passed for near a month and Pulsar has already upgraded the BK
dependency
To 4.17.0. However, I still cannot see the release here:
https://github.com/apache/bookkeeper/releases
The document of https://bookkeeper.apache.org/docs/overview/ is also wrong,
whose title is
"
Congrats!
Thanks,
Yunze
On Tue, Mar 14, 2023 at 6:57 PM Max Xu wrote:
>
> Congratulations! Hang. well deserved
>
> Best,
> Max Xu
>
>
> On Tue, Mar 14, 2023 at 5:27 PM Enrico Olivelli wrote:
>
> > The Project Management Committee (PMC) for Apache BookKeeper
> > has invited Hang Chen to become a
Hello,
About 10 days ago I found a heap memory copy problem in Apache Pulsar, see [1].
It’s a problem of BK side because when `LedgerHandle#asyncAddEntry` accepts a
`CompositeByteBuf` or a wrapper, it will finally call `ByteBuf#nioBuffer()`,
which would make a heap copy from direct memory.
[2] fi