Lari Hotari

Results 996 comments of Lari Hotari

> but this logic still exists, in some cases, it may lead to more serious duplication problems. please share more details. Do you have a chance to add a test...

I wonder if this is related to PIP-81 which doesn't seem to have an implementation: https://github.com/apache/pulsar/wiki/PIP-81%3A-Split-the-individual-acknowledgments-into-multiple-entries There was a larger PR for PIP-81 that was closed: #10729 Some parts of...

Btw. I'm currently investigating a Key_Shared subscription type issue where ordinary consumption of message leads to a very large number of "ack holes". The WIP test app where this is...

In the 1M message experiment, the number of ack holes goes down from about 150k ack holes to

It's possible that the root cause of this issue of large PositionInfo is #23200 and it is addressed with PRs #23231 and #23226. There's #23224 for observability. Large msgInReplay counts...

> > I wonder if this is related to PIP-81 which doesn't seem to have an implementation: https://github.com/apache/pulsar/wiki/PIP-81%3A-Split-the-individual-acknowledgments-into-multiple-entries > > There was a larger PR for PIP-81 that was closed:...

Closed and reopened to get the change to unblock CI.

Closing and reopening to trigger a new CI run with latest changes from master branch.

@dao-jun I pushed 914b2ca to this PR to avoid breaking the ManagedCursor interface. This way we can make this change to Pulsar 4.0 without needing a PIP.