Jeremy Whiting

Results 47 comments of Jeremy Whiting

reproducer is to start services in this [repo](https://github.com/quarkusio/quarkus-super-heroes) using this command ```$ podman-compose -f deploy/docker-compose/java17.yml up``` then execute benchmark run using ```name: perform-fight http: - host: localhost port: 8082 sharedConnections:...

running on version 0.25.2 this issue is still recreated. With a different benchmark configuration file. Trace logging enabled on an agent. ``` 2023-12-15T16:34:31.668+0000 TRACE #157 login[0] invoking step afterSyncRequest 2023-12-15T16:34:31.668+0000...

Using the `awaitVar` step immediately after the `httpRequest` in the `getRandomHeroFighter` sequence will ensure the assignment before proceeding.

Yes a good suggestion. What do you want to do here. I re-work the existing commits or use this commit you suggested ?

No I don't. This probably requires rebuilding the image and uploading to Quay.

A couple of options (the are others) to approach this. - Create a module under the [performancecopilot](https://github.com/performancecopilot) umbrella to provide a [Custom Meter Registry](https://micrometer.io/docs/guide/customMeterRegistry) implementation - contribute a [Custom Meter...

@johnaohara This change does fix the issue. I tested with production data dump and the error no longer occurs when beforehand it consistently occurred. Did you notice this `jakarta.persistence.OptimisticLockException` in...

@johnaohara certainly, I will look at substituting the manual test with a testcase.