Michał Cukierman

Results 34 comments of Michał Cukierman

Happened today again on different module. topic - not partitioned, without retention messages - 50k, around 5k each subscription - shared, with two clients The solution is to use 2.10.4...

@mattisonchao I'll have a time next week to get back to it.

I've tried to create isolated environment to reproduce the issue on local machine using test containers, but I was not able today. The environment I observe the issue is a...

It looks like I was able to reproduce the issue in the two runs today (failed 2/2). - I've created SmallRye project (one producer to produce 1 mln messages, one...

Both issues may not be related, In both cases the subscriptions are blocked, but in this case the restart of the broker didn't help - it looks like a deadlock...

I could not reproduce the issue with Client 3.0.4, I can still reproduce the issue with Client 3.2.2 @codelipenghui the hprof is here: https://github.com/michalcukierman/pulsar-21104/blob/main/heap.hprof It was taken on the execution...

I've noticed that with Client 3.2.2 the behavior may be a bit different. The consumers get blocked, but occasionally resume. After a couple messages received are stuck again. Stats are...

https://github.com/apache/pulsar/assets/4356553/a8a9ef21-f12d-4d4d-97b5-9c1b028f4d8f https://github.com/apache/pulsar/assets/4356553/a104c3fe-ad46-4b48-82c2-e045e15b7ac4 Comparison of Client 3.2.2 and Client 3.0.4

@poorbarcode have you had chance to see the last comment?

@dao-jun, The whole source code with the instructions on how to run it is available in the linked repository. Note that the same example works when downgrading the client to...