JingsongLi commented on a change in pull request #14:
URL: https://github.com/apache/flink-table-store/pull/14#discussion_r793271957



##########
File path: 
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/utils/FileUtils.java
##########
@@ -51,6 +52,8 @@
         
DEFAULT_READER_CONFIG.setInteger(SourceReaderOptions.ELEMENT_QUEUE_CAPACITY, 1);
     }
 
+    public static final ForkJoinPool COMMON_IO_FORK_JOIN_POOL = new 
ForkJoinPool();

Review comment:
       A good habits is naming the thread.




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

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to