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 2019/04/26 10:37:20 UTC

[GitHub] [flink] zentol commented on a change in pull request #8277: [hotfix][runtime, tests] Add test coverage for BlockingCallMonitoringThreadPool

zentol 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_r278894969
 
 

 ##########
 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() {
+		return executor.getMaximumPoolSize();
+	}
+
+	public int getQueueSize() {
 
 Review comment:
   package-private and `@VisibleForTesting`?

----------------------------------------------------------------
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