openinx commented on issue #549: HBASE-22912 [Backport] HBASE-22867 to branch-1 to avoid ForkJoinPool to spawn thousands of threads URL: https://github.com/apache/hbase/pull/549#issuecomment-525567957 Ping @Reidddddd @apurtell @Apache9 , The patch seems good now, our branch-1 code cannot be written on jdk1.8, so the CompeletableFuture API from jdk1.8 cannot be used in branch-1, (which can simplify the code design in fact). So I can only design a AsyncResult by myself, the code will be a bit complex compared to branch-2, but the design are same actually. Thanks.
---------------------------------------------------------------- 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
