[GitHub] [hbase] joshelser commented on pull request #1609: HBASE-24280 No explicit Hadoop3 profile activation on master

2020-04-30 Thread GitBox
joshelser commented on pull request #1609: URL: https://github.com/apache/hbase/pull/1609#issuecomment-621966374 7fd06f7 switches from checking for "not master to checking for "branch-2*". Also pushes the logic down into the personality (not just in the invocation of yetus) to try to keep

[GitHub] [hbase] Apache-HBase commented on pull request #1609: HBASE-24280 No explicit Hadoop3 profile activation on master

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1609: URL: https://github.com/apache/hbase/pull/1609#issuecomment-621969743 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #1609: HBASE-24280 No explicit Hadoop3 profile activation on master

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1609: URL: https://github.com/apache/hbase/pull/1609#issuecomment-621969493 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] huaxiangsun edited a comment on pull request #1613: HBASE-24273 HBCK's "Orphan Regions on FileSystem" reports regions wit…

2020-04-30 Thread GitBox
huaxiangsun edited a comment on pull request #1613: URL: https://github.com/apache/hbase/pull/1613#issuecomment-621957789 My understanding, the source of the truth is hbase:meta. When master switchover, the in-memory db is rebuilt from hbase:meta. For the case of "the region is not in

[jira] [Created] (HBASE-24293) Assignment manager should never give up assigning meta

2020-04-30 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24293: Summary: Assignment manager should never give up assigning meta Key: HBASE-24293 URL: https://issues.apache.org/jira/browse/HBASE-24293 Project: HBase Issue

[jira] [Updated] (HBASE-24291) HBCK2 should accept "meta" as an alias for the encoded region name

2020-04-30 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-24291: - Component/s: Operability > HBCK2 should accept "meta" as an alias for the encoded region name >

[jira] [Commented] (HBASE-24292) A "stuck" master should not idle as active without taking action

2020-04-30 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096835#comment-17096835 ] Nick Dimiduk commented on HBASE-24292: -- Here's an example of the "holding pattern" message.

[jira] [Commented] (HBASE-24293) Assignment manager should never give up assigning meta

2020-04-30 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096856#comment-17096856 ] Nick Dimiduk commented on HBASE-24293: -- Looks like this condition was patching a different hole,

[jira] [Updated] (HBASE-24292) A "stuck" master should not idle as active without taking action

2020-04-30 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-24292: - Priority: Critical (was: Major) > A "stuck" master should not idle as active without taking

[GitHub] [hbase] Apache-HBase commented on pull request #1617: HBASE-24277 TestZooKeeper is flaky

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1617: URL: https://github.com/apache/hbase/pull/1617#issuecomment-622051690 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #1617: HBASE-24277 TestZooKeeper is flaky

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1617: URL: https://github.com/apache/hbase/pull/1617#issuecomment-622051037 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #1609: HBASE-24280 No explicit Hadoop3 profile activation on master

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1609: URL: https://github.com/apache/hbase/pull/1609#issuecomment-621968210 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at

[jira] [Commented] (HBASE-24274) `RESTApiClusterManager` attempts to deserialize response using serialization API

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096897#comment-17096897 ] Hudson commented on HBASE-24274: Results for branch branch-2.2 [build #851 on

[jira] [Commented] (HBASE-24282) 'scandetail' log message is missing when responseTooSlow happens on the first scan rpc call

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096898#comment-17096898 ] Hudson commented on HBASE-24282: Results for branch branch-2.2 [build #851 on

[jira] [Commented] (HBASE-22710) Wrong result in one case of scan that use raw and versions and filter together

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096899#comment-17096899 ] Hudson commented on HBASE-22710: Results for branch branch-2.2 [build #851 on

[GitHub] [hbase] huaxiangsun commented on a change in pull request #1613: HBASE-24273 HBCK's "Orphan Regions on FileSystem" reports regions wit…

2020-04-30 Thread GitBox
huaxiangsun commented on a change in pull request #1613: URL: https://github.com/apache/hbase/pull/1613#discussion_r418141849 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/HbckChore.java ## @@ -271,12 +297,12 @@ private void loadRegionsFromFS()

[jira] [Created] (HBASE-24291) HBCK2 should accept "meta" as an alias for the encoded region name

2020-04-30 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24291: Summary: HBCK2 should accept "meta" as an alias for the encoded region name Key: HBASE-24291 URL: https://issues.apache.org/jira/browse/HBASE-24291 Project: HBase

