You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2016/09/01 08:09:20 UTC

[jira] [Created] (FLINK-4548) Refactor ContinuousFileMonitoringTest to use OneShotLatch

Aljoscha Krettek created FLINK-4548:
---------------------------------------

             Summary: Refactor ContinuousFileMonitoringTest to use OneShotLatch
                 Key: FLINK-4548
                 URL: https://issues.apache.org/jira/browse/FLINK-4548
             Project: Flink
          Issue Type: Bug
            Reporter: Aljoscha Krettek


Right now, the test has custom code that uses {{synchronized}}, {{notify()}} and {{wait()}}. This could be simplified by using {{OneShotLatch}} which does that under the hood and makes the intended behavior more obvious in the test.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)