zhuzhurk commented on a change in pull request #12181:
URL: https://github.com/apache/flink/pull/12181#discussion_r427012948



##########
File path: 
flink-core/src/main/java/org/apache/flink/core/fs/SafetyNetCloseableRegistry.java
##########
@@ -186,6 +212,15 @@ private CloseableReaperThread() {
                        this.running = true;
                }
 
+               @VisibleForTesting
+               CloseableReaperThread(String name) {

Review comment:
       Why adding a new constructor here?
   If you are blocked by the existing private constructor, you can just change 
it to protected.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to