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 2020/02/04 07:51:04 UTC

[GitHub] [flink] leventov edited a comment on issue #11005: [FLINK-15838] Dangling CountDownLatch.await(timeout)

leventov edited a comment on issue #11005: [FLINK-15838] Dangling CountDownLatch.await(timeout)
URL: https://github.com/apache/flink/pull/11005#issuecomment-581784038
 
 
   It would be good to follow a systemic approach. What prevents introducing the same bugs in the future?
   
   In Apache Druid, we use IntelliJ IDEA inspections as a part of the CI process.
   
   @ccaominh created an image that could be integrated with Travis CI: https://github.com/ccaominh/intellij-inspect. See https://github.com/apache/druid/pull/9179 for details.
   
   On the IntelliJ inspections level, checking this issue is a matter of adding CountDownLatch.await in the configuration of "Result of method call ignored" pattern and setting it to ERROR severity level.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services