Lari Hotari

Results 996 comments of Lari Hotari

> Is there a specific config or parameter for this to work in a multi AKS cluster.(Single Pulsar cluster deployed acress multiple AKS clusters) Is this somehow related to Apache...

In order to run the tests with Java 21, I think that we also need to get rid of PowerMock, #4201 .

Thanks to @nodece , PowerMock has been removed in #4212 and Mockito has been upgraded to 4.11 version in #4218. Now there might be a chance to get JDK 21...

I upgraded a lot of things in the build while fixing CI. It seems that building with Java 21 just works now.

Even running tests seem to work with Java 21 since a lot of the dependencies were upgraded. I was doubting if Groovy 3 supports Java 21, but it seems that...

I think this issue can be closed as resolved. Obviously running all tests with Java 21 is a different matter and would require changes to CI to run also with...

The merge conflicts will be resolved by first merging #24552 to master branch.

> My only question is about the eviction from the stash queue: since the insertion might not be in order, when there is memory pressure, how is the eviction going...

> The only time it eventually advances is after the primary cluster stops receiving new messages to that topic — and then, after a delay, the markDeletePosition is finally updated...