[jira] [Created] (HBASE-23883) HBase Precommit builds are broken due to some docker/java issue.

2020-02-21 Thread Sakthi (Jira)
Sakthi created HBASE-23883: -- Summary: HBase Precommit builds are broken due to some docker/java issue. Key: HBASE-23883 URL: https://issues.apache.org/jira/browse/HBASE-23883 Project: HBase Issue

[jira] [Created] (HBASE-23882) Scale *MiniCluster config for the environment it runs in.

2020-02-21 Thread Mark Robert Miller (Jira)
Mark Robert Miller created HBASE-23882: -- Summary: Scale *MiniCluster config for the environment it runs in. Key: HBASE-23882 URL: https://issues.apache.org/jira/browse/HBASE-23882 Project: HBase

Re: [DISCUSS] Defining a process for merging and back-porting feature branches

2020-02-21 Thread Nick Dimiduk
Whatever we write up in our contributors section is ultimately a recommended workflow, not fixed in stone. Until such time as we automate entirely the contribution process, there will always be an element of human discretion involved. That said, I generally echo Andrew's concern re: alert

Re: [DISCUSS] Drop support for code contribution via Jira attached patch

2020-02-21 Thread Andrew Purtell
+1 to the idea, having one contribution workflow instead of two is 50% less confusing (or 100% depending how you count it). > applying a patch for local evaluation is more tedious than checking out a PR branch. Except it's not necessary to download and apply the patch to evaluate it, we have

[DISCUSS] Drop support for code contribution via Jira attached patch

2020-02-21 Thread Nick Dimiduk
Heya, and happy Friday. I would like to propose that we drop support for receiving contributions by way of attaching a patch file to a Jira issue. From my perspective, in the face of modern interfaces for PR-style review, this is an "archaic" form of contribution that is "actively harmful" to

[jira] [Resolved] (HBASE-23863) [Flakey Test] TestReplicationEndpointWithMultipleWAL#testInterClusterReplication improvements

2020-02-21 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack resolved HBASE-23863. --- Assignee: Michael Stack Resolution: Fixed Resolving. Pushed on branch-2 only. Not on

[jira] [Created] (HBASE-23881) TestShadeSaslAuthenticationProvider failures

2020-02-21 Thread Bharath Vissapragada (Jira)
Bharath Vissapragada created HBASE-23881: Summary: TestShadeSaslAuthenticationProvider failures Key: HBASE-23881 URL: https://issues.apache.org/jira/browse/HBASE-23881 Project: HBase

[jira] [Resolved] (HBASE-23880) [Flakey Test] TestRegionReplicaFailover fails frequently

2020-02-21 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack resolved HBASE-23880. --- Resolution: Incomplete Resolving as 'incomplete' after reverting patch pushed yesterday.

Re: Hello HBase dev

2020-02-21 Thread Josh Elser
:waves: welcome! On 2/20/20 9:41 PM, Mark Miller wrote: Hey all, Just wanted to introduce myself since I've been getting pulled into the world of HBase tests. I've been working around hdfs and distributed systems for a long while now and a ridiculously huge percentage of my time has been

Re: [DISCUSS] Defining a process for merging and back-porting feature branches

2020-02-21 Thread Wellington Chevreuil
> > It could work of course but has downsides. Email explosion. How do I as > committer know what order to apply them in? Confusion as random reviewers > see some of the changes in some of the PRs but miss other changes in others. > Was not suggesting it to be the norm, but something to keep as an

Re: [DISCUSS] Defining a process for merging and back-porting feature branches

2020-02-21 Thread Andrew Purtell
I don’t think a PR per JIRA per backport is what we want. It could work of course but has downsides. Email explosion. How do I as committer know what order to apply them in? Confusion as random reviewers see some of the changes in some of the PRs but miss other changes in others. > On Feb 21,

[jira] [Resolved] (HBASE-23561) Look up of Region in Master by encoded region name is O(n)

2020-02-21 Thread Wellington Chevreuil (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil resolved HBASE-23561. -- Resolution: Fixed Merged into master. Thanks for the contribution,

Re: [DISCUSS] Defining a process for merging and back-porting feature branches

2020-02-21 Thread Wellington Chevreuil
> > we retain all of the individual commits (one-to-one with Jira sub-tasks). > Mechanically this means something like the following: > (1) squash together all commits that correspond with a single Jira > sub-task, making the history into one commit for one sub-task. > How about also add the