This is an automated email from the ASF dual-hosted git repository.
merlimat pushed a change to branch branch-4.17
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
from 06726e1a52 [FIX] Fix IllegalThreadStateException in ComponentStarter
shutdown hook (#4733)
new 8c38782b23 Fix race condition NPE in V3 response handling during
timeout check (#4737)
new 3ab22084f2 Fix NPE in PendingAddOp.maybeTimeout() when clientCtx is
null after recycling (#4760)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/bookkeeper/client/PendingAddOp.java | 17 +++-
.../bookkeeper/proto/PerChannelBookieClient.java | 4 +-
.../apache/bookkeeper/client/PendingAddOpTest.java | 110 +++++++++++++++++++++
3 files changed, 126 insertions(+), 5 deletions(-)