[jira] [Updated] (HBASE-21829) Use FutureUtils.addListener instead of calling whenComplete directly

2019-02-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-21829: -- Assignee: Duo Zhang Status: Patch Available (was: Open) > Use FutureUtils.addListener instead

[jira] [Updated] (HBASE-21829) Use FutureUtils.addListener instead of calling whenComplete directly

2019-02-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-21829: -- Attachment: HBASE-21829.patch > Use FutureUtils.addListener instead of calling whenComplete directly

[jira] [Updated] (HBASE-21827) CompletableFuture may wrap the original Throwable with CompletionException while propagating it

2019-02-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-21827: -- Issue Type: Umbrella (was: Bug) > CompletableFuture may wrap the original Throwable with

[jira] [Updated] (HBASE-21828) Make sure we do not return CompletionException when locating region

2019-02-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-21828: -- Status: Patch Available (was: Open) > Make sure we do not return CompletionException when locating

[jira] [Updated] (HBASE-21828) Make sure we do not return CompletionException when locating region

2019-02-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-21828: -- Attachment: HBASE-21828.patch > Make sure we do not return CompletionException when locating region >

[jira] [Created] (HBASE-21829) Use FutureUtils.addListener instead of calling whenComplete directly

2019-02-01 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21829: - Summary: Use FutureUtils.addListener instead of calling whenComplete directly Key: HBASE-21829 URL: https://issues.apache.org/jira/browse/HBASE-21829 Project: HBase

[jira] [Created] (HBASE-21828) Make sure we do not return CompletionException when locating region

2019-02-01 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21828: - Summary: Make sure we do not return CompletionException when locating region Key: HBASE-21828 URL: https://issues.apache.org/jira/browse/HBASE-21828 Project: HBase

[jira] [Updated] (HBASE-21811) region can be opened on two servers due to race condition with procedures and server reports

2019-02-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-21811: -- Attachment: HBASE-21811-v2.patch > region can be opened on two servers due to race condition with

[jira] [Updated] (HBASE-21827) CompletableFuture may wrap the original Throwable with CompletionException while propagating it

