pingtimeout commented on issue #1388: URL: https://github.com/apache/polaris/issues/1388#issuecomment-2813216667
Reproduced against `73036300` (the current `main`). For maintainers: to facilitate debugging the issue, I made a Gatling benchmark with the provided instructions. It takes only a couple of seconds to reproduce the problem. Checkout the code from this commit https://github.com/pingtimeout/polaris-tools/commit/61085e5d22208a8173a3984e8307fe2845d43d30 and run the command below. ```bash cd benchmarks/ ./gradlew gatlingRun \ --simulation org.apache.polaris.benchmarks.simulations.Issue1388 \ -Dconfig.file=./application.conf ``` > Test environment used the in-memory store. Note that this bug also happens with the Eclipselink+Postgres backend. I reproduced it locally with the getting-started Docker Compose deployment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org