Closed
Bug 630305
Opened 14 years ago
Closed 13 years ago
Change hbase.regionserver.maxlogs to 16 for Socorro hbase
Categories
(Mozilla Metrics :: Hadoop/HBase Operations, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Unreviewed
People
(Reporter: dre, Assigned: tmary)
Details
Currently defaults to 128. This is per server which means that we have a very long startup time for the master to churn through 128*30 hlog files.
We need to test this setting with our secondary cluster to be sure it works properly, then we should deploy to production as soon as reasonable to cut down on downtimes for restart.
Reporter | ||
Updated•14 years ago
|
Assignee: nobody → xstevens
Reporter | ||
Updated•14 years ago
|
Comment 1•14 years ago
|
||
I did a shutdown and startup with this setting on secondary cluster twice, because I wasn't sure how the setting would take.
First startup was 12 minutes and the second was 10 minutes to load all of the regions.
Comment 2•14 years ago
|
||
Also investigate modifying:
<property>
<name>zookeeper.session.timeout</name>
<value>60000</value>
<description>ZooKeeper session timeout.
HBase passes this to the zk quorum as suggested maximum time for a
session. See http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html#ch_zkSessions
"The client sends a requested timeout, the server responds with the
timeout that it can give the client. "
In milliseconds.
</description>
</property>
Updated•14 years ago
|
Assignee: xstevens → tmeyarivan
Reporter | ||
Comment 3•13 years ago
|
||
What is the status of this one?
Assignee | ||
Comment 4•13 years ago
|
||
Changes merged with current config for both pri-phx1 and sec-phx1 HBase clusters.
--
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•