Il giorno gio 2 feb 2023 alle ore 10:57 Yan Zhao
<horizo...@apache.org> ha scritto:
>
> > I think that we must do something, current master branch is not stable.
> >
> > My colleague Massimiliano opened this issue
> > https://github.com/apache/bookkeeper/issues/3751
> >
> > Basically in the current master there is some problem that leads to
> > Netty BytBuf corruption.
> >
> > The problem is solved by reverting this PR
> > https://github.com/apache/bookkeeper/pull/3528 Fix memory leak when
> > reading entry but the connection disconnected
> >
> > Enrico
>
> Hi, Enrico. We found that the pulsar timeout may not be introduced by 
> https://github.com/apache/bookkeeper/pull/3528. Only roll back the pulsar 
> version and still maintain https://github.com/apache/bookkeeper/pull/3528, 
> the problem is also solved.

I am sorry but https://github.com/apache/bookkeeper/issues/3751
doesn't report the full story ( I will ask Massimiliano do add more
logs)

The Bookie operation timed out because on the Bookie side the Bookie
sees a packet that is too big, and the cause is that something (the
Netty ByteBuf) is probably recycled



Enrico

>
> I guess the bk thread hangs for some reason in pulsar, the bk server handles 
> the request successfully and sends the response to the bk client, but the bk 
> thread hangs, it didn't handle the response, so timeout.
>
> Massimiliano is tracing it at pulsar side.

Reply via email to