Re: NPE in pendingAddOp

2021-02-16 Thread Andrey Yegorov
; > > > > > > > > Enrico > > > > > > > > > > Il giorno mar 16 feb 2021 alle ore 19:50 Venkateswara Rao Jujjuri < > > > > > jujj...@gmail.com> ha scritto: > > > > > > > > > > > I

Re: NPE in pendingAddOp

2021-02-16 Thread Venkateswara Rao Jujjuri
ritto: > > > > > > > > > Ignore my comment about different thread, I see that > > > timeoutQuorumWait() > > > > is > > > > > run through OSE. > > > > > But we did NPE in this line > > > > > < >

Re: NPE in pendingAddOp

2021-02-16 Thread Andrey Yegorov
hread, I see that > > timeoutQuorumWait() > > > is > > > > run through OSE. > > > > But we did NPE in this line > > > > < > > > > > > > > > > https://github.com/apache/bookkeeper/blob/master/b

Re: NPE in pendingAddOp

2021-02-16 Thread Venkateswara Rao Jujjuri
t; > run through OSE. > > > But we did NPE in this line > > > < > > > > > > https://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/PendingAddOp.java#L173 > > > >. > > > In this run, we ha

Re: NPE in pendingAddOp

2021-02-16 Thread Andrey Yegorov
b 16, 2021 at 10:28 AM Venkateswara Rao Jujjuri < > > jujj...@gmail.com> > > wrote: > > > > > We have observed NPE in pendingAddOp in this line > > > < > > > https://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apach

Re: NPE in pendingAddOp

2021-02-16 Thread Enrico Olivelli
ttps://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/PendingAddOp.java#L173 > >. > In this run, we have disabled ensemble changes. > > On Tue, Feb 16, 2021 at 10:28 AM Venkateswara Rao Jujjuri < > jujj...@gmail.com> >

Re: NPE in pendingAddOp

2021-02-16 Thread Venkateswara Rao Jujjuri
semble changes. On Tue, Feb 16, 2021 at 10:28 AM Venkateswara Rao Jujjuri wrote: > We have observed NPE in pendingAddOp in this line > <https://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/PendingAddOp.java#L173>. > > This l

NPE in pendingAddOp

2021-02-16 Thread Venkateswara Rao Jujjuri
We have observed NPE in pendingAddOp in this line <https://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/PendingAddOp.java#L173>. This looks like a race between execution of recyclePendAddOpObject() in OSE context and maybeTimeou