José Augusto Bolina
José Augusto Bolina
It seems all the steps were executed but failed to create a Jira and crashed. ```log [2024-03-06T14:34:19.444Z] curl: (22) The requested URL returned error: 400 [2024-03-06T14:34:19.444Z] + ISSUES='{"errorMessages":["The text query...
Updated to be more conservative on the batch size and correctly limit the request concurrency. I ran with JMC to compare the versions 14.0.25.Final and the current changes on 14.0.x:...
Thanks, @pruivo. Updated.
The new tests where the coordinator leaves failed :frowning_face:. The view was also not installed until the test had already timed out. So, the joiner kept trying to retrieve the...
The last suspect is the CacheStatusRequestCommand.
I tried to take the same approach as the topology commands and return `CacheNotFoundResponse.INSTANCE`, but with no success. So, I updated it to use the deprecated `canBlock` instead. If this...
That seems to do the trick! Let's wait on CI.
There is an `org.infinispan.lock.ConsistentReliabilitySplitBrainTest.ThreadLeakChecker` on all builds in CI. I'll take a look.
@pruivo I think this should be good. I'll add the change for the `CacheStatusRequestCommand` to main later.