Skip to content

Commit

Permalink
pinpoint-apm#320 change htablePool api
Browse files Browse the repository at this point in the history
 - hbase timeout option
 - hbase thread pool option
  • Loading branch information
emeroad committed May 28, 2015
1 parent e2da730 commit ebcf98d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collector/src/main/resources/hbase.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hbase.ipc.client.socket.timeout.write=60000

# ==================================================================================
# hbase client thread pool option
hbase.client.thread.max=1024
hbase.client.thread.max=128
hbase.client.threadPool.queueSize=5120
# prestartAllCoreThreads
hbase.client.threadPool.prestart=false
2 changes: 1 addition & 1 deletion web/src/main/resources/hbase.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hbase.ipc.client.socket.timeout.write=30000

#==================================================================================
# hbase client thread pool option
hbase.client.thread.max=1024
hbase.client.thread.max=128
hbase.client.threadPool.queueSize=5120
# prestartAllCoreThreads
hbase.client.threadPool.prestart=false

0 comments on commit ebcf98d

Please sign in to comment.