Re: [VOTE] The first hbase-2.0.0-beta-2 Release Candidate is available for download

2018-03-05 Thread Chia-Ping Tsai
+1 (binding) with some questions unit test (oracle jdk-8u161) - all pass deploy binary (3 nodes) - ok browse master/regionserver web - LGTM put/delete/get/scan 500W rows - ok create/disable/drop/put/scan/count by shell - ok Q1: the 2.0 binary get fatter than 1.4. (384 MB -> 887MB). Seems we packag

[jira] [Created] (HBASE-20133) Calculate corrected assignment and build region movement plans for mis-placed regions in one pass

2018-03-05 Thread Xiang Li (JIRA)
Xiang Li created HBASE-20133: Summary: Calculate corrected assignment and build region movement plans for mis-placed regions in one pass Key: HBASE-20133 URL: https://issues.apache.org/jira/browse/HBASE-20133

Re: [VOTE] The first hbase-2.0.0-beta-2 Release Candidate is available for download

2018-03-05 Thread Anoop John
>Did you start the hbase2 over an hbase1 dataset. I've seen the exception you note when I've done this. The startup keeps going over this exception, right? (IIRC, its a complaint reading a file written w/ hbase1... We fail to read in the bloom filter which is not the end-of-the-world). Checking th

[jira] [Created] (HBASE-20134) website generation uses hard-coded /tmp

2018-03-05 Thread Mike Drob (JIRA)
Mike Drob created HBASE-20134: - Summary: website generation uses hard-coded /tmp Key: HBASE-20134 URL: https://issues.apache.org/jira/browse/HBASE-20134 Project: HBase Issue Type: Bug C

Re: [VOTE] The first hbase-2.0.0-beta-2 Release Candidate is available for download

2018-03-05 Thread Stack
Thanks Umesh. File an issue though? Stuff Anoops comment in it. While 'harmless', it will scare users; we should fix it. Thanks for trying the RC, S On Sun, Mar 4, 2018 at 8:18 PM, Umesh Agashe wrote: > Yes, I started hbase2 over hbase1 when I got the exception. I also tried > running TestRepli

Re: [VOTE] The first hbase-2.0.0-beta-2 Release Candidate is available for download

2018-03-05 Thread Stack
On Mon, Mar 5, 2018 at 6:56 AM, Chia-Ping Tsai wrote: > +1 (binding) with some questions > unit test (oracle jdk-8u161) - all pass > deploy binary (3 nodes) - ok > browse master/regionserver web - LGTM > put/delete/get/scan 500W rows - ok > create/disable/drop/put/scan/count by shell - ok > > Q1:

Re: [VOTE] The first hbase-2.0.0-beta-2 Release Candidate is available for download

2018-03-05 Thread Umesh Agashe
Thanks Stack! Created HBASE-20135. On Mon, Mar 5, 2018 at 11:31 AM, Stack wrote: > Thanks Umesh. File an issue though? Stuff Anoops comment in it. While > 'harmless', it will scare users; we should fix it. > Thanks for trying the RC, > S > > On Sun, Mar 4, 2018 at 8:18 PM, Umesh Agashe wrote:

[jira] [Created] (HBASE-20135) NullPointerException during reading bloom filter when upgraded from hbase-1 to hbase-2

2018-03-05 Thread Umesh Agashe (JIRA)
Umesh Agashe created HBASE-20135: Summary: NullPointerException during reading bloom filter when upgraded from hbase-1 to hbase-2 Key: HBASE-20135 URL: https://issues.apache.org/jira/browse/HBASE-20135

[jira] [Created] (HBASE-20136) TestKeyValue misses ClassRule and Category annotations

2018-03-05 Thread Ted Yu (JIRA)
Ted Yu created HBASE-20136: -- Summary: TestKeyValue misses ClassRule and Category annotations Key: HBASE-20136 URL: https://issues.apache.org/jira/browse/HBASE-20136 Project: HBase Issue Type: Test

Re: [VOTE] The first hbase-2.0.0-beta-2 Release Candidate is available for download

2018-03-05 Thread Jean-Marc Spaggiari
Just curious, has something changed in the LoadBalancer? My own personal balancer was working fine with 2.0.0-b1 but doesn't seems to work anymore with 2.0.0-b2: 2018-03-05 20:33:55,073 ERROR [master/node2:6] master.HMaster: Failed to become active master java.lang.NoSuchFieldError: clusterSta

Re: [VOTE] The first hbase-2.0.0-beta-2 Release Candidate is available for download

2018-03-05 Thread Jean-Marc Spaggiari
Wierd. I recompiled with the new JARs and all, it now it works. Sorry for the spam. Running some tests. JMS 2018-03-05 20:48 GMT-05:00 Jean-Marc Spaggiari : > Just curious, has something changed in the LoadBalancer? > > My own personal balancer was working fine with 2.0.0-b1 but doesn't seems >

Re: [VOTE] The first hbase-2.0.0-beta-2 Release Candidate is available for download

2018-03-05 Thread Chia-Ping Tsai
> We have it as an explicit dependency in our top-level pom. Doing > dependency:tree, hadoop minicluster needs it? Its need to run tests? You > think we should not include in our binary sir? IIRC, those test jars are not in binary.tag before. HBASE-19089 add hbase-testing-util module to the assemb

Re: [VOTE] The first hbase-2.0.0-beta-2 Release Candidate is available for download

2018-03-05 Thread ramkrishna vasudevan
Ya looking at the logs it seems not critical. Also the RawbytesComparator is no longer serialized and we don use any comparator for the RawBytesComparator like the RowBloom etc. Regards Ram On Tue, Mar 6, 2018 at 8:52 AM, Chia-Ping Tsai wrote: > > We have it as an explicit dependency in our top

[jira] [Created] (HBASE-20137) TestRSGroups is flakey

2018-03-05 Thread stack (JIRA)
stack created HBASE-20137: - Summary: TestRSGroups is flakey Key: HBASE-20137 URL: https://issues.apache.org/jira/browse/HBASE-20137 Project: HBase Issue Type: Bug Components: flakey Aff

[jira] [Reopened] (HBASE-18309) Support multi threads in CleanerChore

2018-03-05 Thread Reid Chan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reid Chan reopened HBASE-18309: --- I will provide a patch for branch-1 together with HBASE-20095 as soon as that is committed. > Support m