In 0.90, HBaseAdmin.flush() uses a loop to go over List<Pair<HRegionInfo, HServerAddress>>
Should executor service be used for higher parallelism ? Thanks
In 0.90, HBaseAdmin.flush() uses a loop to go over List<Pair<HRegionInfo, HServerAddress>>
Should executor service be used for higher parallelism ? Thanks