hbase/hbase-server
Josh Elser 45e46bb242 HBASE-19709 Ensure that we don't set a poolSize of 0
In some situations, Runtime.getRuntime().getAvailableProcessors()
may return 0 which would result in calculatePoolSize returning 0
which will trigger an exception. Guard against this case.

Signed-off-by: Reid Chan <reidddchan@outlook.com>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
2018-01-05 18:44:35 -05:00
..
src HBASE-19709 Ensure that we don't set a poolSize of 0 2018-01-05 18:44:35 -05:00
pom.xml HBASE-19552 Update hbase-thirdparty version 2017-12-28 11:41:42 -06:00