[jira] [Commented] (HBASE-25554) NPE when init RegionMover

2021-02-05 Thread Baiqiang Zhao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17279461#comment-17279461 ] Baiqiang Zhao commented on HBASE-25554: --- Thanks for the super quick review [~vjasani] > NPE when

[GitHub] [hbase] Apache-HBase commented on pull request #2927: HBASE-25554 NPE when init RegionMover

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2927: URL: https://github.com/apache/hbase/pull/2927#issuecomment-773884891 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 7m

[GitHub] [hbase] Apache-HBase commented on pull request #2927: HBASE-25554 NPE when init RegionMover

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2927: URL: https://github.com/apache/hbase/pull/2927#issuecomment-773878200 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[jira] [Commented] (HBASE-25554) NPE when init RegionMover

2021-02-05 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17279459#comment-17279459 ] Viraj Jasani commented on HBASE-25554: -- Taking a look, thanks > NPE when init RegionMover >

[GitHub] [hbase] Apache-HBase commented on pull request #2928: HBASE-25553 It is better for ReplicationTracker.getListOfRegionServer…

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2928: URL: https://github.com/apache/hbase/pull/2928#issuecomment-773911158 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Reidddddd merged pull request #2919: HBASE-25543 When configuration "hadoop.security.authorization" is set to false, the system will still try to authorize an RPC and raise AccessDeni

2021-02-05 Thread GitBox
Reidd merged pull request #2919: URL: https://github.com/apache/hbase/pull/2919 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 go to

[GitHub] [hbase] ZhaoBQ commented on a change in pull request #2917: HBASE-25534 Improve the configuration of Normalizer

2021-02-05 Thread GitBox
ZhaoBQ commented on a change in pull request #2917: URL: https://github.com/apache/hbase/pull/2917#discussion_r570023884 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java ## @@ -468,12 +467,13 @@ private static

[jira] [Resolved] (HBASE-25554) NPE when init RegionMover

2021-02-05 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani resolved HBASE-25554. -- Fix Version/s: 2.4.2 2.5.0 3.0.0-alpha-1 Hadoop

[jira] [Updated] (HBASE-23591) Negative memStoreSizing

2021-02-05 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-23591: --- Fix Version/s: (was: 2.2.7) > Negative memStoreSizing > --- > >

[jira] [Updated] (HBASE-22348) allow one to actually disable replication svc

2021-02-05 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-22348: --- Fix Version/s: (was: 2.2.7) > allow one to actually disable replication svc >

[GitHub] [hbase] GeorryHuang commented on pull request #2924: HBASE-25549 A new hbase shell command: 'alter_lazy'

2021-02-05 Thread GitBox
GeorryHuang commented on pull request #2924: URL: https://github.com/apache/hbase/pull/2924#issuecomment-773867595 > Why a new command rather than an optional lazy flag for the existing command? @busbey Actually, I followed up the way of command 'alter_async' do, which added a

[jira] [Updated] (HBASE-24792) return value of LogRoller.walRollFinished may be wrong

2021-02-05 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-24792: --- Fix Version/s: (was: 2.2.7) > return value of LogRoller.walRollFinished may be wrong >

[GitHub] [hbase] petersomogyi commented on a change in pull request #2923: HBASE-25548 Optionally allow snapshots to preserve cluster's max file…

2021-02-05 Thread GitBox
petersomogyi commented on a change in pull request #2923: URL: https://github.com/apache/hbase/pull/2923#discussion_r570836779 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/SnapshotManager.java ## @@ -150,6 +150,9 @@ /** number of current

[jira] [Commented] (HBASE-25549) A new hbase shell command: 'alter_lazy'

2021-02-05 Thread Zhuoyue Huang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17279460#comment-17279460 ] Zhuoyue Huang commented on HBASE-25549: --- {quote}Can this be a modifier of the existing alter

[GitHub] [hbase] ddupg opened a new pull request #2928: HBASE-25553 It is better for ReplicationTracker.getListOfRegionServer…

2021-02-05 Thread GitBox
ddupg opened a new pull request #2928: URL: https://github.com/apache/hbase/pull/2928 …s to return ServerName instead of String This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Commented] (HBASE-25549) A new hbase shell command: 'alter_lazy'

