This is a small repro for this issue.
To run this repro:
- Make sure you have Docker installed, or another way to start a Postgres server
- Run
docker compose up -d greenplum
to start a Postgres server - Run
./gradlew clean build update
to build the Java code and run Liquibase migrations - Run
./run-app.sh
to run the application - Observe the issue, the application hangs.