Re: [RESULT] [VOTE] Release 4.17.0, release candidate #0

2024-05-11 Thread Yunze Xu
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 "

Re: [ANNOUNCE] Hang Chen on the Apache BookKeeper PMC

2023-03-14 Thread Yunze Xu
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

Cutting BookKeeper 4.13.1 or 4.14.0 release?

2021-05-04 Thread Yunze Xu
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