Lari Hotari
Lari Hotari
@ssprabakara would you mind creating PRs to address the issues? docs are in https://github.com/apache/pulsar-site repository
It seems that #20642 attempted to fix some issues in this area. Useful for more context.
@dlg99 @eolivelli Please cherry-pick this PR to branch-4.16.
> > java.lang.ArrayIndexOutOfBoundsException: 1774 > > at org.apache.bookkeeper.util.collections.ConcurrentLongHashMap$Section.get(ConcurrentLongHashMap.java:346) ~[bookkeeper-server-4.14_vivo-1.5.3-20251114.065856-16.jar:4.14_vivo-1.5.3-SNAPSHOT] > > at org.apache.bookkeeper.util.collections.ConcurrentLongHashMap.get(ConcurrentLongHashMap.java:206) ~[bookkeeper-server-4.14_vivo-1.5.3-20251114.065856-16.jar:4.14_vivo-1.5.3-SNAPSHOT] > > @thetumbled I cherry-pick this PR, but the error still occurred, although the probability of...
Please update the PR title. It currently includes `[ml]` and this PR doesn't seem to have anything to do with the managed ledger module. One details about PR titles: don't...
@poorbarcode [PIP-282](https://github.com/apache/pulsar/blob/master/pip/pip-282.md) (implementation PR #21953) was made to address known out-of-order issues in the Key_Shared implementation. PIP-282 was targeted for Pulsar 4.0 and later replaced with [PIP-379](https://github.com/apache/pulsar/blob/master/pip/pip-379.md) implementation. It feels...
@poorbarcode This diff of this PR is currently messed up, so hard to see what the changes are. Just wondering if the correct solution would be to prevent replay reads...
> * A replay reading can start when there is a pending normal reading because maybe there are no more entries to read(the normal reading is just pending there and...
> * It may lead E2E latency increases There would be an opposite impact when handled correctly. When there's a race between a pending read and a replay read, either...
> @tbezman could you also take a look at #281 > > im curious if adding the Wayland flag to enigo will obviate the need for `paste_via_wtype`? > > might...