Nicola Puppa

Results 34 comments of Nicola Puppa

@megglos had a first look into this bug. It seems that the sdk is using a custom Auth Provider Impl, not the same of the Java Client. Seems that the...

I was able to reproduce the failure locally. The failure is happening because of [this lines](https://github.com/camunda/zeebe/blob/903bc7f944e318614de39fb2f17ea4204a4c9a88/zeebe/engine/src/test/java/io/camunda/zeebe/engine/processing/message/MessageStreamProcessorTest.java#L165-L168). I think the problem is a race condition with the time of the clock...

> I'll have a timeboxed look at this shortly. Do you think is a valid candidate for mob-programming ? I think it is, also for sharing part of the code...

> @nicpuppa It looks like #3748 is in review -- let me know when you would like a final review here, and if you have any particular deadline 👍 Thanks...

> @nicpuppa Is this still in `draft` because you have additional changes incoming, or is this ready for a final review? Yes, we are adding more changes to the properties....

Can you verify if the jobs in the backoff column family has retries=0 @deepthidevaki ? This might be related to https://github.com/camunda/zeebe/pull/16508

I tried to run zeebe locally with the data provided. I noticed that `JOB_ACTIVATABLE` cf is empty, this is why jobs are not activatable anymore. Is this behaviour expected ?...

On my local environment jobs are activatable again. The `JobBackofChecker` updated the status of the jobs and made them activatable again I tested the behaviour with the `StandaloneBroker` and the...

I didn't found any NPE in the logs, there are a bunch of warnings related to subscriptions as underlined also by @deepthidevaki. Do you think that other partitions data might...

The issue seems not fixed by https://github.com/camunda/zeebe/pull/17136, right ? @deepthidevaki