I think it is fine to use other thread pools as we use it as an ExecutorService. You can just choose what you like.
Thanks. Vitaliy Semochkin <[email protected]> 于2020年1月26日周日 下午9:44写道: > Hi, > > Does anyone know the reason why > > https://github.com/apache/hbase/blob/master/hbase-examples/src/main/java/org/apache/hadoop/hbase/client/example/MultiThreadedClientExample.java > uses ForkJoinPool? > I checked the source of hbase client and haven't find any advantages > of using ForkJoinPool there. > > Regards, > Vitaliy >
