[jira] [Resolved] (HBASE-20904) Prometheus /metrics http endpoint for monitoring integration

2022-08-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-20904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-20904. --- Fix Version/s: 2.6.0 3.0.0-alpha-4 Hadoop Flags: Reviewed Resolution:

[jira] [Created] (HBASE-27321) The ReplicationLogCleaner is not thread safe but can be called from different thread at the same time

2022-08-23 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-27321: - Summary: The ReplicationLogCleaner is not thread safe but can be called from different thread at the same time Key: HBASE-27321 URL: https://issues.apache.org/jira/browse/HBASE-27321

Re: [VOTE] HBase 2.4.14 release candidate (RC0) is available

2022-08-23 Thread Huaxiang Sun
s/HBASE-27215/HBASE-27125 in the previous email I sent. On Tue, Aug 23, 2022 at 9:26 AM Huaxiang Sun wrote: > Ok, I went through the jira list for 2.4.14 again. For some reason, I > marked "fixed version" for HBASE-27301 by accident, which was supposed to > be > > HBASE-27125. For HBASE-27215,

[jira] [Created] (HBASE-27320) hide some sensitive configuration information in the UI

2022-08-23 Thread ruanhui (Jira)
ruanhui created HBASE-27320: --- Summary: hide some sensitive configuration information in the UI Key: HBASE-27320 URL: https://issues.apache.org/jira/browse/HBASE-27320 Project: HBase Issue Type:

Re: [VOTE] HBase 2.4.14 release candidate (RC0) is available

2022-08-23 Thread Huaxiang Sun
Ok, I went through the jira list for 2.4.14 again. For some reason, I marked "fixed version" for HBASE-27301 by accident, which was supposed to be HBASE-27125. For HBASE-27215, it was released in 2.4.13, however, its "fixed version" is marked as 2.4.14 by accident. So HBASE-27215 was not

[jira] [Created] (HBASE-27319) Fix RC calculation in create-release

2022-08-23 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-27319: Summary: Fix RC calculation in create-release Key: HBASE-27319 URL: https://issues.apache.org/jira/browse/HBASE-27319 Project: HBase Issue Type: Task

Re: [VOTE] HBase 2.4.14 release candidate (RC0) is available

2022-08-23 Thread Huaxiang Sun
Sorry to miss your message, checking it now, I may marked the wrong jira, let me check the jira list and respin RC. Thanks Huaxiang On Mon, Aug 22, 2022 at 6:41 PM 张铎(Duo Zhang) wrote: > Sorry but -1. > > I replied on HBASE-27301 that the issue should be included in 2.4.14 > but got no

Re: Request to join the HBase Slack channel

2022-08-23 Thread Henry Sowell
Thank you! On Mon, Aug 22, 2022 at 9:36 PM Bryan Beaudreault wrote: > Sent > > On Mon, Aug 22, 2022 at 8:44 PM Henry Sowell > wrote: > > > Good evening, > > > > Following-up here, can I join the Hbase slack channel? I'm excited to > > participate. > > > > Thank you! > > > > Henry > > > > On

Re: How to store keystore/truststore password securely?

2022-08-23 Thread Duo Zhang
Maybe we could introduce two configs for a password, password-provider and password-provider-parameter The default implementation is FileBasedPasswordProvider, where the parameter is just a location. And also an EnvVarPasswordProvider, where the parameter is the name of the environment variable.

[jira] [Created] (HBASE-27318) Configuration to allow fallback to non-SSL if handshake fails

2022-08-23 Thread Bryan Beaudreault (Jira)
Bryan Beaudreault created HBASE-27318: - Summary: Configuration to allow fallback to non-SSL if handshake fails Key: HBASE-27318 URL: https://issues.apache.org/jira/browse/HBASE-27318 Project:

Re: How to store keystore/truststore password securely?

2022-08-23 Thread Bryan Beaudreault
I agree that it seems insecure to put it directly into the hbase-site.xml. Another reason is due to the RS UI which (helpfully) can print the entire site configuration. We’d need to make sure the password is excluded from that, but better to remove it from site xml altogether. That said, we

[jira] [Resolved] (HBASE-27297) Backport "HBASE-26810 Add dynamic configuration support for system coprocessors" to branch-2.5

2022-08-23 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-27297. -- Assignee: (was: Tak-Lon (Stephen) Wu) Resolution: Duplicate Resolved via

[jira] [Resolved] (HBASE-26882) Backport "HBASE-26810 Add dynamic configuration support for system coprocessors" to branch-2

2022-08-23 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-26882. -- Resolution: Fixed > Backport "HBASE-26810 Add dynamic configuration support for system >

[jira] [Created] (HBASE-27317) Correcting the Store file tracker tool help doc option

2022-08-23 Thread Abhradeep Kundu (Jira)
Abhradeep Kundu created HBASE-27317: --- Summary: Correcting the Store file tracker tool help doc option Key: HBASE-27317 URL: https://issues.apache.org/jira/browse/HBASE-27317 Project: HBase

[jira] [Created] (HBASE-27316) Time based metrics will be reset after any get request

2022-08-23 Thread Yunbo Fan (Jira)
Yunbo Fan created HBASE-27316: - Summary: Time based metrics will be reset after any get request Key: HBASE-27316 URL: https://issues.apache.org/jira/browse/HBASE-27316 Project: HBase Issue Type:

[jira] [Resolved] (HBASE-27311) The implementation of syncReplicationPeerLock is incomplete

2022-08-23 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-27311. --- Hadoop Flags: Reviewed Resolution: Fixed Merged to master. Thanks [~sunxin] for reviewing!