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 2022/07/25 02:55:14 UTC

[GitHub] [flink-table-store] tsreaper opened a new pull request, #233: [FLINK-28662] Compaction should not block job cancelling

tsreaper opened a new pull request, #233:
URL: https://github.com/apache/flink-table-store/pull/233

   Currently when cancelling a job, we have to wait for current compaction thread to finish. If the compaction takes too long, the task manager may fail due to job cancelling takes more than 180 seconds.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-table-store] JingsongLi merged pull request #233: [FLINK-28662] Compaction should not block job cancelling

Posted by GitBox <gi...@apache.org>.
JingsongLi merged PR #233:
URL: https://github.com/apache/flink-table-store/pull/233


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org