pnowojski commented on a change in pull request #8277: [hotfix][runtime,tests] 
Add test coverage for BlockingCallMonitoringThreadPool
URL: https://github.com/apache/flink/pull/8277#discussion_r278915953
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/BlockingCallMonitoringThreadPool.java
 ##########
 @@ -101,4 +106,12 @@ public boolean isShutdown() {
        public void shutdownNow() {
                executor.shutdownNow();
        }
+
+       public int getMaximumPoolSize() {
 
 Review comment:
   I don't mind either way. package private sounds good.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to