[jira] [Created] (HBASE-24591) get_table_rsgroup ignored the existence of rsgroup config for namespace

2020-06-18 Thread Sun Xin (Jira)
Sun Xin created HBASE-24591: --- Summary: get_table_rsgroup ignored the existence of rsgroup config for namespace Key: HBASE-24591 URL: https://issues.apache.org/jira/browse/HBASE-24591 Project: HBase

Re: [VOTE] First release candidate for HBase 2.3.0 (RC0) is available

2020-06-18 Thread Duo Zhang
On NettyRpcClientConfigHelper I think it is fine. It is designed to be an 'util' class, so in HBASE-23956 we made it final and added a private constructor. It only has static methods and is not expected to be extended or instantiated by end users. On ByteBufferUtils, it is IA.Private on master

[jira] [Created] (HBASE-24590) Clone snapshot with optional table level property overrides

2020-06-18 Thread Bharath Vissapragada (Jira)
Bharath Vissapragada created HBASE-24590: Summary: Clone snapshot with optional table level property overrides Key: HBASE-24590 URL: https://issues.apache.org/jira/browse/HBASE-24590 Project:

[jira] [Created] (HBASE-24589) In HBase UI, srcChecksum has bad content

2020-06-18 Thread Matthew Foley (Jira)
Matthew Foley created HBASE-24589: - Summary: In HBase UI, srcChecksum has bad content Key: HBASE-24589 URL: https://issues.apache.org/jira/browse/HBASE-24589 Project: HBase Issue Type: Bug

Re: [VOTE] First release candidate for HBase 2.3.0 (RC0) is available

2020-06-18 Thread Nick Dimiduk
I've done some accounting of the source-incompatible changes. I'm not listing every item here, only the ones that I think might raise eyebrows or warrant further discussion. Here are my findings. I think these problems sink the RC. I plan to reopen the various tickets here and start a discussion

Re: [VOTE] First release candidate for HBase 2.3.0 (RC0) is available

2020-06-18 Thread Nick Dimiduk
Duo, Thank you for taking the time. I saw quite a bit of delta in the compatibility report, which is concerning to me as well. Let me get back to you here after spending some time with it. I'll also look more closely at the size of the client tarball. This is a feature of our releases that I have

Re: [VOTE] First release candidate for HBase 2.3.0 (RC0) is available

2020-06-18 Thread Nick Dimiduk
Andrew, Your test failure sounds like https://issues.apache.org/jira/browse/HBASE-23970. Thanks, Nick On Thu, Jun 18, 2020 at 1:15 PM Andrew Purtell wrote: > +1 (binding) > > * Signature: ok > * Checksum : ok > * Rat check (1.8.0_232): ok > - mvn clean

Re: [VOTE] First release candidate for HBase 2.3.0 (RC0) is available

2020-06-18 Thread Nick Dimiduk
Viraj, Do you happen to have the junit xml output from a failed run? You could open a Flakey test ticket with the run log? I haven't looked at this test specifically, but I've observed that these replication tests spin up multiple miniclusters, which puts a huge strain on the system, and their

Re: [VOTE] First release candidate for HBase 2.3.0 (RC0) is available

2020-06-18 Thread Andrew Purtell
+1 (binding) * Signature: ok * Checksum : ok * Rat check (1.8.0_232): ok - mvn clean apache-rat:check * Built from source (1.8.0_232): ok - mvn clean install -DskipTests * Unit tests pass (1.8.0_232): failed - mvn package -P

Re: [VOTE] First release candidate for HBase 2.3.0 (RC0) is available

2020-06-18 Thread Peter Somogyi
+1 (binding) * Signature: ok * Checksum : ok * Rat check (1.8.0_252): ok - mvn clean apache-rat:check * Built from source (1.8.0_252): ok - mvn clean install -DskipTests * Unit tests pass (1.8.0_252): ok - mvn package -P runAllTests * LTT 1M rows write: ok * Simple shell operations: ok *

[jira] [Resolved] (HBASE-24574) Procedure V2 - Distributed WAL Splitting => LOGGING

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

[jira] [Created] (HBASE-24587) hbck2 command should accept one or more files containing a list of region names

2020-06-18 Thread Clara Xiong (Jira)
Clara Xiong created HBASE-24587: --- Summary: hbck2 command should accept one or more files containing a list of region names Key: HBASE-24587 URL: https://issues.apache.org/jira/browse/HBASE-24587

Re: [VOTE] First release candidate for HBase 2.3.0 (RC0) is available

2020-06-18 Thread Wellington Chevreuil
+1 (binding) * Signature: ok * Checksum : ok * Rat check (1.8.0_222): ok - mvn clean apache-rat:check * Built from source (1.8.0_222): ok - mvn clean install -DskipTests * Unit tests pass (1.8.0_222): ok - mvn package -P runSmallTests Deployed pseudo distributed on local

Re: [VOTE] First release candidate for HBase 2.3.0 (RC0) is available

2020-06-18 Thread Viraj Jasani
+1 * Signature: ok * Checksum : ok * Rat check (1.8.0_251): ok - mvn clean apache-rat:check * Built from source (1.8.0_251): ok - mvn clean install -DskipTests * Unit tests pass (1.8.0_251): failed - mvn package -P runAllTests [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time

[jira] [Resolved] (HBASE-24571) HBCK2 fix addFsRegionsMissingInMeta to add regions in CLOSED state again

2020-06-18 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil resolved HBASE-24571. -- Resolution: Fixed > HBCK2 fix addFsRegionsMissingInMeta to add regions in

[jira] [Created] (HBASE-24586) Add table level locality in table.jsp

2020-06-18 Thread Zheng Wang (Jira)
Zheng Wang created HBASE-24586: -- Summary: Add table level locality in table.jsp Key: HBASE-24586 URL: https://issues.apache.org/jira/browse/HBASE-24586 Project: HBase Issue Type: Improvement

Re: [VOTE] First release candidate for HBase 2.3.0 (RC0) is available

2020-06-18 Thread Duo Zhang
+1(binding), thanks for your great work Nick. Checked sigs and sums: Matched Rat check: Passed Run all UTs: Passed. Excellent. Compatibility report: Fine, as said above. Started a local cluster and Checked the Web UI: Nothing strange. Then used the client bin and Run basic shell command: OK Run