Github user tzulitai commented on the issue:
https://github.com/apache/flink/pull/6040
Using `CheckedThread` is more preferable, as it simplifies some of the test
code.
But yes, the utility was introduced at a later point in time in Flink, so
some parts of the test code might still be using `Thread`s and
`AtomicReference`s.---
