I'm getting this exception inside a load testing simulation (using the Gatling framework). java.lang.RuntimeException: java.util.concurrent.RejectedExecutionException: Thread limit exceeded replacing ...
This issue is caused by the v3.2.0-BETA Docker image missing the --add-opens JVM options required for JDK 17+. Root Cause: JRaft uses reflection to access java.util.ArrayList.elementData, which is ...