[GitHub] [pulsar] lhotari commented on issue #11521: NPE in managed ledger on read failed

2022-01-24 Thread GitBox
lhotari commented on issue #11521: URL: https://github.com/apache/pulsar/issues/11521#issuecomment-1019984783 This problem might be fixed by #13328 . Netty Recycler was rewritten in 4.1.71.Final with PR https://github.com/netty/netty/pull/11858 . Pulsar uses Netty Recycler extensively and

[GitHub] [pulsar] lhotari commented on issue #11521: NPE in managed ledger on read failed

2021-08-10 Thread GitBox
lhotari commented on issue #11521: URL: https://github.com/apache/pulsar/issues/11521#issuecomment-895969683 > For this issue, on a given OpReadEntry object one of readEntriesFailed() and checkReadCompletion() needs to get invoked more than once. From reading through the code, I am not ent

[GitHub] [pulsar] lhotari commented on issue #11521: NPE in managed ledger on read failed

2021-07-31 Thread GitBox
lhotari commented on issue #11521: URL: https://github.com/apache/pulsar/issues/11521#issuecomment-890362875 There is PR #11387 that fixes some thread safety issues in OpReadEntry. I wonder if that fix would help for this case. -- This is an automated message from the Apache Git Service.