Re: [DISCUSS] what's our biggest source of friction for getting new contributors going?

2019-04-17 Thread Biju N
Having good documentation in the code at least in the critical section/methods/classes would ease anyone who would like to understand and contribute. Given there is going to be issues with availability of committers to help/mentor, adding "good" documentation can go a long way. Something to

[jira] [Resolved] (HBASE-21959) CompactionTool should close the store it uses for compacting files, in order to properly archive compacted files.

2019-04-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-21959. Resolution: Fixed I reverted this change on branch-1 then pushed the change to the tool

Re: [VOTE] HBase Thirdparty 2.2.1 RC1

2019-04-17 Thread Guanghao Zhang
+1 (binding). It passed when build site and assembly separated. Build from src and mvn install: OK Built HBase branch-2.2 with HBASE-2 patch applied, build site and assembly separated: OK Thanks. Stack 于2019年4月18日周四 上午5:34写道: > +1 From me. > S > > On Tue, Apr 16, 2019 at 5:11 PM Stack

[jira] [Reopened] (HBASE-21959) CompactionTool should close the store it uses for compacting files, in order to properly archive compacted files.

2019-04-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reopened HBASE-21959: Git bisecting recent unit test instability landed on this commit twice. At first glance it's

[jira] [Created] (HBASE-22265) Cost calculation in SLB may not be correct

2019-04-17 Thread Biju Nair (JIRA)
Biju Nair created HBASE-22265: - Summary: Cost calculation in SLB may not be correct Key: HBASE-22265 URL: https://issues.apache.org/jira/browse/HBASE-22265 Project: HBase Issue Type:

Re: [VOTE] HBase Thirdparty 2.2.1 RC1

2019-04-17 Thread Stack
+1 From me. S On Tue, Apr 16, 2019 at 5:11 PM Stack wrote: > Please consider the following as the 2.2.1 release of Apache HBase > Thirdparty. It is the first release candidate for your consideration. It > has one fix over hbase-thirdparty-2.2.0 to cure an 'interesting' > dependency issue found

Re: [VOTE] HBase Thirdparty 2.2.1 RC1

2019-04-17 Thread Stack
On Wed, Apr 17, 2019 at 3:19 PM 张铎(Duo Zhang) wrote: > Do not place site and assembly:single at the same line, it always fails. > First build site, then build assembly, with separated maven commands. This > is a problem from long ago. > > This is my sense Guanghao. I think this a problem apart

[jira] [Created] (HBASE-22264) Rest Server (master branch) on jdk 11 throws NoClassDefFoundError : javax/annotation/Priority

2019-04-17 Thread Sakthi (JIRA)
Sakthi created HBASE-22264: -- Summary: Rest Server (master branch) on jdk 11 throws NoClassDefFoundError : javax/annotation/Priority Key: HBASE-22264 URL: https://issues.apache.org/jira/browse/HBASE-22264

[jira] [Created] (HBASE-22263) Master creates duplicate ServerCrashProcedure on initialization, leading to assignment hanging in region-dense clusters

2019-04-17 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-22263: --- Summary: Master creates duplicate ServerCrashProcedure on initialization, leading to assignment hanging in region-dense clusters Key: HBASE-22263 URL:

Re: [RESULT] Re: [VOTE] First release candidate for HBase 1.2.12 is available

2019-04-17 Thread Andor Molnar
Sorry, quick late +1 - signatures, checksum: ok - Rat check passed - Built from source (1.8.0_161) - Unit tests passed (some after multiple attempts) - Standalone mode: ok - Pseudo distributed mode: ok - Run basic shell commands (create, list, scan, delete, put, get) - WebUI: ok - 1M rows LTT

[jira] [Created] (HBASE-22262) Remove deprecated methods from Filter

2019-04-17 Thread Jan Hentschel (JIRA)
Jan Hentschel created HBASE-22262: - Summary: Remove deprecated methods from Filter Key: HBASE-22262 URL: https://issues.apache.org/jira/browse/HBASE-22262 Project: HBase Issue Type: Task