2019-02-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-21827: -- Fix Version/s: (was: 2.3.0) (was: 2.2.0) (was:

[jira] [Commented] (HBASE-21811) region can be opened on two servers due to race condition with procedures and server reports

2019-02-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758898#comment-16758898 ] Duo Zhang commented on HBASE-21811: --- Forgot to add the ClassRule annotation... > region can be opened

[jira] [Commented] (HBASE-21811) region can be opened on two servers due to race condition with procedures and server reports

2019-02-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758890#comment-16758890 ] Hadoop QA commented on HBASE-21811: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Updated] (HBASE-21808) Ensure we can build with JDK11 targetting JDK8

2019-02-01 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-21808: Resolution: Fixed Fix Version/s: 2.2.0 3.0.0 Status: Resolved

[jira] [Updated] (HBASE-21783) Support exceed user/table/ns throttle quota if region server has available quota

2019-02-01 Thread Yi Mei (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Mei updated HBASE-21783: --- Attachment: HBASE-21783.master.003.patch > Support exceed user/table/ns throttle quota if region server has

[jira] [Created] (HBASE-21827) CompletableFuture may wrap the original Throwable with CompletionException while propagating it

2019-02-01 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21827: - Summary: CompletableFuture may wrap the original Throwable with CompletionException while propagating it Key: HBASE-21827 URL: https://issues.apache.org/jira/browse/HBASE-21827

[jira] [Commented] (HBASE-21779) Reimplement BulkLoadHFilesTool to use AsyncClusterConnection

2019-02-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758864#comment-16758864 ] Duo Zhang commented on HBASE-21779: --- OK, things are a bit strange. The TableNotFoundException is

[jira] [Updated] (HBASE-21811) region can be opened on two servers due to race condition with procedures and server reports

2019-02-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-21811: -- Attachment: HBASE-21811-v1.patch > region can be opened on two servers due to race condition with

[jira] [Commented] (HBASE-21811) region can be opened on two servers due to race condition with procedures and server reports

2019-02-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758849#comment-16758849 ] Duo Zhang commented on HBASE-21811: --- And we need to check for start code before executing any

[jira] [Commented] (HBASE-21512) Introduce an AsyncClusterConnection and replace the usage of ClusterConnection

2019-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758847#comment-16758847 ] Hudson commented on HBASE-21512: Results for branch HBASE-21512 [build #83 on

[jira] [Commented] (HBASE-21794) Update the Coprocessor observer example given in section 111.1 of the ref guide.

2019-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758845#comment-16758845 ] Hudson commented on HBASE-21794: Results for branch master [build #764 on

[jira] [Commented] (HBASE-21645) Perform sanity check and disallow table creation/modification with region replication < 1

2019-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758828#comment-16758828 ] Hudson commented on HBASE-21645: Results for branch branch-1.4 [build #653 on

[jira] [Commented] (HBASE-21811) region can be opened on two servers due to race condition with procedures and server reports

2019-02-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758819#comment-16758819 ] Duo Zhang commented on HBASE-21811: --- I know that checking for ServerName could work but it may confuse

[jira] [Commented] (HBASE-21779) Reimplement BulkLoadHFilesTool to use AsyncClusterConnection

2019-02-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758816#comment-16758816 ] Duo Zhang commented on HBASE-21779: --- Let me check the failed UTs. > Reimplement BulkLoadHFilesTool to

[jira] [Commented] (HBASE-21816) Print source cluster replication config directory

2019-02-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758771#comment-16758771 ] Hadoop QA commented on HBASE-21816: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-21823) only report RS abort once

2019-02-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758754#comment-16758754 ] Hadoop QA commented on HBASE-21823: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-20172) During coprocessor load, switch classloader only if it's a custom CP.

2019-02-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758739#comment-16758739 ] Hadoop QA commented on HBASE-20172: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-21824) change master and RS UI links to be relative

2019-02-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758733#comment-16758733 ] Hadoop QA commented on HBASE-21824: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18620) Secure bulkload job fails when HDFS umask has limited scope

2019-02-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758709#comment-16758709 ] Hadoop QA commented on HBASE-18620: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-21824) change master and RS UI links to be relative

2019-02-01 Thread Tommy Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758687#comment-16758687 ] Tommy Li commented on HBASE-21824: -- +1 > change master and RS UI links to be relative >

[jira] [Commented] (HBASE-21808) Ensure we can build with JDK11 targetting JDK8

2019-02-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758680#comment-16758680 ] Josh Elser commented on HBASE-21808: SGTM. I didn't think it was necessary to add such an axis of

[jira] [Updated] (HBASE-21816) Print source cluster replication config directory

2019-02-01 Thread Karthik Palanisamy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Palanisamy updated HBASE-21816: --- Attachment: HBASE-21816-003.patch > Print source cluster replication config

[jira] [Commented] (HBASE-21816) Print source cluster replication config directory

2019-02-01 Thread Karthik Palanisamy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758676#comment-16758676 ] Karthik Palanisamy commented on HBASE-21816: Please find the new patch. > Print source

[jira] [Commented] (HBASE-21816) Print source cluster replication config directory

2019-02-01 Thread Karthik Palanisamy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758674#comment-16758674 ] Karthik Palanisamy commented on HBASE-21816: Thank you [~elserj] for reviewing it.  Yes,

[jira] [Commented] (HBASE-21808) Ensure we can build with JDK11 targetting JDK8

2019-02-01 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758665#comment-16758665 ] Sean Busbey commented on HBASE-21808: - bq. Looking again at https://hbase.apache.org/book.html#java

[jira] [Commented] (HBASE-20586) SyncTable tool: Add support for cross-realm remote clusters

2019-02-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758654#comment-16758654 ] Hadoop QA commented on HBASE-20586: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Updated] (HBASE-20555) Backport HBASE-18083 and related changes in branch-1

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20555: --- Fix Version/s: (was: 1.5.0) > Backport HBASE-18083 and related changes in branch-1 >

[jira] [Updated] (HBASE-19949) TestRSGroupsWithACL fails with ExceptionInInitializerError

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-19949: --- Fix Version/s: (was: 1.5.0) > TestRSGroupsWithACL fails with

[jira] [Updated] (HBASE-20112) Include test results from nightly hadoop3 tests in jenkins test results

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20112: --- Fix Version/s: (was: 1.5.0) > Include test results from nightly hadoop3 tests in

[jira] [Updated] (HBASE-20075) remove logic for branch-1.1 nightly testing

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20075: --- Fix Version/s: (was: 1.5.0) > remove logic for branch-1.1 nightly testing >

[jira] [Updated] (HBASE-20505) PE should support multi column family read and write cases

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20505: --- Fix Version/s: (was: 1.5.0) > PE should support multi column family read and write

[jira] [Updated] (HBASE-19514) Use random port for TestJMXListener

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-19514: --- Fix Version/s: (was: 1.5.0) > Use random port for TestJMXListener >

[jira] [Updated] (HBASE-15151) Rely on nightly tests for findbugs compliance on existing branch

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-15151: --- Fix Version/s: (was: 1.5.0) > Rely on nightly tests for findbugs compliance on existing

[jira] [Resolved] (HBASE-21826) Rebase 1.5.0 CHANGES on branch-1.4 at release 1.4.9

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-21826. Resolution: Fixed > Rebase 1.5.0 CHANGES on branch-1.4 at release 1.4.9 >

[jira] [Created] (HBASE-21826) Rebase 1.5.0 CHANGES on branch-1.4 at release 1.4.9

2019-02-01 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-21826: -- Summary: Rebase 1.5.0 CHANGES on branch-1.4 at release 1.4.9 Key: HBASE-21826 URL: https://issues.apache.org/jira/browse/HBASE-21826 Project: HBase

[jira] [Updated] (HBASE-20734) Colocate recovered edits directory with hbase.wal.dir

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20734: --- Fix Version/s: (was: 1.5.0) > Colocate recovered edits directory with hbase.wal.dir >

[jira] [Updated] (HBASE-20459) Majority of scan CPU time in HBase-1 spent in size estimation

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20459: --- Fix Version/s: (was: 1.5.0) > Majority of scan CPU time in HBase-1 spent in size

[jira] [Updated] (HBASE-20545) Improve performance of BaseLoadBalancer.retainAssignment

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20545: --- Fix Version/s: (was: 1.5.0) > Improve performance of BaseLoadBalancer.retainAssignment

[jira] [Updated] (HBASE-21168) BloomFilterUtil uses hardcoded randomness

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-21168: --- Fix Version/s: (was: 1.5.0) > BloomFilterUtil uses hardcoded randomness >

[jira] [Updated] (HBASE-20942) Improve RpcServer TRACE logging

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20942: --- Fix Version/s: (was: 1.5.0) > Improve RpcServer TRACE logging >

[jira] [Updated] (HBASE-21265) Split up TestRSGroups

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-21265: --- Fix Version/s: (was: 1.5.0) > Split up TestRSGroups > - > >

[jira] [Commented] (HBASE-21301) Heatmap for key access patterns

2019-02-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758650#comment-16758650 ] Hadoop QA commented on HBASE-21301: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Updated] (HBASE-20905) branch-1 docker build fails

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20905: --- Fix Version/s: (was: 1.5.0) > branch-1 docker build fails > ---

[jira] [Updated] (HBASE-20884) Replace usage of our Base64 implementation with java.util.Base64

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20884: --- Fix Version/s: (was: 1.5.0) > Replace usage of our Base64 implementation with

[jira] [Updated] (HBASE-20089) make_rc.sh should name SHA-512 checksum files with the extension .sha512

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20089: --- Fix Version/s: (was: 1.5.0) > make_rc.sh should name SHA-512 checksum files with the

[jira] [Updated] (HBASE-20595) Remove the concept of 'special tables' from rsgroups

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20595: --- Fix Version/s: (was: 1.5.0) > Remove the concept of 'special tables' from rsgroups >

[jira] [Updated] (HBASE-20088) Update copyright notices to year 2018

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20088: --- Fix Version/s: (was: 1.5.0) > Update copyright notices to year 2018 >

[jira] [Updated] (HBASE-20608) Remove build option of error prone profile for branch-1 after HBASE-12350

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20608: --- Fix Version/s: (was: 1.5.0) > Remove build option of error prone profile for branch-1

[jira] [Updated] (HBASE-20931) [branch-1] Add -Dhttps.protocols=TLSv1.2 to Maven command line in make_rc.sh

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20931: --- Fix Version/s: (was: 1.5.0) > [branch-1] Add -Dhttps.protocols=TLSv1.2 to Maven command

[jira] [Updated] (HBASE-21261) Add log4j.properties for hbase-rsgroup tests

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-21261: --- Fix Version/s: (was: 1.5.0) > Add log4j.properties for hbase-rsgroup tests >

[jira] [Updated] (HBASE-16459) Remove unused hbase shell --format option

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-16459: --- Fix Version/s: (was: 1.5.0) > Remove unused hbase shell --format option >

[jira] [Updated] (HBASE-21076) TestTableResource fails with NPE

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-21076: --- Fix Version/s: (was: 1.5.0) > TestTableResource fails with NPE >

[jira] [Updated] (HBASE-20619) TestWeakObjectPool occasionally times out

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20619: --- Fix Version/s: (was: 1.5.0) > TestWeakObjectPool occasionally times out >

[jira] [Updated] (HBASE-20646) TestWALProcedureStoreOnHDFS failing on branch-1

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20646: --- Fix Version/s: (was: 1.5.0) > TestWALProcedureStoreOnHDFS failing on branch-1 >

[jira] [Updated] (HBASE-19637) Add .checkstyle to gitignore

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-19637: --- Fix Version/s: (was: 1.5.0) > Add .checkstyle to gitignore >

[jira] [Updated] (HBASE-19475) Extend backporting strategy in documentation

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-19475: --- Fix Version/s: (was: 1.5.0) > Extend backporting strategy in documentation >

[jira] [Updated] (HBASE-20513) Collect and emit ScanMetrics in PerformanceEvaluation

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20513: --- Fix Version/s: (was: 1.5.0) > Collect and emit ScanMetrics in PerformanceEvaluation >

[jira] [Updated] (HBASE-21258) Add resetting of flags for RS Group pre/post hooks in TestRSGroups

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-21258: --- Fix Version/s: (was: 1.5.0) > Add resetting of flags for RS Group pre/post hooks in

[jira] [Updated] (HBASE-21138) Close HRegion instance at the end of every test in TestHRegion

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-21138: --- Fix Version/s: (was: 1.5.0) > Close HRegion instance at the end of every test in

[jira] [Updated] (HBASE-20052) TestRegionOpen#testNonExistentRegionReplica fails due to NPE

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20052: --- Fix Version/s: (was: 1.5.0) > TestRegionOpen#testNonExistentRegionReplica fails due to

[jira] [Updated] (HBASE-15580) Tag coprocessor limitedprivate scope to StoreFile.Reader

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-15580: --- Fix Version/s: (was: 1.5.0) > Tag coprocessor limitedprivate scope to StoreFile.Reader

[jira] [Updated] (HBASE-21645) Perform sanity check and disallow table creation/modification with region replication < 1

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-21645: --- Fix Version/s: 1.4.10 > Perform sanity check and disallow table creation/modification with

[jira] [Updated] (HBASE-21511) Remove in progress snapshot check in SnapshotFileCache#getUnreferencedFiles

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-21511: --- Fix Version/s: (was: 1.5.0) > Remove in progress snapshot check in

[jira] [Updated] (HBASE-21373) Backport to branch-1, "HBASE-21338 [balancer] If balancer is an ill-fit for cluster size, it gives little indication"

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-21373: --- Fix Version/s: (was: 1.5.0) > Backport to branch-1, "HBASE-21338 [balancer] If balancer

[jira] [Updated] (HBASE-21207) Add client side sorting functionality in master web UI for table and region server details.

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-21207: --- Fix Version/s: (was: 1.5.0) > Add client side sorting functionality in master web UI

[jira] [Updated] (HBASE-21263) Mention compression algorithm along with other storefile details

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-21263: --- Fix Version/s: (was: 1.5.0) > Mention compression algorithm along with other storefile

[jira] [Updated] (HBASE-20806) Split style journal for flushes and compactions

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20806: --- Fix Version/s: (was: 1.5.0) > Split style journal for flushes and compactions >

[jira] [Updated] (HBASE-20935) HStore.removeCompactedFiles should log in case it is unable to delete a file

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20935: --- Fix Version/s: (was: 1.5.0) > HStore.removeCompactedFiles should log in case it is

[jira] [Updated] (HBASE-20857) JMX - add Balancer status = enabled / disabled

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20857: --- Fix Version/s: (was: 1.5.0) > JMX - add Balancer status = enabled / disabled >

[jira] [Updated] (HBASE-21098) Improve Snapshot Performance with Temporary Snapshot Directory when rootDir on S3

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-21098: --- Fix Version/s: (was: 1.5.0) > Improve Snapshot Performance with Temporary Snapshot

[jira] [Updated] (HBASE-21103) nightly test cache of yetus install needs to be more thorough in verification

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-21103: --- Fix Version/s: (was: 1.5.0) > nightly test cache of yetus install needs to be more

[jira] [Updated] (HBASE-20930) MetaScanner.metaScan should use passed variable for meta table name rather than TableName.META_TABLE_NAME

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20930: --- Fix Version/s: (was: 1.5.0) > MetaScanner.metaScan should use passed variable for meta

[jira] [Updated] (HBASE-20826) Truncate responseInfo attributes on RpcServer WARN messages

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20826: --- Fix Version/s: (was: 1.5.0) > Truncate responseInfo attributes on RpcServer WARN

[jira] [Updated] (HBASE-20837) Make IDE configuration for import order match that in our checkstyle module

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20837: --- Fix Version/s: (was: 2.2.0) (was: 1.5.0)

[jira] [Updated] (HBASE-20651) Master, prevents hbck or shell command to reassign the split parent region

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20651: --- Fix Version/s: (was: 1.5.0) > Master, prevents hbck or shell command to reassign the

[jira] [Updated] (HBASE-19685) Fix TestFSErrorsExposed#testFullSystemBubblesFSErrors

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-19685: --- Fix Version/s: (was: 1.5.0) > Fix TestFSErrorsExposed#testFullSystemBubblesFSErrors >

[jira] [Updated] (HBASE-20605) Exclude new Azure Storage FileSystem from SecureBulkLoadEndpoint permission check

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20605: --- Fix Version/s: (was: 1.5.0) > Exclude new Azure Storage FileSystem from

[jira] [Updated] (HBASE-20701) too much logging when balancer runs from BaseLoadBalancer

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20701: --- Fix Version/s: (was: 1.5.0) > too much logging when balancer runs from BaseLoadBalancer

[jira] [Updated] (HBASE-20523) PE tool should support configuring client side buffering sizes

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20523: --- Fix Version/s: (was: 1.5.0) > PE tool should support configuring client side buffering

[jira] [Updated] (HBASE-20469) Directory used for sidelining old recovered edits files should be made configurable

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20469: --- Fix Version/s: (was: 1.5.0) > Directory used for sidelining old recovered edits files

[jira] [Updated] (HBASE-20548) Master fails to startup on large clusters, refreshing block distribution

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20548: --- Fix Version/s: (was: 1.5.0) > Master fails to startup on large clusters, refreshing

[jira] [Updated] (HBASE-20733) QABot should run checkstyle tests if the checkstyle configs change

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20733: --- Fix Version/s: (was: 1.5.0) > QABot should run checkstyle tests if the checkstyle

[jira] [Updated] (HBASE-21173) Remove the duplicate HRegion#close in TestHRegion

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-21173: --- Fix Version/s: (was: 1.5.0) > Remove the duplicate HRegion#close in TestHRegion >

[jira] [Updated] (HBASE-20387) flaky infrastructure should work for all branches

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20387: --- Fix Version/s: (was: 1.5.0) > flaky infrastructure should work for all branches >

[jira] [Updated] (HBASE-20186) Improve RSGroupBasedLoadBalancer#balanceCluster() to be more efficient when calculating cluster state for each rsgroup

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20186: --- Fix Version/s: (was: 1.5.0) > Improve RSGroupBasedLoadBalancer#balanceCluster() to be

[jira] [Updated] (HBASE-20379) shadedjars yetus plugin should add a footer link

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20379: --- Fix Version/s: (was: 1.5.0) > shadedjars yetus plugin should add a footer link >

[jira] [Updated] (HBASE-20401) Make `MAX_WAIT` and `waitIfNotFinished` in CleanerContext configurable

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20401: --- Fix Version/s: (was: 1.5.0) > Make `MAX_WAIT` and `waitIfNotFinished` in CleanerContext

[jira] [Updated] (HBASE-20352) [Chore] Backport HBASE-18309 to branch-1

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20352: --- Fix Version/s: (was: 1.5.0) > [Chore] Backport HBASE-18309 to branch-1 >

[jira] [Commented] (HBASE-21505) Several inconsistencies on information reported for Replication Sources by hbase shell status 'replication' command.

2019-02-01 Thread Wellington Chevreuil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758642#comment-16758642 ] Wellington Chevreuil commented on HBASE-21505: -- Thanks for the review [~tianjingyun]. Had

[jira] [Updated] (HBASE-19570) Add hadoop3 tests to Nightly master/branch-2 runs

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-19570: --- Fix Version/s: (was: 1.5.0) > Add hadoop3 tests to Nightly master/branch-2 runs >

[jira] [Updated] (HBASE-20307) LoadTestTool prints too much zookeeper logging

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-20307: --- Fix Version/s: (was: 1.5.0) > LoadTestTool prints too much zookeeper logging >

[jira] [Updated] (HBASE-19491) Exclude flaky tests from nightly master run

2019-02-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-19491: --- Fix Version/s: (was: 1.5.0) > Exclude flaky tests from nightly master run >

  1   2   3   4   5   >