HBASE-4787 Rename HTable thread pool
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205684 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d3da94321c
commit
2fb8275da0
@ -1437,7 +1437,7 @@ public class HTable implements HTableInterface, Closeable {
|
|||||||
SecurityManager s = System.getSecurityManager();
|
SecurityManager s = System.getSecurityManager();
|
||||||
group = (s != null)? s.getThreadGroup() :
|
group = (s != null)? s.getThreadGroup() :
|
||||||
Thread.currentThread().getThreadGroup();
|
Thread.currentThread().getThreadGroup();
|
||||||
namePrefix = "pool-" +
|
namePrefix = "hbase-table-pool" +
|
||||||
poolNumber.getAndIncrement() +
|
poolNumber.getAndIncrement() +
|
||||||
"-thread-";
|
"-thread-";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user