Re: The fourth HBase 1.5.0 release candidate (RC3) is available

2019-04-17 Thread Andrew Purtell
I'm testing a change that keeps the change to CompactionTool but drops the unit test. Will let you know how it goes. On Wed, Apr 17, 2019 at 10:28 AM Xu Cang wrote: > I just saw this email, Andrew. Should I re-open HBASE-21959? And revert it > before we understand/fix why it caused the test

Re: The fourth HBase 1.5.0 release candidate (RC3) is available

2019-04-17 Thread Xu Cang
I just saw this email, Andrew. Should I re-open HBASE-21959? And revert it before we understand/fix why it caused the test failure? Regarding the failing test, do you mean this one "TestBlocksRead"? Thanks, Xu On Tue, Apr 16, 2019 at 9:47 PM Andrew Purtell wrote: > I've bisected twice and it

Re: [VOTE] HBase Thirdparty 2.2.1 RC1

2019-04-17 Thread Sean Busbey
+1 (binding) On Tue, Apr 16, 2019 at 11:12 AM Stack wrote: > > Please consider the following as the 2.2.1 release of Apache HBase > Thirdparty. It is the first release candidate for your consideration. It > has one fix over hbase-thirdparty-2.2.0 to cure an 'interesting' > dependency issue found

Still Failing: HBase Generate Website

2019-04-17 Thread Apache Jenkins Server
Build status: Still Failing The HBase website has not been updated to incorporate HBase commit ${CURRENT_HBASE_COMMIT}. See https://builds.apache.org/job/hbase_generate_website/1648/console

[GitHub] [hbase-native-client] ianbuss opened a new pull request #1: HBASE-22201 Fixing a number of issues with test cases

2019-04-17 Thread GitBox
ianbuss opened a new pull request #1: HBASE-22201 Fixing a number of issues with test cases URL: https://github.com/apache/hbase-native-client/pull/1 * fix classpath and meta region spec * fix result-test failing on EstimatedSize assertion * allow classpath to be set through env var

Re: [VOTE] HBase Thirdparty 2.2.1 RC1

2019-04-17 Thread Duo Zhang
Do not place site and assembly:single at the same line, it always fails. First build site, then build assembly, with separated maven commands. This is a problem from long ago. Guanghao Zhang 于2019年4月17日周三 下午10:12写道: > Yes. I am building hbase with the new thirdparty 2.2.1... > > Peter Somogyi

Re: [VOTE] HBase Thirdparty 2.2.1 RC1

2019-04-17 Thread Guanghao Zhang
Yes. I am building hbase with the new thirdparty 2.2.1... Peter Somogyi 于2019年4月17日周三 下午8:10写道: > +1 (with note) > > Checked signature, checksum > Built from source on 2.2.1RC0 tag > Built HBase master branch with HBASE-2 patch applied. > > NOTE: > The CHANGES.md file marks 2.2.0 as

[jira] [Created] (HBASE-22261) Make use of ClusterStatusListener for async client

2019-04-17 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-22261: - Summary: Make use of ClusterStatusListener for async client Key: HBASE-22261 URL: https://issues.apache.org/jira/browse/HBASE-22261 Project: HBase Issue Type:

[RESULT] Re: [VOTE] First release candidate for HBase 1.2.12 is available

2019-04-17 Thread Sean Busbey
with four +1s (three binding) this vote passes. thanks everyone! On Sun, Apr 7, 2019 at 2:03 PM Sean Busbey wrote: > > The first release candidate for HBase 1.2.12 is available for download: > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.12RC0/ > > Maven artifacts are also available

[jira] [Created] (HBASE-22260) Remove deprecated methods in ReplicationLoadSink

2019-04-17 Thread Sayed Anisul Hoque (JIRA)
Sayed Anisul Hoque created HBASE-22260: -- Summary: Remove deprecated methods in ReplicationLoadSink Key: HBASE-22260 URL: https://issues.apache.org/jira/browse/HBASE-22260 Project: HBase

