Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-06 Thread Apekshit Sharma
bq. Don't you think we have enough branches already mighty Appy? Yeah we do...sigh. idk about that. But don't we need a *patch* branch branch-2.0 (just like branch-1.4) where we "make backwards-compatible bug fixes" and a *minor* branch branch-2 where we "add functionality in a

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-06 Thread stack
It is not you. There are a bunch of flies we need to fix. This latter is for sure flakey. Let me take a look. Thanks, JMS. S On Jan 6, 2018 5:57 PM, "Jean-Marc Spaggiari" wrote: I might not doing the right magic to get that run If someone is able to get all the

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-06 Thread Jean-Marc Spaggiari
I might not doing the right magic to get that run If someone is able to get all the tests pass, can you please share the command you run? Thanks, JMS [INFO] Results: [INFO] [ERROR] Failures: [ERROR] TestFromClientSide.testCheckAndDeleteWithCompareOp:4982 expected: but was: [ERROR]

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-06 Thread Jean-Marc Spaggiari
Deleted the class to get all the tests running. Was running on the RC1 from the tar. I know get those one failing. [ERROR] Failures: [ERROR] TestFavoredStochasticLoadBalancer.test2FavoredNodesDead:352 Balancer did not run [ERROR]

[jira] [Created] (HBASE-19723) hbase-thrift declares slf4j-api twice

2018-01-06 Thread Jan Hentschel (JIRA)
Jan Hentschel created HBASE-19723: - Summary: hbase-thrift declares slf4j-api twice Key: HBASE-19723 URL: https://issues.apache.org/jira/browse/HBASE-19723 Project: HBase Issue Type:

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-06 Thread Ted Yu
Looks like you didn't include HBASE-19666 which would be in the next RC. On Sat, Jan 6, 2018 at 10:52 AM, Jean-Marc Spaggiari < jean-m...@spaggiari.org> wrote: > Trying with a different command line (mvn test -P runAllTests > -Dsurefire.secondPartThreadCount=12

[jira] [Created] (HBASE-19722) Implement a meta query statistics metrics source

2018-01-06 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-19722: -- Summary: Implement a meta query statistics metrics source Key: HBASE-19722 URL: https://issues.apache.org/jira/browse/HBASE-19722 Project: HBase Issue

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-06 Thread Mike Drob
I can reproduce the issue locally. I think it has to do with the java version being used - IIRC this is related to the version of java used, but we can discuss in more detail on the JIRA. https://issues.apache.org/jira/browse/HBASE-19721 Thanks, JMS! On Sat, Jan 6, 2018 at 6:42 AM, Jean-Marc

[jira] [Created] (HBASE-19721) Unnecessary stubbings detected in test class: TestReversedScannerCallable

2018-01-06 Thread Mike Drob (JIRA)
Mike Drob created HBASE-19721: - Summary: Unnecessary stubbings detected in test class: TestReversedScannerCallable Key: HBASE-19721 URL: https://issues.apache.org/jira/browse/HBASE-19721 Project: HBase

[jira] [Created] (HBASE-19720) Rename WALKey#getTabnename to WALKey#getTableName

2018-01-06 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-19720: -- Summary: Rename WALKey#getTabnename to WALKey#getTableName Key: HBASE-19720 URL: https://issues.apache.org/jira/browse/HBASE-19720 Project: HBase Issue

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-06 Thread Jean-Marc Spaggiari
How you guys are able to get the tests running? For me it keeps failing on TestReversedScannerCallable. I tried many times, always fails in the same place. I'm running on a 4GB tmpfs. Details are below. Am I doing something wrong? JM ./dev-support/hbasetests.sh runAllTests [INFO] Running