[GitHub] [hbase] Apache-HBase commented on pull request #1609: HBASE-24280 No explicit Hadoop3 profile activation on master

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1609: URL: https://github.com/apache/hbase/pull/1609#issuecomment-621968791 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #1609: HBASE-24280 No explicit Hadoop3 profile activation on master

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1609: URL: https://github.com/apache/hbase/pull/1609#issuecomment-621968340 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [hbase] huaxiangsun commented on pull request #1613: HBASE-24273 HBCK's "Orphan Regions on FileSystem" reports regions wit…

2020-04-30 Thread GitBox
huaxiangsun commented on pull request #1613: URL: https://github.com/apache/hbase/pull/1613#issuecomment-621988188 Unittest failures are real, working on it, will update the patch. This is an automated message from the

[jira] [Created] (HBASE-24292) A "stuck" master should not idle as active without taking action

2020-04-30 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24292: Summary: A "stuck" master should not idle as active without taking action Key: HBASE-24292 URL: https://issues.apache.org/jira/browse/HBASE-24292 Project: HBase

[jira] [Commented] (HBASE-24294) [Flakey Tests] TestThriftHttpServer BindException

2020-04-30 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096998#comment-17096998 ] Michael Stack commented on HBASE-24294: --- Turns out two ways to launch ThriftServer, one in the

[GitHub] [hbase] Apache-HBase commented on pull request #1618: HBASE-24295 [Chaos Monkey] abstract logging through the class hierarchy

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1618: URL: https://github.com/apache/hbase/pull/1618#issuecomment-622151412 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] ndimiduk commented on pull request #1597: HBASE-24271 Set values in `conf/hbase-site.xml` that enable running on `LocalFileSystem` out of the box

2020-04-30 Thread GitBox
ndimiduk commented on pull request #1597: URL: https://github.com/apache/hbase/pull/1597#issuecomment-622161326 @joshelser @busbey other thoughts here? This is an automated message from the Apache Git Service. To respond to

[GitHub] [hbase] Apache-HBase commented on pull request #1619: HBASE-24294 [Flakey Tests] TestThriftHttpServer BindException

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1619: URL: https://github.com/apache/hbase/pull/1619#issuecomment-622177110 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] ndimiduk commented on a change in pull request #1583: HBASE-24260 Add a ClusterManager that issues commands via coprocessor

2020-04-30 Thread GitBox
ndimiduk commented on a change in pull request #1583: URL: https://github.com/apache/hbase/pull/1583#discussion_r418346309 ## File path: hbase-it/src/test/java/org/apache/hadoop/hbase/CoprocClusterManager.java ## @@ -0,0 +1,132 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (HBASE-24291) HBCK2 should accept "meta" as an alias for the encoded region name

2020-04-30 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096947#comment-17096947 ] Sean Busbey commented on HBASE-24291: - Great idea. "hbase:meta" please so that we avoid some

[jira] [Created] (HBASE-24294) [Flakey Tests] TestThriftHttpServer BindException

2020-04-30 Thread Michael Stack (Jira)
Michael Stack created HBASE-24294: - Summary: [Flakey Tests] TestThriftHttpServer BindException Key: HBASE-24294 URL: https://issues.apache.org/jira/browse/HBASE-24294 Project: HBase Issue

[GitHub] [hbase] ndimiduk opened a new pull request #1618: HBASE-24295 [Chaos Monkey] abstract logging through the class hierarchy

2020-04-30 Thread GitBox
ndimiduk opened a new pull request #1618: URL: https://github.com/apache/hbase/pull/1618 Adds `protected abstract Logger getLogger()` to `Action` so that implementation's names are logged when actions are performed. This is

[jira] [Commented] (HBASE-24211) Create table is slow in large cluster when AccessController is enabled.