Re: [VOTE] HBase Thirdparty 2.2.1 RC1

2019-04-17 Thread Peter Somogyi
+1 (with note) Checked signature, checksum Built from source on 2.2.1RC0 tag Built HBase master branch with HBASE-2 patch applied. NOTE: The CHANGES.md file marks 2.2.0 as unreleased. "Release thirdparty-2.2.0 - Unreleased (as of 2019-03-30)" Thanks, Peter On Tue, Apr 16, 2019 at 6:12 PM

[jira] [Created] (HBASE-22259) Removed deprecated method in ReplicationLoadSource

2019-04-17 Thread Jan Hentschel (JIRA)
Jan Hentschel created HBASE-22259: - Summary: Removed deprecated method in ReplicationLoadSource Key: HBASE-22259 URL: https://issues.apache.org/jira/browse/HBASE-22259 Project: HBase Issue

Stochastic Load Balancer - Cost calculation

2019-04-17 Thread Biju N
Hi All, Trying to understand the CostFromArray method in Stochastic load balancer class ( https://github.com/apache/hbase/blob/baf3ae80f5588ee848176adefc9f56818458a387/hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.java#L1039) and in particular the

[jira] [Created] (HBASE-22258) Remove deprecated VisibilityClient methods

2019-04-17 Thread Jan Hentschel (JIRA)
Jan Hentschel created HBASE-22258: - Summary: Remove deprecated VisibilityClient methods Key: HBASE-22258 URL: https://issues.apache.org/jira/browse/HBASE-22258 Project: HBase Issue Type:

[jira] [Created] (HBASE-22257) Remove json4s and jackson dependency from hbase spark connector

2019-04-17 Thread Balazs Meszaros (JIRA)
Balazs Meszaros created HBASE-22257: --- Summary: Remove json4s and jackson dependency from hbase spark connector Key: HBASE-22257 URL: https://issues.apache.org/jira/browse/HBASE-22257 Project: HBase

Re: [VOTE] HBase Thirdparty 2.2.1 RC1

2019-04-17 Thread Stack
I just tried building thirdparty and it works fine. I misread you. You are trying to build hbase, not thirdparty. Try the HBASE-21935 scripts or do the staged builds that the script does. See release-build.sh at line #201 node in

Re: [VOTE] HBase Thirdparty 2.2.1 RC1

2019-04-17 Thread Stack
If you build from the tag do you get same problem? Assembly on thirdparty May need work. Thirdparty is consumed as a pom dependency not usually as a binary tarball. I’d suggest that it not critical that assembly work? What you think? File an issue and I can work on it but let the rc proceed?

[jira] [Resolved] (HBASE-22199) Replace "UTF-8" with StandardCharsets.UTF_8 where possible

2019-04-17 Thread Jan Hentschel (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Hentschel resolved HBASE-22199. --- Resolution: Fixed Fix Version/s: 3.0.0 Release Note: Replaced "UTF-8" String

[jira] [Resolved] (HBASE-22246) Remove deprecated field from MetricsReplicationSourceSource

2019-04-17 Thread Jan Hentschel (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Hentschel resolved HBASE-22246. --- Resolution: Fixed Hadoop Flags: Incompatible change Fix Version/s: 3.0.0

[jira] [Resolved] (HBASE-22248) Remove deprecated CollectionUtils

2019-04-17 Thread Jan Hentschel (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Hentschel resolved HBASE-22248. --- Resolution: Fixed Hadoop Flags: Incompatible change Fix Version/s: 3.0.0

Re: [VOTE] HBase Thirdparty 2.2.1 RC1

2019-04-17 Thread Guanghao Zhang
After applying HBASE-2, mvn assembly:single failed... [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single (default-cli) on project hbase-assembly: Failed to create assembly: Error adding file 'org.apache.hbase:hbase-common:test-jar:tests:2.2.1-SNAPSHOT'