You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/08/12 15:36:21 UTC

[GitHub] Aitozi commented on issue #5058: [FLINK-5465] [streaming] Wait for pending timer threads to finish or …

Aitozi commented on issue #5058: [FLINK-5465] [streaming] Wait for pending timer threads to finish or …
URL: https://github.com/apache/flink/pull/5058#issuecomment-412350899
 
 
   Can i ask a question here? Why the code below in `StreamTask` can not make sure the processingTimer task are all been finished before the backend has been disposed? And need this PR to guarantee.   I ran into the same bug in flink 1.3.2, but i cant quite understand does the `awaitPendingAfterQuiesce` don't work? @StefanRRichter 
    
   ```
   // make sure all timers finish
    timerService.awaitPendingAfterQuiesce();
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services