Can you take a look at latest 0.98 branch ? Looks like SplitTransition has been refactored.
On Tue, Apr 19, 2016 at 5:16 AM, WangYQ <[email protected]> wrote: > in hbase 0.98.10, > class SplitTransition, line 403, we close parent region to get hfiles to > split, returns a map, which size is the CF number of the table > after that, in line 433, we split hfiles, we want to create a threadPool > which size is the number of HFiles, but in fact, in line 822, we use the > CF number as threadPool size > > > this may lead to split timeout when we have many hfiles
