RE: Unaligned checkpoint waiting in 'start delay' with AsyncDataStream

2022-07-13 Thread Nathan Sharp
Thank you! Created issue: https://issues.apache.org/jira/browse/FLINK-28540

Re: Unaligned checkpoint waiting in 'start delay' with AsyncDataStream

2022-07-13 Thread Chesnay Schepler
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

RE: Unaligned checkpoint waiting in 'start delay' with AsyncDataStream

2022-07-04 Thread Nathan Sharp
-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

Re: Unaligned checkpoint waiting in 'start delay' with AsyncDataStream

2022-07-04 Thread Chesnay Schepler
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

Unaligned checkpoint waiting in 'start delay' with AsyncDataStream

2022-07-01 Thread Nathan Sharp
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