StefanXiepj commented on a change in pull request #2649:
URL: https://github.com/apache/iceberg/pull/2649#discussion_r641778545
##########
File path: core/src/main/java/org/apache/iceberg/ClientPoolImpl.java
##########
@@ -140,4 +148,12 @@ private void release(C client) {
public int poolSize() {
return poolSize;
}
+
+ public static AtomicInteger openCount() {
+ return openCount;
+ }
+
+ public static AtomicInteger closeCount() {
+ return closeCount;
Review comment:
Thanks,your suggestion is very helpful, i'll do it.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]