[
https://issues.apache.org/jira/browse/FLINK-28399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17564448#comment-17564448
]
Weijie Guo edited comment on FLINK-28399 at 7/8/22 8:07 PM:
------------------------------------------------------------
Hi [~chesnay]
Thanks for open this ticket, I think this idea is very reasonable. We should
use `CheckedThread` just like java's `Thread`. The only difference is that
`CheckedThread` will help us take care of exceptions. I have prepared a PR for
this ticket, can you help assign this ticket to me and take a look.
was (Author: weijie guo):
Hi [~chesnay]
Thanks for open this ticket, I think this idea is very reasonable. We should
use `CheckedThread` just like java's `Thread`. The only difference is that it
will help us take care of exceptions. I have prepared a PR for this ticket, can
you help assign this ticket to me and take a look.
> Refactor CheckedThread to accept runnable via constructor
> ---------------------------------------------------------
>
> Key: FLINK-28399
> URL: https://issues.apache.org/jira/browse/FLINK-28399
> Project: Flink
> Issue Type: Technical Debt
> Components: API / Core
> Reporter: Chesnay Schepler
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.16.0
>
>
> Make the CheckedThread an easier drop-in replacements for threads by passing
> the runnable via the constructor.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)