Closed
Bug 781522
Opened 13 years ago
Closed 12 years ago
Change config of SSS on stage to use HBase stage
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task, P3)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: adrian, Assigned: cshields)
Details
(Whiteboard: [triaged 20120824])
Currently SocorroSearchService on stage pulls crashes out of our production HBase servers. As our stage HBase servers now have full data replication (and more as we constantly index fake crashes there), we need to pull crashes from stage HBase instead of prod.
The file to change is /usr/local/SocorroSearchService/conf/hbase-site.xml on hosts socorro-es[1,2].stage.webapp.phx1.mozilla.com. The property "hbase.rootdir" needs to change from its current value "hdfs://hp-admin01.phx1.mozilla.com:8020/hbase" to whatever we use for stage.
That's my current problem, I don't know the URL of our stage HBase. I heard about "gsgw1000.metrics.phx1.m.c" and "hp-node70.phx1.mozilla.com" but I couldn't find any clear documentation on that. CC'ing :aphadke and :rhelmer as they may know that.
Comment 1•13 years ago
|
||
:aphadke / :rhelmer, can one of you advise on the hostname to use for HBase?
Thanks
Comment 2•13 years ago
|
||
tmary is the right person to answer.
Comment 3•13 years ago
|
||
I also found this VIP
socorro-thrift-stage.zlb.phx1.mozilla.com
in
https://mana.mozilla.org/wiki/display/websites/crash-stats.mozilla.com+%28Socorro%29#crash-statsmozillacomSocorro-HBase
tmary should be able to confirm.
Comment 4•13 years ago
|
||
For HBase/HDFS config information, please login into the Socorro specific GW (gsgw1000.metrics.phx1.mozilla.com) and lookup local configs (/etc/hbase/conf, /etc/hadoop/conf)
Re VIP etc, IT/Infra would be able to confirm whether it points to the correct IPs etc - IIUC this would be the same VIP as used by the staging processors
--
Comment 5•13 years ago
|
||
(In reply to T [:tmary] Meyarivan from comment #4)
> For HBase/HDFS config information, please login into the Socorro specific GW
> (gsgw1000.metrics.phx1.mozilla.com) and lookup local configs
> (/etc/hbase/conf, /etc/hadoop/conf)
>
> Re VIP etc, IT/Infra would be able to confirm whether it points to the
> correct IPs etc - IIUC this would be the same VIP as used by the staging
> processors
>
> --
What's the gateway to use for staging?
| Reporter | ||
Comment 6•13 years ago
|
||
According to this page https://intranet.mozilla.org/Cluster_info_phx_prd_cluster04 and what we use in our stage config, it seems the URL to use is the following:
hdfs://hp-node61.phx1.mozilla.com:8020/hbase
Thanks rhelmer and tmary, and please let me know if I'm wrong here.
Comment 7•13 years ago
|
||
(In reply to Adrian Gaudebert [:adrian] from comment #6)
> According to this page
> https://intranet.mozilla.org/Cluster_info_phx_prd_cluster04 and what we use
> in our stage config, it seems the URL to use is the following:
>
> hdfs://hp-node61.phx1.mozilla.com:8020/hbase
>
IMHO it would be simpler to copy the configs from hp-node61:/etc/hbase/conf instead of editing them in place
--
| Reporter | ||
Comment 8•13 years ago
|
||
(In reply to T [:tmary] Meyarivan from comment #7)
> IMHO it would be simpler to copy the configs from hp-node61:/etc/hbase/conf
> instead of editing them in place
Mmm I'm not sure what you mean, but the goal here is to change the value of one config key on our stage ElasticSearch hosts. Precise instructions:
on hosts: socorro-es[1,2].stage.webapp.phx1.mozilla.com
in file: /usr/local/SocorroSearchService/conf/hbase-site.xml
in key: hbase.rootdir
replace: hdfs://hp-admin01.phx1.mozilla.com:8020/hbase
with: hdfs://hp-node61.phx1.mozilla.com:8020/hbase
| Reporter | ||
Comment 9•13 years ago
|
||
To be even clearer, we're not changing the config of HBase, we are changing the config of SocorroSearchService (doc: https://mana.mozilla.org/wiki/display/websites/Socorro+Search+Service ). I am not aware of another way of changing that config, if there is any please let me know.
Updated•13 years ago
|
Whiteboard: [pending triage]
Updated•13 years ago
|
Group: mozilla-corporation-confidential
Updated•13 years ago
|
Assignee: server-ops-webops → cshields
Priority: -- → P3
Whiteboard: [pending triage] → [triaged 20120824]
| Assignee | ||
Comment 10•13 years ago
|
||
Adrian, tmary says you have the relevant address to change to, let me know what line(s) need to change and what to change them to.
| Reporter | ||
Comment 11•12 years ago
|
||
We're not using SocorroSearchService anymore, this is invalid.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•