2021-02-05 Thread Zhuoyue Huang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17279457#comment-17279457 ] Zhuoyue Huang commented on HBASE-25549: --- bq. I still have some doubts about any potential impact

[jira] [Updated] (HBASE-25371) When openRegion fails during initial verification(before initializing and setting seq num), exception is observed during region close.

2021-02-05 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-25371: --- Fix Version/s: (was: 2.2.7) > When openRegion fails during initial verification(before

[GitHub] [hbase] YutSean opened a new pull request #2929: HBASE-25543 When configuration hadoop.security.authorization is set to false, the system will still try to authorize an RPC and raise AccessDe

2021-02-05 Thread GitBox
YutSean opened a new pull request #2929: URL: https://github.com/apache/hbase/pull/2929 The same bug fix as master branch: https://github.com/apache/hbase/pull/2919#pullrequestreview-582198495 This is an automated message

[GitHub] [hbase] Apache-HBase commented on pull request #2924: HBASE-25549 A new hbase shell command: 'alter_lazy'

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2924: URL: https://github.com/apache/hbase/pull/2924#issuecomment-773098547 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [hbase] bharathv commented on a change in pull request #2922: HBASE-25547: Thread pools should release unused resources

2021-02-05 Thread GitBox
bharathv commented on a change in pull request #2922: URL: https://github.com/apache/hbase/pull/2922#discussion_r570650398 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/executor/ExecutorService.java ## @@ -182,12 +182,75 @@ public void

[jira] [Updated] (HBASE-25553) It is better for ReplicationTracker.getListOfRegionServers to return ServerName instead of String

2021-02-05 Thread Sun Xin (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sun Xin updated HBASE-25553: Issue Type: Umbrella (was: Bug) > It is better for ReplicationTracker.getListOfRegionServers to return

[GitHub] [hbase] petersomogyi commented on a change in pull request #2923: HBASE-25548 Optionally allow snapshots to preserve cluster's max file…

2021-02-05 Thread GitBox
petersomogyi commented on a change in pull request #2923: URL: https://github.com/apache/hbase/pull/2923#discussion_r570836779 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/SnapshotManager.java ## @@ -150,6 +150,9 @@ /** number of current

[jira] [Updated] (HBASE-22917) Proc-WAL roll fails always saying someone else has already created log

2021-02-05 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-22917: --- Fix Version/s: (was: 2.2.7) > Proc-WAL roll fails always saying someone else has

[GitHub] [hbase] wchevreuil commented on a change in pull request #2922: HBASE-25547: Thread pools should release unused resources

2021-02-05 Thread GitBox
wchevreuil commented on a change in pull request #2922: URL: https://github.com/apache/hbase/pull/2922#discussion_r570838893 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/executor/ExecutorService.java ## @@ -182,12 +182,75 @@ public void

[jira] [Commented] (HBASE-25549) A new hbase shell command: 'alter_lazy'

2021-02-05 Thread Zhuoyue Huang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17279462#comment-17279462 ] Zhuoyue Huang commented on HBASE-25549: --- Besides, can anyone tell me why alter_async is a new

[jira] [Updated] (HBASE-25141) ref guide for 2.2.z builds needs to be updated to include 2.2 specific details

2021-02-05 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-25141: --- Fix Version/s: (was: 2.2.7) > ref guide for 2.2.z builds needs to be updated to include

[GitHub] [hbase] virajjasani merged pull request #2927: HBASE-25554 NPE when init RegionMover

2021-02-05 Thread GitBox
virajjasani merged pull request #2927: URL: https://github.com/apache/hbase/pull/2927 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 go

[GitHub] [hbase] Apache-HBase commented on pull request #2925: HBASE-25550 More readable Competition Time

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2925: URL: https://github.com/apache/hbase/pull/2925#issuecomment-773099628 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [hbase] wchevreuil commented on a change in pull request #2922: HBASE-25547: Thread pools should release unused resources

2021-02-05 Thread GitBox
wchevreuil commented on a change in pull request #2922: URL: https://github.com/apache/hbase/pull/2922#discussion_r570169987 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/executor/ExecutorService.java ## @@ -182,12 +182,75 @@ public void

[GitHub] [hbase] sunhelly closed pull request #2794: HBASE-25423 Support dynamic update configurations about HTrace

2021-02-05 Thread GitBox
sunhelly closed pull request #2794: URL: https://github.com/apache/hbase/pull/2794 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 go to

[GitHub] [hbase] Apache-HBase commented on pull request #2927: HBASE-25554 NPE when init RegionMover

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2927: URL: https://github.com/apache/hbase/pull/2927#issuecomment-773878200 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [hbase] busbey commented on pull request #2924: HBASE-25549 A new hbase shell command: 'alter_lazy'

2021-02-05 Thread GitBox
busbey commented on pull request #2924: URL: https://github.com/apache/hbase/pull/2924#issuecomment-773495724 Why a new command rather than an optional lazy flag for the existing command? This is an automated message from

[GitHub] [hbase] Apache-HBase commented on pull request #2928: HBASE-25553 It is better for ReplicationTracker.getListOfRegionServer…

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2928: URL: https://github.com/apache/hbase/pull/2928#issuecomment-773911158 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2884: HBASE-25512 May throw StringIndexOutOfBoundsException when construct illegal tablename error

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2884: URL: https://github.com/apache/hbase/pull/2884#issuecomment-773984335 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2929: HBASE-25543 When configuration hadoop.security.authorization is set to false, the system will still try to authorize an RPC and raise Acc

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2929: URL: https://github.com/apache/hbase/pull/2929#issuecomment-773987612 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 3m

[GitHub] [hbase] ndimiduk commented on a change in pull request #2917: HBASE-25534 Improve the configuration of Normalizer

2021-02-05 Thread GitBox
ndimiduk commented on a change in pull request #2917: URL: https://github.com/apache/hbase/pull/2917#discussion_r570437845 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java ## @@ -468,12 +467,13 @@ private static

[GitHub] [hbase] Apache-HBase commented on pull request #2926: HBASE-25546 PerfTestCompactionPolicies is failing because of NPE (addendum)

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2926: URL: https://github.com/apache/hbase/pull/2926#issuecomment-773137046 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Commented] (HBASE-25554) NPE when init RegionMover

2021-02-05 Thread Baiqiang Zhao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17279430#comment-17279430 ] Baiqiang Zhao commented on HBASE-25554: --- Ping [~vjasani]  > NPE when init RegionMover >

[GitHub] [hbase] wchevreuil commented on a change in pull request #2928: HBASE-25553 It is better for ReplicationTracker.getListOfRegionServer…

2021-02-05 Thread GitBox
wchevreuil commented on a change in pull request #2928: URL: https://github.com/apache/hbase/pull/2928#discussion_r570869200 ## File path: hbase-replication/src/main/java/org/apache/hadoop/hbase/replication/ReplicationTrackerZKImpl.java ## @@ -168,7 +169,7 @@ private boolean

[GitHub] [hbase] Apache-HBase commented on pull request #2929: HBASE-25543 When configuration hadoop.security.authorization is set to false, the system will still try to authorize an RPC and raise Acc

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2929: URL: https://github.com/apache/hbase/pull/2929#issuecomment-773923153 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [hbase] YutSean commented on pull request #2929: HBASE-25543 When configuration hadoop.security.authorization is set to false, the system will still try to authorize an RPC and raise AccessDe

2021-02-05 Thread GitBox
YutSean commented on pull request #2929: URL: https://github.com/apache/hbase/pull/2929#issuecomment-773974430 I ran the failed test TestLruBlockCache locally, and passed.. The bug fix is not relevant to LruBlockCache..

[GitHub] [hbase] Apache-HBase commented on pull request #2884: HBASE-25512 May throw StringIndexOutOfBoundsException when construct illegal tablename error

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2884: URL: https://github.com/apache/hbase/pull/2884#issuecomment-773980002 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] ZhaoBQ commented on pull request #2917: HBASE-25534 Improve the configuration of Normalizer

2021-02-05 Thread GitBox
ZhaoBQ commented on pull request #2917: URL: https://github.com/apache/hbase/pull/2917#issuecomment-773126001 Thanks @ndimiduk. Not sure about the static keyword. The rest is done. This is an automated message from the

[GitHub] [hbase] Apache-HBase commented on pull request #2917: HBASE-25534 Improve the configuration of Normalizer

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2917: URL: https://github.com/apache/hbase/pull/2917#issuecomment-773154573 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 #2923: HBASE-25548 Optionally allow snapshots to preserve cluster's max file…

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2923: URL: https://github.com/apache/hbase/pull/2923#issuecomment-773214654 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 #2923: HBASE-25548 Optionally allow snapshots to preserve cluster's max file…

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2923: URL: https://github.com/apache/hbase/pull/2923#issuecomment-773983653 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2928: HBASE-25553 It is better for ReplicationTracker.getListOfRegionServer…

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2928: URL: https://github.com/apache/hbase/pull/2928#issuecomment-773988985 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[GitHub] [hbase] virajjasani merged pull request #2927: HBASE-25554 NPE when init RegionMover

2021-02-05 Thread GitBox
virajjasani merged pull request #2927: URL: https://github.com/apache/hbase/pull/2927 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 go

[GitHub] [hbase] GeorryHuang commented on pull request #2924: HBASE-25549 A new hbase shell command: 'alter_lazy'

2021-02-05 Thread GitBox
GeorryHuang commented on pull request #2924: URL: https://github.com/apache/hbase/pull/2924#issuecomment-773867595 > Why a new command rather than an optional lazy flag for the existing command? @busbey Actually, I followed up the way of command 'alter_async' do, which added a

[GitHub] [hbase] saintstack merged pull request #2926: HBASE-25546 PerfTestCompactionPolicies is failing because of NPE (addendum)

2021-02-05 Thread GitBox
saintstack merged pull request #2926: URL: https://github.com/apache/hbase/pull/2926 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 go

[GitHub] [hbase] ddupg commented on a change in pull request #2928: HBASE-25553 It is better for ReplicationTracker.getListOfRegionServer…

2021-02-05 Thread GitBox
ddupg commented on a change in pull request #2928: URL: https://github.com/apache/hbase/pull/2928#discussion_r570883700 ## File path: hbase-replication/src/main/java/org/apache/hadoop/hbase/replication/ReplicationTrackerZKImpl.java ## @@ -168,7 +169,7 @@ private boolean

[GitHub] [hbase] Apache-HBase commented on pull request #2928: HBASE-25553 It is better for ReplicationTracker.getListOfRegionServer…

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2928: URL: https://github.com/apache/hbase/pull/2928#issuecomment-773977132 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #2884: HBASE-25512 May throw StringIndexOutOfBoundsException when construct illegal tablename error

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2884: URL: https://github.com/apache/hbase/pull/2884#issuecomment-773978369 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[GitHub] [hbase] Apache-HBase commented on pull request #2928: HBASE-25553 It is better for ReplicationTracker.getListOfRegionServer…

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2928: URL: https://github.com/apache/hbase/pull/2928#issuecomment-774014252 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 3m

[GitHub] [hbase] Apache-HBase commented on pull request #2927: HBASE-25554 NPE when init RegionMover

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2927: URL: https://github.com/apache/hbase/pull/2927#issuecomment-774003853 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 3m

[jira] [Commented] (HBASE-25546) PerfTestCompactionPolicies is failing because of NPE

2021-02-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17279674#comment-17279674 ] Hudson commented on HBASE-25546: Results for branch master [build #203 on

[GitHub] [hbase] petersomogyi commented on pull request #2923: HBASE-25548 Optionally allow snapshots to preserve cluster's max file…

2021-02-05 Thread GitBox
petersomogyi commented on pull request #2923: URL: https://github.com/apache/hbase/pull/2923#issuecomment-774012746 I had a thought that with this change the HBase level configuration for the region size will become table level configuration for a restored snapshot. This is a highly

[GitHub] [hbase] Apache-HBase commented on pull request #2923: HBASE-25548 Optionally allow snapshots to preserve cluster's max file…

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2923: URL: https://github.com/apache/hbase/pull/2923#issuecomment-774042209 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 4m

[GitHub] [hbase] Apache-HBase commented on pull request #2928: HBASE-25553 It is better for ReplicationTracker.getListOfRegionServer…

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2928: URL: https://github.com/apache/hbase/pull/2928#issuecomment-774077682 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

[jira] [Work started] (HBASE-25552) [hbase-thirdparty] Update jetty version to fix CVE-2020-27218

2021-02-05 Thread Pankaj Kumar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-25552 started by Pankaj Kumar. > [hbase-thirdparty] Update jetty version to fix CVE-2020-27218 >

[GitHub] [hbase-thirdparty] Apache-HBase commented on pull request #46: HBASE-25552 Upgrade jetty jar to fix CVE-2020-27218

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #46: URL: https://github.com/apache/hbase-thirdparty/pull/46#issuecomment-774126463 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[jira] [Updated] (HBASE-25552) [hbase-thirdparty] Update jetty version to fix CVE-2020-27218

2021-02-05 Thread Pankaj Kumar (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pankaj Kumar updated HBASE-25552: - Issue Type: Bug (was: Improvement) > [hbase-thirdparty] Update jetty version to fix

[GitHub] [hbase-thirdparty] pankaj72981 opened a new pull request #46: HBASE-25552 Upgrade jetty jar to fix CVE-2020-27218

2021-02-05 Thread GitBox
pankaj72981 opened a new pull request #46: URL: https://github.com/apache/hbase-thirdparty/pull/46 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [hbase-thirdparty] Apache-HBase commented on pull request #46: HBASE-25552 Upgrade jetty jar to fix CVE-2020-27218

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #46: URL: https://github.com/apache/hbase-thirdparty/pull/46#issuecomment-774174288 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[GitHub] [hbase] Apache-HBase commented on pull request #2923: HBASE-25548 Optionally allow snapshots to preserve cluster's max file…

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2923: URL: https://github.com/apache/hbase/pull/2923#issuecomment-774136863 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] virajjasani merged pull request #2929: HBASE-25543 When configuration hadoop.security.authorization is set to false, the system will still try to authorize an RPC and raise AccessDeni

2021-02-05 Thread GitBox
virajjasani merged pull request #2929: URL: https://github.com/apache/hbase/pull/2929 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 go

[GitHub] [hbase-thirdparty] busbey commented on pull request #46: HBASE-25552 Upgrade jetty jar to fix CVE-2020-27218

2021-02-05 Thread GitBox
busbey commented on pull request #46: URL: https://github.com/apache/hbase-thirdparty/pull/46#issuecomment-774147062 Test failure is unrelated This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (HBASE-25543) When configuration "hadoop.security.authorization" is set to false, the system will still try to authorize an RPC and raise AccessDeniedException

2021-02-05 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17279806#comment-17279806 ] Viraj Jasani commented on HBASE-25543: -- [~xytss123] I have merged branch-2 PR to all active

[jira] [Resolved] (HBASE-25543) When configuration "hadoop.security.authorization" is set to false, the system will still try to authorize an RPC and raise AccessDeniedException

2021-02-05 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani resolved HBASE-25543. -- Fix Version/s: 2.4.2 2.3.5 2.5.0

[GitHub] [hbase-thirdparty] busbey commented on a change in pull request #46: HBASE-25552 Upgrade jetty jar to fix CVE-2020-27218

2021-02-05 Thread GitBox
busbey commented on a change in pull request #46: URL: https://github.com/apache/hbase-thirdparty/pull/46#discussion_r571119729 ## File path: pom.xml ## @@ -136,7 +136,7 @@ 4.4 2.3.4 2.8.5 -9.4.34.v20201102 +9.4.35.v20201120 Review comment: Can

[GitHub] [hbase] Apache-HBase commented on pull request #2928: HBASE-25553 It is better for ReplicationTracker.getListOfRegionServer…

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2928: URL: https://github.com/apache/hbase/pull/2928#issuecomment-774136189 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 8m

[jira] [Commented] (HBASE-25543) When configuration "hadoop.security.authorization" is set to false, the system will still try to authorize an RPC and raise AccessDeniedException

2021-02-05 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17279808#comment-17279808 ] Viraj Jasani commented on HBASE-25543: -- Let me close this Jira, and once you open PR for branch-1,

[GitHub] [hbase-thirdparty] Apache-HBase commented on pull request #46: HBASE-25552 Upgrade jetty jar to fix CVE-2020-27218

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #46: URL: https://github.com/apache/hbase-thirdparty/pull/46#issuecomment-774165916 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec |

[jira] [Commented] (HBASE-25554) NPE when init RegionMover

2021-02-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17279859#comment-17279859 ] Hudson commented on HBASE-25554: Results for branch branch-2 [build #170 on

[GitHub] [hbase] saintstack opened a new pull request #2930: HBASE-25542 Add client detail to scan name so when lease expires, we …

2021-02-05 Thread GitBox
saintstack opened a new pull request #2930: URL: https://github.com/apache/hbase/pull/2930 …have clue on who was scanning When we create a scanner lease, record client ip and port (removed unnecessary store of scannerName).

[GitHub] [hbase] saintstack commented on pull request #2930: HBASE-25542 Add client detail to scan name so when lease expires, we …

2021-02-05 Thread GitBox
saintstack commented on pull request #2930: URL: https://github.com/apache/hbase/pull/2930#issuecomment-774201433 Hard to add test. Lease requires RSRpcService context. This is an automated message from the Apache Git

[jira] [Work started] (HBASE-25555) release hbase-thirdparty 3.5.0

2021-02-05 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-2 started by Sean Busbey. --- > release hbase-thirdparty 3.5.0 > -- > >

[jira] [Commented] (HBASE-25555) release hbase-thirdparty 3.5.0

2021-02-05 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17279897#comment-17279897 ] Sean Busbey commented on HBASE-2: - I got through a dry run last night. Currently I think I'm

[jira] [Updated] (HBASE-25552) [hbase-thirdparty] Update jetty version to fix CVE-2020-27218

2021-02-05 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-25552: Fix Version/s: thirdparty-3.5.0 > [hbase-thirdparty] Update jetty version to fix CVE-2020-27218 >

[jira] [Updated] (HBASE-24802) make a drop-in compatible impl of htrace APIs that does not do anything

2021-02-05 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-24802: Summary: make a drop-in compatible impl of htrace APIs that does not do anything (was: Please

[GitHub] [hbase] Apache-HBase commented on pull request #2930: HBASE-25542 Add client detail to scan name so when lease expires, we …

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2930: URL: https://github.com/apache/hbase/pull/2930#issuecomment-774320136 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Updated] (HBASE-24802) make a drop-in compatible impl of htrace APIs that does not do anything

2021-02-05 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-24802: Release Note: The HBase Thirdparty project now produces an artifact that is a drop in

[GitHub] [hbase] saintstack commented on pull request #2930: HBASE-25542 Add client detail to scan name so when lease expires, we …

2021-02-05 Thread GitBox
saintstack commented on pull request #2930: URL: https://github.com/apache/hbase/pull/2930#issuecomment-774268266 Added a simple test because I don't see the new output after running all unit tests under hbase-server. This

[jira] [Resolved] (HBASE-25530) hbase 3.0.0 example source not usable due to hbase-asyncfs-3.0.0-SNAPSHOT jar not found

2021-02-05 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey resolved HBASE-25530. - Resolution: Invalid this conversation moved to user@hbase in the email thread "problem building

[GitHub] [hbase] Apache-HBase commented on pull request #2930: HBASE-25542 Add client detail to scan name so when lease expires, we …

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2930: URL: https://github.com/apache/hbase/pull/2930#issuecomment-774223298 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2930: HBASE-25542 Add client detail to scan name so when lease expires, we …

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2930: URL: https://github.com/apache/hbase/pull/2930#issuecomment-774336127 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Created] (HBASE-25555) release hbase-thirdparty 3.5.0

2021-02-05 Thread Sean Busbey (Jira)
Sean Busbey created HBASE-2: --- Summary: release hbase-thirdparty 3.5.0 Key: HBASE-2 URL: https://issues.apache.org/jira/browse/HBASE-2 Project: HBase Issue Type: Task

[GitHub] [hbase] Apache-HBase commented on pull request #2930: HBASE-25542 Add client detail to scan name so when lease expires, we …

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2930: URL: https://github.com/apache/hbase/pull/2930#issuecomment-774289755 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 4m

[jira] [Commented] (HBASE-25543) When configuration "hadoop.security.authorization" is set to false, the system will still try to authorize an RPC and raise AccessDeniedException

2021-02-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280019#comment-17280019 ] Hudson commented on HBASE-25543: Results for branch branch-2.2 [build #165 on

[jira] [Commented] (HBASE-24802) make a drop-in compatible impl of htrace APIs that does not do anything

2021-02-05 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280050#comment-17280050 ] Sean Busbey commented on HBASE-24802: - Attached is 'compat_report.html' to show coverage for

[GitHub] [hbase] Apache-HBase commented on pull request #2930: HBASE-25542 Add client detail to scan name so when lease expires, we …

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2930: URL: https://github.com/apache/hbase/pull/2930#issuecomment-774369066 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Updated] (HBASE-24899) [hbase-thirdparty] Add pre commit support for hbase-thirdparty

2021-02-05 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-24899: Fix Version/s: (was: hbase-thirdparty-3.5.0) thirdparty-3.4.1 >

[jira] [Updated] (HBASE-25138) Migrate HBase-Thirdparty-PreCommit jenkins job from Hadoop to hbase

2021-02-05 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-25138: Fix Version/s: (was: hbase-thirdparty-3.5.0) thirdparty-3.4.1 > Migrate

[GitHub] [hbase] Apache-HBase commented on pull request #2931: HBASE-25395 Introduce PersistedStoreEngine and PersistedStoreFileManager

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2931: URL: https://github.com/apache/hbase/pull/2931#issuecomment-774397788 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[GitHub] [hbase] Apache-HBase commented on pull request #2931: HBASE-25395 Introduce PersistedStoreEngine and PersistedStoreFileManager

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2931: URL: https://github.com/apache/hbase/pull/2931#issuecomment-774398556 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m

[jira] [Created] (HBASE-25556) Frequent replication "Encountered a malformed edit" warnings

2021-02-05 Thread Andrew Kyle Purtell (Jira)
Andrew Kyle Purtell created HBASE-25556: --- Summary: Frequent replication "Encountered a malformed edit" warnings Key: HBASE-25556 URL: https://issues.apache.org/jira/browse/HBASE-25556 Project:

[GitHub] [hbase] taklwu opened a new pull request #2931: HBASE-25395 Introduce PersistedStoreEngine and PersistedStoreFileManager

2021-02-05 Thread GitBox
taklwu opened a new pull request #2931: URL: https://github.com/apache/hbase/pull/2931 Create a new wrapper store engine on top of the default store engine, as well as, introducing a new store file manager that keep tracking path of HFiles of user tables into a hbase self-managed system

[jira] [Updated] (HBASE-24787) [hbase-thirdparty] Set version as 3.4.1-SNAPSHOT

2021-02-05 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-24787: Fix Version/s: (was: hbase-thirdparty-3.5.0) thirdparty-3.4.1 >

[GitHub] [hbase-thirdparty] jojochuang commented on a change in pull request #46: HBASE-25552 Upgrade jetty jar to fix CVE-2020-27218

2021-02-05 Thread GitBox
jojochuang commented on a change in pull request #46: URL: https://github.com/apache/hbase-thirdparty/pull/46#discussion_r571312233 ## File path: pom.xml ## @@ -136,7 +136,7 @@ 4.4 2.3.4 2.8.5 -9.4.34.v20201102 +9.4.35.v20201120 Review comment:

[GitHub] [hbase] Apache-HBase commented on pull request #2930: HBASE-25542 Add client detail to scan name so when lease expires, we …

2021-02-05 Thread GitBox
Apache-HBase commented on pull request #2930: URL: https://github.com/apache/hbase/pull/2930#issuecomment-774371790 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m

  1   2   >