2020-04-30 Thread Mohammad Arshad (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17097048#comment-17097048 ] Mohammad Arshad commented on HBASE-24211: - sure, I will check and submit a patch soon. > Create

[GitHub] [hbase] saintstack opened a new pull request #1619: HBASE-24294 [Flakey Tests] TestThriftHttpServer BindException

2020-04-30 Thread GitBox
saintstack opened a new pull request #1619: URL: https://github.com/apache/hbase/pull/1619 Refactor Thrift tests so resilient when launch of ThriftServer runs into BindException. hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift/TestBindExceptionHandling.java

[jira] [Updated] (HBASE-24282) 'scandetail' log message is missing when responseTooSlow happens on the first scan rpc call

2020-04-30 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-24282: Fix Version/s: 1.7.0 > 'scandetail' log message is missing when responseTooSlow

[jira] [Commented] (HBASE-24293) Assignment manager should never give up assigning meta

2020-04-30 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096917#comment-17096917 ] Michael Stack commented on HBASE-24293: --- Digging w/ Nick. High-level, SCP can bypass assigning a

[GitHub] [hbase] Apache-HBase commented on pull request #1618: HBASE-24295 [Chaos Monkey] abstract logging through the class hierarchy

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1618: URL: https://github.com/apache/hbase/pull/1618#issuecomment-622160862 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #1619: HBASE-24294 [Flakey Tests] TestThriftHttpServer BindException

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1619: URL: https://github.com/apache/hbase/pull/1619#issuecomment-622176580 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Assigned] (HBASE-24295) [Chaos Monkey] abstract logging through the class hierarchy

2020-04-30 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk reassigned HBASE-24295: Assignee: Nick Dimiduk > [Chaos Monkey] abstract logging through the class hierarchy >

[jira] [Work started] (HBASE-24295) [Chaos Monkey] abstract logging through the class hierarchy

2020-04-30 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24295 started by Nick Dimiduk. > [Chaos Monkey] abstract logging through the class hierarchy >

[jira] [Created] (HBASE-24295) [Chaos Monkey] abstract logging through the class hierarchy

2020-04-30 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24295: Summary: [Chaos Monkey] abstract logging through the class hierarchy Key: HBASE-24295 URL: https://issues.apache.org/jira/browse/HBASE-24295 Project: HBase

[GitHub] [hbase] Apache-HBase commented on pull request #1618: HBASE-24295 [Chaos Monkey] abstract logging through the class hierarchy

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1618: URL: https://github.com/apache/hbase/pull/1618#issuecomment-622152782 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Commented] (HBASE-23938) Replicate slow/large RPC calls to HDFS

2020-04-30 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17097044#comment-17097044 ] Andrew Kyle Purtell commented on HBASE-23938: - A suggestion: Keep in mind the likely most

[GitHub] [hbase] Apache-HBase commented on pull request #1619: HBASE-24294 [Flakey Tests] TestThriftHttpServer BindException

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1619: URL: https://github.com/apache/hbase/pull/1619#issuecomment-622175305 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #1583: HBASE-24260 Add a ClusterManager that issues commands via coprocessor

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1583: URL: https://github.com/apache/hbase/pull/1583#issuecomment-622188389 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #1583: HBASE-24260 Add a ClusterManager that issues commands via coprocessor

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1583: URL: https://github.com/apache/hbase/pull/1583#issuecomment-622215037 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #1620: HBASE-23339 Release scripts should not need to write out a copy of gpg key material - WIP do not merge

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1620: URL: https://github.com/apache/hbase/pull/1620#issuecomment-622231594 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #1620: HBASE-23339 Release scripts should not need to write out a copy of gpg key material - WIP do not merge

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1620: URL: https://github.com/apache/hbase/pull/1620#issuecomment-622231680 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #1620: HBASE-23339 Release scripts should not need to write out a copy of gpg key material - WIP do not merge

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1620: URL: https://github.com/apache/hbase/pull/1620#issuecomment-622231649 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] bharathv commented on pull request #1593: HBASE-24265 Remove hedged rpc call support, implement the logic in MaterRegistry …

2020-04-30 Thread GitBox
bharathv commented on pull request #1593: URL: https://github.com/apache/hbase/pull/1593#issuecomment-622193641 > On other usage of hedged reads, the first thing is the read replica feature. If you can prove that, you can use less code to support same feature in rpc framework than

[jira] [Created] (HBASE-24297) release scripts should be able to use an existing project checkout

2020-04-30 Thread Sean Busbey (Jira)
Sean Busbey created HBASE-24297: --- Summary: release scripts should be able to use an existing project checkout Key: HBASE-24297 URL: https://issues.apache.org/jira/browse/HBASE-24297 Project: HBase

[jira] [Created] (HBASE-24296) release scripts should be able to use an existing yetus install

2020-04-30 Thread Sean Busbey (Jira)
Sean Busbey created HBASE-24296: --- Summary: release scripts should be able to use an existing yetus install Key: HBASE-24296 URL: https://issues.apache.org/jira/browse/HBASE-24296 Project: HBase

[GitHub] [hbase] Apache-HBase commented on pull request #1613: HBASE-24273 HBCK's "Orphan Regions on FileSystem" reports regions wit…

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1613: URL: https://github.com/apache/hbase/pull/1613#issuecomment-62113 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Commented] (HBASE-24280) TestSecureRESTServer started failing in nightlies for Hadoop3

2020-04-30 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17097136#comment-17097136 ] Sean Busbey commented on HBASE-24280: - can we update all the branches to use maven profile

[GitHub] [hbase] busbey opened a new pull request #1620: HBASE-23339 Release scripts should not need to write out a copy of gpg key material - WIP do not merge

2020-04-30 Thread GitBox
busbey opened a new pull request #1620: URL: https://github.com/apache/hbase/pull/1620 WIP that can get through the GPG signing test when building on mac. includes some additional cleanup of the release script. Need to get through a full build still.

[GitHub] [hbase] Apache-HBase commented on pull request #1583: HBASE-24260 Add a ClusterManager that issues commands via coprocessor

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1583: URL: https://github.com/apache/hbase/pull/1583#issuecomment-622230828 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #1613: HBASE-24273 HBCK's "Orphan Regions on FileSystem" reports regions wit…

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1613: URL: https://github.com/apache/hbase/pull/1613#issuecomment-622243768 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Commented] (HBASE-24285) Move to hbase-thirdparty-3.3.0

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17097114#comment-17097114 ] Hudson commented on HBASE-24285: Results for branch branch-2 [build #2636 on

[jira] [Commented] (HBASE-24282) 'scandetail' log message is missing when responseTooSlow happens on the first scan rpc call

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17097115#comment-17097115 ] Hudson commented on HBASE-24282: Results for branch branch-2 [build #2636 on

[jira] [Commented] (HBASE-22710) Wrong result in one case of scan that use raw and versions and filter together

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17097116#comment-17097116 ] Hudson commented on HBASE-22710: Results for branch branch-2 [build #2636 on

[jira] [Commented] (HBASE-24247) Failed multi-merge because two regions not adjacent (legitimately).

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17097113#comment-17097113 ] Hudson commented on HBASE-24247: Results for branch branch-2 [build #2636 on

[jira] [Commented] (HBASE-24274) `RESTApiClusterManager` attempts to deserialize response using serialization API

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17097112#comment-17097112 ] Hudson commented on HBASE-24274: Results for branch branch-2 [build #2636 on

[GitHub] [hbase] Apache-HBase commented on pull request #1613: HBASE-24273 HBCK's "Orphan Regions on FileSystem" reports regions wit…

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1613: URL: https://github.com/apache/hbase/pull/1613#issuecomment-622212199 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [hbase] Apache-HBase commented on pull request #1616: HBASE-24199 Procedure related metrics is not consumed in the JMX metric

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1616: URL: https://github.com/apache/hbase/pull/1616#issuecomment-622252944 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] huaxiangsun commented on pull request #1613: HBASE-24273 HBCK's "Orphan Regions on FileSystem" reports regions wit…

2020-04-30 Thread GitBox
huaxiangsun commented on pull request #1613: URL: https://github.com/apache/hbase/pull/1613#issuecomment-622212837 Pushed fix for testing failures in TestHbckChore. This is an automated message from the Apache Git Service.

[jira] [Commented] (HBASE-23707) Add IntelliJ check style plugin configuration

2020-04-30 Thread Mingliang Liu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17097167#comment-17097167 ] Mingliang Liu commented on HBASE-23707: --- [~ndimiduk] {quote} What happens when you select the root

[GitHub] [hbase] Apache-HBase commented on pull request #1613: HBASE-24273 HBCK's "Orphan Regions on FileSystem" reports regions wit…

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1613: URL: https://github.com/apache/hbase/pull/1613#issuecomment-622258845 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Commented] (HBASE-24277) TestZooKeeper is flaky

2020-04-30 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096594#comment-17096594 ] Duo Zhang commented on HBASE-24277: --- I think there is only one test in master which fails 100%? It is

[jira] [Commented] (HBASE-24277) TestZooKeeper is flaky

2020-04-30 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096623#comment-17096623 ] Wei-Chiu Chuang commented on HBASE-24277: - Hmm not sure what was changed but a few days ago I

[GitHub] [hbase] huaxiangsun commented on a change in pull request #1613: HBASE-24273 HBCK's "Orphan Regions on FileSystem" reports regions wit…

2020-04-30 Thread GitBox
huaxiangsun commented on a change in pull request #1613: URL: https://github.com/apache/hbase/pull/1613#discussion_r418134162 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/HbckChore.java ## @@ -134,7 +135,7 @@ protected synchronized void chore() {

[GitHub] [hbase] saintstack commented on pull request #1611: HBASE-24285 Move to hbase-thirdparty-3.3.0

2020-04-30 Thread GitBox
saintstack commented on pull request #1611: URL: https://github.com/apache/hbase/pull/1611#issuecomment-621831634 Thanks @petersomogyi Looks like branch-2.3 is happy w/ new thirdparty. This is an automated message

[GitHub] [hbase] Apache-HBase commented on pull request #1614: HBASE-24199 Procedure related metrics is not consumed in the JMX metric

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1614: URL: https://github.com/apache/hbase/pull/1614#issuecomment-621876928 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Commented] (HBASE-24280) TestSecureRESTServer started failing in nightlies for Hadoop3

2020-04-30 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096691#comment-17096691 ] Istvan Toth commented on HBASE-24280: - That's right, my second suggestion was a bad idea. (Sorry for

[GitHub] [hbase] Apache-HBase commented on pull request #1616: HBASE-24199 Procedure related metrics is not consumed in the JMX metric

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1616: URL: https://github.com/apache/hbase/pull/1616#issuecomment-621892568 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Commented] (HBASE-24282) 'scandetail' log message is missing when responseTooSlow happens on the first scan rpc call

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096548#comment-17096548 ] Hudson commented on HBASE-24282: Results for branch branch-2.3 [build #59 on

[GitHub] [hbase] Apache-HBase commented on pull request #1612: [HBASE-24288]Allow admin user to create table and do bulkLoad

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1612: URL: https://github.com/apache/hbase/pull/1612#issuecomment-621883746 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Commented] (HBASE-24280) TestSecureRESTServer started failing in nightlies for Hadoop3

2020-04-30 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096687#comment-17096687 ] Josh Elser commented on HBASE-24280: {quote}Set on the hadoop3 profile {quote} My only worry is

[GitHub] [hbase] joshelser commented on pull request #1609: HBASE-24280 No explicit Hadoop3 profile activation on master

2020-04-30 Thread GitBox
joshelser commented on pull request #1609: URL: https://github.com/apache/hbase/pull/1609#issuecomment-621943030 > Seems not easy, maven does not allow multiple properties condition for activating a profile. Yeah, huge pain in the butt. > In general, I think we should test

[jira] [Resolved] (HBASE-24240) TestDelegationTokenWithEncryption always fails

2020-04-30 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-24240. --- Resolution: Duplicate > TestDelegationTokenWithEncryption always fails >

[jira] [Assigned] (HBASE-24277) TestZooKeeper is flaky

2020-04-30 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reassigned HBASE-24277: - Assignee: Duo Zhang > TestZooKeeper is flaky > -- > > Key:

[jira] [Work started] (HBASE-24277) TestZooKeeper is flaky

2020-04-30 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24277 started by Duo Zhang. - > TestZooKeeper is flaky > -- > > Key:

[GitHub] [hbase] Apache-HBase commented on pull request #1617: HBASE-24277 TestZooKeeper is flaky

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1617: URL: https://github.com/apache/hbase/pull/1617#issuecomment-621954800 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] timoha commented on a change in pull request #1613: HBASE-24273 HBCK's "Orphan Regions on FileSystem" reports regions wit…

2020-04-30 Thread GitBox
timoha commented on a change in pull request #1613: URL: https://github.com/apache/hbase/pull/1613#discussion_r418090013 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/HbckChore.java ## @@ -271,12 +297,12 @@ private void loadRegionsFromFS() throws

[jira] [Commented] (HBASE-24181) Add region info when log meessages in HRegion.

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096663#comment-17096663 ] Hudson commented on HBASE-24181: Results for branch master [build #1713 on

[jira] [Commented] (HBASE-24282) 'scandetail' log message is missing when responseTooSlow happens on the first scan rpc call

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096670#comment-17096670 ] Hudson commented on HBASE-24282: Results for branch master [build #1713 on

[jira] [Commented] (HBASE-24285) Move to hbase-thirdparty-3.3.0

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096671#comment-17096671 ] Hudson commented on HBASE-24285: Results for branch master [build #1713 on

[jira] [Commented] (HBASE-22710) Wrong result in one case of scan that use raw and versions and filter together

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096672#comment-17096672 ] Hudson commented on HBASE-22710: Results for branch master [build #1713 on

[jira] [Commented] (HBASE-24215) [Flakey Tests] [ERROR] TestSecureRESTServer java.lang.NoClassDefFoundError: com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1709#comment-1709 ] Hudson commented on HBASE-24215: Results for branch master [build #1713 on

[jira] [Commented] (HBASE-23956) Use less resources running tests

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096669#comment-17096669 ] Hudson commented on HBASE-23956: Results for branch master [build #1713 on

[jira] [Commented] (HBASE-24171) Remove 2.1.10 from download page

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096665#comment-17096665 ] Hudson commented on HBASE-24171: Results for branch master [build #1713 on

[jira] [Commented] (HBASE-24247) Failed multi-merge because two regions not adjacent (legitimately).

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096668#comment-17096668 ] Hudson commented on HBASE-24247: Results for branch master [build #1713 on

[jira] [Commented] (HBASE-24281) Remove some stale hadoop.version properties in the pom for sub modules

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096664#comment-17096664 ] Hudson commented on HBASE-24281: Results for branch master [build #1713 on

[jira] [Commented] (HBASE-24274) `RESTApiClusterManager` attempts to deserialize response using serialization API

2020-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096667#comment-17096667 ] Hudson commented on HBASE-24274: Results for branch master [build #1713 on

[GitHub] [hbase] huaxiangsun commented on pull request #1613: HBASE-24273 HBCK's "Orphan Regions on FileSystem" reports regions wit…

2020-04-30 Thread GitBox
huaxiangsun commented on pull request #1613: URL: https://github.com/apache/hbase/pull/1613#issuecomment-621957789 The test failures in hbck chore are real, let me take a look and address. This is an automated message from

[GitHub] [hbase] Apache-HBase commented on pull request #1616: HBASE-24199 Procedure related metrics is not consumed in the JMX metric

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1616: URL: https://github.com/apache/hbase/pull/1616#issuecomment-621882910 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #1612: [HBASE-24288]Allow admin user to create table and do bulkLoad

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1612: URL: https://github.com/apache/hbase/pull/1612#issuecomment-621887757 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] timoha commented on a change in pull request #1613: HBASE-24273 HBCK's "Orphan Regions on FileSystem" reports regions wit…

2020-04-30 Thread GitBox
timoha commented on a change in pull request #1613: URL: https://github.com/apache/hbase/pull/1613#discussion_r418087209 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/HbckChore.java ## @@ -134,7 +135,7 @@ protected synchronized void chore() {

[GitHub] [hbase] Apache9 commented on pull request #1617: HBASE-24277 TestZooKeeper is flaky

2020-04-30 Thread GitBox
Apache9 commented on pull request #1617: URL: https://github.com/apache/hbase/pull/1617#issuecomment-621932016 OK, confirmed, it is a test issue. Switching back to use ZKConnectionRegistry can solve the problem. The root cause here is that, after session expire, the

[GitHub] [hbase] Apache-HBase commented on pull request #1614: HBASE-24199 Procedure related metrics is not consumed in the JMX metric

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1614: URL: https://github.com/apache/hbase/pull/1614#issuecomment-621848183 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache9 opened a new pull request #1617: HBASE-24277 TestZooKeeper is flaky

2020-04-30 Thread GitBox
Apache9 opened a new pull request #1617: URL: https://github.com/apache/hbase/pull/1617 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [hbase] joshelser commented on a change in pull request #1609: HBASE-24280 No explicit Hadoop3 profile activation on master

2020-04-30 Thread GitBox
joshelser commented on a change in pull request #1609: URL: https://github.com/apache/hbase/pull/1609#discussion_r418128491 ## File path: dev-support/hbase-personality.sh ## @@ -146,7 +146,7 @@ function personality_modules fi if [[ -n "${HADOOP_PROFILE}" ]]; then -

[jira] [Commented] (HBASE-24273) HBCK's "Orphan Regions on FileSystem" reports regions with referenced HFiles

2020-04-30 Thread Huaxiang Sun (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096176#comment-17096176 ] Huaxiang Sun commented on HBASE-24273: -- [~timoha] I put up a pull request there 

[GitHub] [hbase] Apache-HBase commented on pull request #1612: [HBASE-24288]Allow admin user to create table and do bulkLoad

2020-04-30 Thread GitBox
Apache-HBase commented on pull request #1612: URL: https://github.com/apache/hbase/pull/1612#issuecomment-621640346 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

  1   2   >