Re: [DISCUSS] HBASE-20904 Prometheus /metrics http endpoint for monitoring integration

2020-06-06 Thread ckai2480
Also please let me know if you have any other suggestions. Thanks, Madhusoodan On Sat, 2020-06-06 at 16:21 +0530, ckai2480 wrote: > Hi, > > I am working on HBASE-20904 (Prometheus /metrics http endpoint for > monitoring integration) and have created a patch ( >

[DISCUSS] HBASE-20904 Prometheus /metrics http endpoint for monitoring integration

2020-06-06 Thread ckai2480
Hi, I am working on HBASE-20904 (Prometheus /metrics http endpoint for monitoring integration) and have created a patch ( https://github.com/apache/hbase/pull/1814). @busbey and @saintstack suggested some good changes which I have incorporated in my local branch and wanted to know other's

[jira] [Created] (HBASE-24515) batch Increment/Append fails when retrying the RPC

2020-06-06 Thread Toshihiro Suzuki (Jira)
Toshihiro Suzuki created HBASE-24515: Summary: batch Increment/Append fails when retrying the RPC Key: HBASE-24515 URL: https://issues.apache.org/jira/browse/HBASE-24515 Project: HBase

[jira] [Created] (HBASE-24514) Backport HBASE-24305 to branch-2

2020-06-06 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-24514: - Summary: Backport HBASE-24305 to branch-2 Key: HBASE-24514 URL: https://issues.apache.org/jira/browse/HBASE-24514 Project: HBase Issue Type: Task

[jira] [Created] (HBASE-24513) The default readRpcTimeout and writeRpcTimeout is incorrectly calculated in AsyncConnectionConfiguration

2020-06-06 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-24513: - Summary: The default readRpcTimeout and writeRpcTimeout is incorrectly calculated in AsyncConnectionConfiguration Key: HBASE-24513 URL:

[jira] [Created] (HBASE-24512) ITBLL, ChaosMonkey log message sheer/interleave

2020-06-06 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24512: Summary: ITBLL, ChaosMonkey log message sheer/interleave Key: HBASE-24512 URL: https://issues.apache.org/jira/browse/HBASE-24512 Project: HBase Issue Type:

[jira] [Resolved] (HBASE-24508) Why ProtobufUtil does not set scan's limit

2020-06-06 Thread yukunpeng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yukunpeng resolved HBASE-24508. --- Resolution: Not A Bug > Why ProtobufUtil does not set scan's limit >

[jira] [Resolved] (HBASE-24496) The tab of Base Stats not actived by default in table.jsp

2020-06-06 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani resolved HBASE-24496. -- Fix Version/s: 2.3.0 3.0.0-alpha-1 Hadoop Flags: Reviewed

Re: On org.apache.hadoop.hbase.constraint

2020-06-06 Thread Duo Zhang
The related classes are marked as IA.Private which means it is not part of our public API... That's why I check for shell support, as if there is no shell support, then users have no way to make use of it without breaking the InterfaceAudience rule... Jesse Yates 于2020年6月6日周六 上午1:04写道: > Not