Thank you for trying it out! Hopefully, there is just some setting that needs to be changed.
I have an Ubuntu VM where I created a single node Docker swarm. Then I used the following command to run Flink 1.15.0 using the docker-compose.yml file in the repository: docker stack up -c docker-compose.yml flink Then I used Flink's web UI to upload the .jar file and run it with default settings. Nathan -----Original Message----- From: Chesnay Schepler <ches...@apache.org> Sent: Monday, July 4, 2022 7:17 AM To: Nathan Sharp <nathan.sh...@ansys.com>; user@flink.apache.org Subject: Re: Unaligned checkpoint waiting in 'start delay' with AsyncDataStream I ran your code in the IDE and it worked just fine; checkpoints are being completed and results are printed to the console. Can you expand on how you run the job?