Thank you! Created issue: https://issues.apache.org/jira/browse/FLINK-28540
4, 2022 10:00 AM
To: 'Chesnay Schepler' ; user@flink.apache.org
Subject: RE: Unaligned checkpoint waiting in 'start delay' with AsyncDataStream
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 s
-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
Sent: Monday, July 4, 2022 7:17 AM
To: Nathan Sharp ; user@flink.apache.org
Subject: Re: Unaligned checkpoint waiting in 's
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?
On 02/07/2022 00:26, Nathan Sharp wrote:
I am attempting to use unaligned checkpointing with AsyncDataStream, but the checkpoints
I am attempting to use unaligned checkpointing with AsyncDataStream, but the
checkpoints sit in "start delay" until the job finishes. I am brand new to
Flink, so it is entirely reasonable to assume the problem is with my code.
I published my test code at
https://github.com/phxnsharp/AsyncDataS