Re: Review Request: Add separate handling of PENDING_OPEN/PENDING_CLOSE in timeout monitor and additional testing

2010-10-26 Thread stack
--- This is an automatically generated e-mail. To reply, visit: http://review.cloudera.org/r/1087/ --- (Updated 2010-10-25 23:25:36.390570) Review request for hbase and stack.

Re: Review Request: Add separate handling of PENDING_OPEN/PENDING_CLOSE in timeout monitor and additional testing

2010-10-26 Thread Jonathan Gray
--- This is an automatically generated e-mail. To reply, visit: http://review.cloudera.org/r/1087/#review1668 --- Ship it! There was a little whitespace but I am +1 to commit this.

Re: Review Request: TestRollingRestart

2010-10-26 Thread Jonathan Gray
--- This is an automatically generated e-mail. To reply, visit: http://review.cloudera.org/r/1090/ --- (Updated 2010-10-26 00:01:59.924660) Review request for hbase and stack.

Re: Review Request: Add separate handling of PENDING_OPEN/PENDING_CLOSE in timeout monitor and additional testing

2010-10-26 Thread stack
--- This is an automatically generated e-mail. To reply, visit: http://review.cloudera.org/r/1087/ --- (Updated 2010-10-26 00:55:02.299835) Review request for hbase and stack.

Re: Review Request: HBASE-3102: Add Capability to Monitor Long Running Metrics

2010-10-26 Thread Gary Helmling
--- This is an automatically generated e-mail. To reply, visit: http://review.cloudera.org/r/1055/#review1672 --- Looks pretty good. These look like great metrics to add! Only issue

hbase monitoring through stargate

2010-10-26 Thread Ted Yu
Stargate provides REST service through certain port. Ops told me that they cannot open additional port from hbase cluster for security reasons. I want to hear opinions/approaches w.r.t. hbase monitoring in production through stargate. Thanks

Re: hbase monitoring through stargate

2010-10-26 Thread Stack
You can change the port it runs on? Or are ops saying they won't open any ports at all for you? Do you have to monitor from outside the firewall? St.Ack On Tue, Oct 26, 2010 at 4:28 PM, Ted Yu yuzhih...@gmail.com wrote: Stargate provides REST service through certain port. Ops told me that

Re: Review Request: HBASE-3102: Add Capability to Monitor Long Running Metrics

2010-10-26 Thread Gary Helmling
--- This is an automatically generated e-mail. To reply, visit: http://review.cloudera.org/r/1055/#review1676 --- Ship it! Based on discussion in JIRA, I'm fine addressing naming

RE: hbase monitoring through stargate

2010-10-26 Thread Jonathan Gray
If monitoring is inside firewall, then why do you have to open ports? Requiring all monitoring to go through port 80 seems rather odd. Your ops guys don't support ganglia, jmx, etc. on standard or custom ports? -Original Message- From: Ted Yu [mailto:yuzhih...@gmail.com] Sent:

Re: hbase monitoring through stargate

2010-10-26 Thread Ted Yu
Ops are wary of developers (inside firewall) performing operations against 8080. If Stargate isn't a good choice, what other methods can I use to query selected rows from each region server ? Parsing HTML is not ideal either. Thanks On Tue, Oct 26, 2010 at 6:33 PM, Jonathan Gray