[GitHub] [hbase-native-client] bharathv commented on a change in pull request #12: HBASE-24810: Download Boost with other dependencies

2020-08-03 Thread GitBox
bharathv commented on a change in pull request #12: URL: https://github.com/apache/hbase-native-client/pull/12#discussion_r464206372 ## File path: cmake/DownloadBoost.cmake ## @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[jira] [Commented] (HBASE-24812) Fix the precommit error for branch-2.2

2020-08-03 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170128#comment-17170128 ] Bharath Vissapragada commented on HBASE-24812: -- Mind cherry-picking to branch-1 too? >

[jira] [Updated] (HBASE-24812) Fix the precommit error for branch-2.2

2020-08-03 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada updated HBASE-24812: - Affects Version/s: 1.7.0 > Fix the precommit error for branch-2.2 >

[GitHub] [hbase] taklwu commented on a change in pull request #2113: HBASE-24286: HMaster won't become healthy after after cloning or crea…

2020-08-03 Thread GitBox
taklwu commented on a change in pull request #2113: URL: https://github.com/apache/hbase/pull/2113#discussion_r464468459 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/InitMetaProcedure.java ## @@ -71,7 +71,11 @@ private static void

[GitHub] [hbase] Apache-HBase commented on pull request #2186: HBAE-24507 Remove HTableDescriptor and HColumnDescriptor

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

[GitHub] [hbase] utf7 commented on a change in pull request #2189: HBASE-24811 Use class access static filed or method

2020-08-03 Thread GitBox
utf7 commented on a change in pull request #2189: URL: https://github.com/apache/hbase/pull/2189#discussion_r464346252 ## File path: hbase-common/src/main/java/org/apache/hadoop/hbase/util/ClassSize.java ## @@ -29,7 +29,7 @@ import org.slf4j.Logger; import

[GitHub] [hbase] tedyu commented on pull request #2190: HBASE-24812 Fix the precommit error for branch-2.2

2020-08-03 Thread GitBox
tedyu commented on pull request #2190: URL: https://github.com/apache/hbase/pull/2190#issuecomment-668117446 +1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [hbase] Apache-HBase commented on pull request #2186: HBAE-24507 Remove HTableDescriptor and HColumnDescriptor

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

[GitHub] [hbase] tedyu commented on pull request #2186: HBAE-24507 Remove HTableDescriptor and HColumnDescriptor

2020-08-03 Thread GitBox
tedyu commented on pull request #2186: URL: https://github.com/apache/hbase/pull/2186#issuecomment-668119294 +1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [hbase] Apache-HBase commented on pull request #2189: HBASE-24811 Use class access static filed or method

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

[GitHub] [hbase] ndimiduk commented on pull request #2121: Backport "HBASE-24295 [Chaos Monkey] abstract logging through the class hierarchy" and addendum to branch-1

2020-08-03 Thread GitBox
ndimiduk commented on pull request #2121: URL: https://github.com/apache/hbase/pull/2121#issuecomment-668149957 Addressed check style issues, rebased. This is an automated message from the Apache Git Service. To respond to

[GitHub] [hbase] busbey commented on a change in pull request #2188: HBASE-24805 HBaseTestingUtility.getConnection should be threadsafe (branch-1)

2020-08-03 Thread GitBox
busbey commented on a change in pull request #2188: URL: https://github.com/apache/hbase/pull/2188#discussion_r464567541 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java ## @@ -3020,16 +3011,26 @@ public HBaseCluster

[GitHub] [hbase] Apache-HBase commented on pull request #2184: HBASE-24680 Refactor the checkAndMutate code on the server side

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

[GitHub] [hbase] WenFeiYi commented on pull request #2187: HBASE-24665 MultiWAL : Avoid rolling of ALL WALs when one of the WAL needs a roll

2020-08-03 Thread GitBox
WenFeiYi commented on pull request #2187: URL: https://github.com/apache/hbase/pull/2187#issuecomment-667945777 Still doesn't look good This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [hbase] virajjasani closed pull request #2172: HBASE-24795 : RegionMover to deal with unknown region while (un)loading

2020-08-03 Thread GitBox
virajjasani closed pull request #2172: URL: https://github.com/apache/hbase/pull/2172 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] infraio opened a new pull request #2190: HBASE-24812 Fix the precommit error for branch-2.2

2020-08-03 Thread GitBox
infraio opened a new pull request #2190: URL: https://github.com/apache/hbase/pull/2190 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

[jira] [Updated] (HBASE-24507) Remove HTableDescriptor and HColumnDescriptor

2020-08-03 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-24507: -- Release Note: Removed HTableDescriptor and HColumnDescritor. Please use TableDescriptor and

[jira] [Commented] (HBASE-24704) Make the Table Schema easier to view even there are multiple families

2020-08-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169960#comment-17169960 ] Hudson commented on HBASE-24704: Results for branch branch-1 [build #1336 on

[GitHub] [hbase] Apache-HBase commented on pull request #2186: HBAE-24507 Remove HTableDescriptor and HColumnDescriptor

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

[GitHub] [hbase] Apache-HBase commented on pull request #2189: HBASE-24811 Use class access static filed or method

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

[jira] [Commented] (HBASE-24704) Make the Table Schema easier to view even there are multiple families

2020-08-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170051#comment-17170051 ] Hudson commented on HBASE-24704: Results for branch master [build #1802 on

[jira] [Commented] (HBASE-24713) RS startup with FSHLog throws NPE after HBASE-21751

2020-08-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170052#comment-17170052 ] Hudson commented on HBASE-24713: Results for branch master [build #1802 on

[GitHub] [hbase] utf7 opened a new pull request #2189: HBASE-24811 Use class access static filed or method

2020-08-03 Thread GitBox
utf7 opened a new pull request #2189: URL: https://github.com/apache/hbase/pull/2189 Use class access static filed or method,not instance This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [hbase] Apache-HBase commented on pull request #2189: HBASE-24811 Use class access static filed or method

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

[GitHub] [hbase] WenFeiYi closed pull request #2152: HBASE-24665 MultiWAL : Avoid rolling of ALL WALs when one of the WAL needs a roll

2020-08-03 Thread GitBox
WenFeiYi closed pull request #2152: URL: https://github.com/apache/hbase/pull/2152 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 #2186: HBAE-24507 Remove HTableDescriptor and HColumnDescriptor

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

[jira] [Commented] (HBASE-21751) WAL creation fails during region open may cause region assign forever fail

2020-08-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170053#comment-17170053 ] Hudson commented on HBASE-21751: Results for branch master [build #1802 on

[jira] [Commented] (HBASE-24791) Improve HFileOutputFormat2 to avoid always call getTableRelativePath method

2020-08-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170054#comment-17170054 ] Hudson commented on HBASE-24791: Results for branch master [build #1802 on

[GitHub] [hbase] Apache-HBase commented on pull request #2189: HBASE-24811 Use class access static filed or method

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

[GitHub] [hbase] Apache9 commented on pull request #2187: HBASE-24665 MultiWAL : Avoid rolling of ALL WALs when one of the WAL needs a roll

2020-08-03 Thread GitBox
Apache9 commented on pull request #2187: URL: https://github.com/apache/hbase/pull/2187#issuecomment-667947063 I think it is a problem in the jenkinsfile of branch-2.2. @infraio PTAL?

[jira] [Created] (HBASE-24811) Use class access static filed or method

2020-08-03 Thread Yechao Chen (Jira)
Yechao Chen created HBASE-24811: --- Summary: Use class access static filed or method Key: HBASE-24811 URL: https://issues.apache.org/jira/browse/HBASE-24811 Project: HBase Issue Type:

[jira] [Created] (HBASE-24812) Fix the precommit error for branch-2.2

2020-08-03 Thread Guanghao Zhang (Jira)
Guanghao Zhang created HBASE-24812: -- Summary: Fix the precommit error for branch-2.2 Key: HBASE-24812 URL: https://issues.apache.org/jira/browse/HBASE-24812 Project: HBase Issue Type: Bug

[GitHub] [hbase] Apache-HBase commented on pull request #2189: HBASE-24811 Use class access static filed or method

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

[GitHub] [hbase] anoopsjohn commented on a change in pull request #2189: HBASE-24811 Use class access static filed or method

2020-08-03 Thread GitBox
anoopsjohn commented on a change in pull request #2189: URL: https://github.com/apache/hbase/pull/2189#discussion_r464344846 ## File path: hbase-common/src/main/java/org/apache/hadoop/hbase/util/ClassSize.java ## @@ -29,7 +29,7 @@ import org.slf4j.Logger; import

[GitHub] [hbase] Apache-HBase commented on pull request #2186: HBAE-24507 Remove HTableDescriptor and HColumnDescriptor

2020-08-03 Thread GitBox
Apache-HBase commented on pull request #2186: URL: https://github.com/apache/hbase/pull/2186#issuecomment-667983645 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[GitHub] [hbase] Apache-HBase commented on pull request #2190: HBASE-24812 Fix the precommit error for branch-2.2

2020-08-03 Thread GitBox
Apache-HBase commented on pull request #2190: URL: https://github.com/apache/hbase/pull/2190#issuecomment-668026508 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m

[GitHub] [hbase] Apache-HBase commented on pull request #2189: HBASE-24811 Use class access static filed or method

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

[jira] [Commented] (HBASE-24704) Make the Table Schema easier to view even there are multiple families

2020-08-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170067#comment-17170067 ] Hudson commented on HBASE-24704: Results for branch branch-2.3 [build #197 on

[jira] [Commented] (HBASE-24713) RS startup with FSHLog throws NPE after HBASE-21751

2020-08-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170069#comment-17170069 ] Hudson commented on HBASE-24713: Results for branch branch-2.3 [build #197 on

[jira] [Commented] (HBASE-24767) Change default to false for HBASE-15519 per-user metrics

2020-08-03 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170344#comment-17170344 ] Michael Stack commented on HBASE-24767: --- Thank you for reviews [~janh]  and [~vjasani]   >

[jira] [Commented] (HBASE-24809) Yetus IA Javadoc links are no longer available

2020-08-03 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170355#comment-17170355 ] Nick Dimiduk commented on HBASE-24809: -- I'd say it'd fine to depend on the in-progress/SNAPSHOT API

[GitHub] [hbase] Apache-HBase commented on pull request #2184: HBASE-24680 Refactor the checkAndMutate code on the server side

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

[GitHub] [hbase] ndimiduk commented on a change in pull request #1922: HBASE-24583 Normalizer can't actually merge empty regions when neighbor is larger than average size

2020-08-03 Thread GitBox
ndimiduk commented on a change in pull request #1922: URL: https://github.com/apache/hbase/pull/1922#discussion_r464645151 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java ## @@ -369,7 +369,8 @@ private boolean

[GitHub] [hbase-native-client] Apache-HBase commented on pull request #12: HBASE-24810: Download Boost with other dependencies

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

[GitHub] [hbase] Apache-HBase commented on pull request #2191: HBASE-24813 ReplicationSource should clear buffer usage on Replicatio…

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

[GitHub] [hbase] Apache-HBase commented on pull request #2191: HBASE-24813 ReplicationSource should clear buffer usage on Replicatio…

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

[GitHub] [hbase] saintstack merged pull request #2132: HBASE-24767 Change default to false for HBASE-15519 per-user metrics

2020-08-03 Thread GitBox
saintstack merged pull request #2132: URL: https://github.com/apache/hbase/pull/2132 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] ndimiduk commented on a change in pull request #2130: HBASE-24765: Dynamic master discovery

2020-08-03 Thread GitBox
ndimiduk commented on a change in pull request #2130: URL: https://github.com/apache/hbase/pull/2130#discussion_r464597532 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/MasterRegistry.java ## @@ -115,20 +129,50 @@ MasterRegistry(Configuration

[jira] [Created] (HBASE-24813) ReplicationSource should clear buffer usage on ReplicationSourceManager upon termination

2020-08-03 Thread Wellington Chevreuil (Jira)
Wellington Chevreuil created HBASE-24813: Summary: ReplicationSource should clear buffer usage on ReplicationSourceManager upon termination Key: HBASE-24813 URL:

[jira] [Resolved] (HBASE-24808) skip empty log cleaner delegate class names (WAS => cleaner.CleanerChore: Can NOT create CleanerDelegate= ClassNotFoundException)

2020-08-03 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack resolved HBASE-24808. --- Fix Version/s: 2.4.0 2.3.1 3.0.0-alpha-1 Hadoop

[GitHub] [hbase] Apache-HBase commented on pull request #2191: HBASE-24813 ReplicationSource should clear buffer usage on Replicatio…

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

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

2020-08-03 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-24295: - Fix Version/s: 1.7.0 > [Chaos Monkey] abstract logging through the class hierarchy >

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

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

[GitHub] [hbase] ndimiduk merged pull request #2121: Backport "HBASE-24295 [Chaos Monkey] abstract logging through the class hierarchy" and addendum to branch-1

2020-08-03 Thread GitBox
ndimiduk merged pull request #2121: URL: https://github.com/apache/hbase/pull/2121 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] saintstack commented on a change in pull request #2181: HBASE-24808 skip empty log cleaner delegate class names (WAS => cleaner.CleanerChore: Can NOT create CleanerDelegate= Cla…

2020-08-03 Thread GitBox
saintstack commented on a change in pull request #2181: URL: https://github.com/apache/hbase/pull/2181#discussion_r464637617 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/cleaner/CleanerChore.java ## @@ -151,7 +151,11 @@ private void

[GitHub] [hbase] saintstack merged pull request #2181: HBASE-24808 skip empty log cleaner delegate class names (WAS => cleaner.CleanerChore: Can NOT create CleanerDelegate= Cla…

2020-08-03 Thread GitBox
saintstack merged pull request #2181: URL: https://github.com/apache/hbase/pull/2181 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-native-client] Apache-HBase commented on pull request #12: HBASE-24810: Download Boost with other dependencies

2020-08-03 Thread GitBox
Apache-HBase commented on pull request #12: URL: https://github.com/apache/hbase-native-client/pull/12#issuecomment-668261166 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | 0 | reexec | 324

[GitHub] [hbase] Apache-HBase commented on pull request #1922: HBASE-24583 Normalizer can't actually merge empty regions when neighbor is larger than average size

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

[jira] [Resolved] (HBASE-24767) Change default to false for HBASE-15519 per-user metrics

2020-08-03 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack resolved HBASE-24767. --- Hadoop Flags: Reviewed Release Note: Disables per-user metrics. They were enabled by

[GitHub] [hbase] wchevreuil opened a new pull request #2191: HBASE-24813 ReplicationSource should clear buffer usage on Replicatio…

2020-08-03 Thread GitBox
wchevreuil opened a new pull request #2191: URL: https://github.com/apache/hbase/pull/2191 …nSourceManager upon termination This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Updated] (HBASE-24808) skip empty log cleaner delegate class names (WAS => cleaner.CleanerChore: Can NOT create CleanerDelegate= ClassNotFoundException)

2020-08-03 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack updated HBASE-24808: -- Summary: skip empty log cleaner delegate class names (WAS => cleaner.CleanerChore: Can NOT

[GitHub] [hbase] ndimiduk opened a new pull request #2192: Backport "HBASE-24662 Update DumpClusterStatusAction to notice changes in region server count" to branch-1

2020-08-03 Thread GitBox
ndimiduk opened a new pull request #2192: URL: https://github.com/apache/hbase/pull/2192 Sometimes running chaos monkey, I've found that we lose accounting of region servers. I've taken to a manual process of checking the reported list against a known reference. It occurs to me that

[GitHub] [hbase-native-client] Apache-HBase commented on pull request #12: HBASE-24810: Download Boost with other dependencies

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

[GitHub] [hbase-native-client] Apache-HBase commented on pull request #12: HBASE-24810: Download Boost with other dependencies

2020-08-03 Thread GitBox
Apache-HBase commented on pull request #12: URL: https://github.com/apache/hbase-native-client/pull/12#issuecomment-668276614 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | 0 | reexec | 27 |

[GitHub] [hbase] Apache-HBase commented on pull request #1922: HBASE-24583 Normalizer can't actually merge empty regions when neighbor is larger than average size

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

[GitHub] [hbase] infraio merged pull request #2190: HBASE-24812 Fix the precommit error for branch-2.2

2020-08-03 Thread GitBox
infraio merged pull request #2190: URL: https://github.com/apache/hbase/pull/2190 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 #2193: HBASE-24779 Report on the WAL edit buffer usage/limit for replication

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

[jira] [Commented] (HBASE-20717) Implement CCSMap - a better concurrent map with compacted data structure

2020-08-03 Thread Reid Chan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-20717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170532#comment-17170532 ] Reid Chan commented on HBASE-20717: --- Looks like can't create a sub-task under a sub-task. Let me

[GitHub] [hbase] Apache-HBase commented on pull request #1922: HBASE-24583 Normalizer can't actually merge empty regions when neighbor is larger than average size

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

[jira] [Resolved] (HBASE-24507) Remove HTableDescriptor and HColumnDescriptor

2020-08-03 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-24507. --- Hadoop Flags: Incompatible change,Reviewed Resolution: Fixed Merged to master. Thanks all

[jira] [Updated] (HBASE-24807) Backport HBASE-20417 to branch-1

2020-08-03 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-24807: Component/s: Replication > Backport HBASE-20417 to branch-1 > >

[jira] [Created] (HBASE-24814) [CCSMap] ChunkPool and Chunk data structure

2020-08-03 Thread Reid Chan (Jira)
Reid Chan created HBASE-24814: - Summary: [CCSMap] ChunkPool and Chunk data structure Key: HBASE-24814 URL: https://issues.apache.org/jira/browse/HBASE-24814 Project: HBase Issue Type: Sub-task

[GitHub] [hbase] liuml07 commented on pull request #2163: HBASE-24789 When table level quota is set and violated, pre existing …

2020-08-03 Thread GitBox
liuml07 commented on pull request #2163: URL: https://github.com/apache/hbase/pull/2163#issuecomment-668383248 Looks good to me. This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [hbase] busbey commented on a change in pull request #2193: HBASE-24779 Report on the WAL edit buffer usage/limit for replication

2020-08-03 Thread GitBox
busbey commented on a change in pull request #2193: URL: https://github.com/apache/hbase/pull/2193#discussion_r464770288 ## File path: hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationSourceSourceImpl.java ## @@ -314,4

[jira] [Commented] (HBASE-24767) Change default to false for HBASE-15519 per-user metrics

2020-08-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170549#comment-17170549 ] Hudson commented on HBASE-24767: Results for branch branch-2 [build #2767 on

[jira] [Commented] (HBASE-15519) Add per-user metrics

2020-08-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-15519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170550#comment-17170550 ] Hudson commented on HBASE-15519: Results for branch branch-2 [build #2767 on

[GitHub] [hbase] Apache-HBase commented on pull request #2193: HBASE-24779 Report on the WAL edit buffer usage/limit for replication

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

[GitHub] [hbase-native-client] Apache-HBase commented on pull request #12: HBASE-24810: Download Boost with other dependencies

2020-08-03 Thread GitBox
Apache-HBase commented on pull request #12: URL: https://github.com/apache/hbase-native-client/pull/12#issuecomment-668298821 (!) 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-24779) Improve insight into replication WAL readers hung on checkQuota

2020-08-03 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170496#comment-17170496 ] Josh Elser commented on HBASE-24779: {noformat} 2020-08-03 22:01:53,065 INFO [mizar:16020Replication

[jira] [Commented] (HBASE-24767) Change default to false for HBASE-15519 per-user metrics

2020-08-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170507#comment-17170507 ] Hudson commented on HBASE-24767: Results for branch branch-2.3 [build #198 on

[jira] [Commented] (HBASE-15519) Add per-user metrics

2020-08-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-15519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170508#comment-17170508 ] Hudson commented on HBASE-15519: Results for branch branch-2.3 [build #198 on

[jira] [Updated] (HBASE-24813) ReplicationSource should clear buffer usage on ReplicationSourceManager upon termination

2020-08-03 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-24813: Component/s: Replication > ReplicationSource should clear buffer usage on

[jira] [Commented] (HBASE-24814) [CCSMap] ChunkPool and Chunk data structure

2020-08-03 Thread Reid Chan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170538#comment-17170538 ] Reid Chan commented on HBASE-24814: --- cc [~liyu] > [CCSMap] ChunkPool and Chunk data structure >

[jira] [Updated] (HBASE-24810) Download Boost when DOWNLOAD_DEPENDENCIES flag is set

2020-08-03 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada updated HBASE-24810: - Status: Patch Available (was: Open) > Download Boost when

[GitHub] [hbase] joshelser opened a new pull request #2193: HBASE-24779 Report on the WAL edit buffer usage/limit for replication

2020-08-03 Thread GitBox
joshelser opened a new pull request #2193: URL: https://github.com/apache/hbase/pull/2193 Testing done: ``` create 'j', 'f' add_peer '1', ENDPOINT_CLASSNAME => 'org.apache.hadoop.hbase.replication.TestReplicationEndpoint$SleepingReplicationEndpointForTest' alter 'j',

[jira] [Assigned] (HBASE-24628) Normalizer needs a throttle

2020-08-03 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk reassigned HBASE-24628: Assignee: Nick Dimiduk > Normalizer needs a throttle > --- > >

[jira] [Updated] (HBASE-24779) Improve insight into replication WAL readers hung on checkQuota

2020-08-03 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-24779: --- Status: Patch Available (was: Open) > Improve insight into replication WAL readers hung on

[jira] [Work started] (HBASE-24628) Normalizer needs a throttle

2020-08-03 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-24628 started by Nick Dimiduk. > Normalizer needs a throttle > --- > >

[GitHub] [hbase] Apache9 merged pull request #2186: HBAE-24507 Remove HTableDescriptor and HColumnDescriptor

2020-08-03 Thread GitBox
Apache9 merged pull request #2186: URL: https://github.com/apache/hbase/pull/2186 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

[jira] [Commented] (HBASE-24812) Fix the precommit error for branch-2.2

2020-08-03 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17170501#comment-17170501 ] Guanghao Zhang commented on HBASE-24812: Open a new issue for branch-1? As the issue title saied

[jira] [Updated] (HBASE-24814) [CCSMap] ChunkPool and Chunk data structure

2020-08-03 Thread Reid Chan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reid Chan updated HBASE-24814: -- Description: Even CCSMap data structure is very big, so I plan to further divide into small tasks,

[jira] [Assigned] (HBASE-24812) Fix the precommit error for branch-2.2

2020-08-03 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang reassigned HBASE-24812: -- Assignee: Guanghao Zhang > Fix the precommit error for branch-2.2 >

[jira] [Resolved] (HBASE-24812) Fix the precommit error for branch-2.2

2020-08-03 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang resolved HBASE-24812. Fix Version/s: 2.2.6 Resolution: Fixed > Fix the precommit error for branch-2.2 >

[GitHub] [hbase] utf7 commented on a change in pull request #2167: HBASE-24791 Improve HFileOutputFormat2 to avoid always call getTableRelativePath method

2020-08-03 Thread GitBox
utf7 commented on a change in pull request #2167: URL: https://github.com/apache/hbase/pull/2167#discussion_r464209802 ## File path: hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.java ## @@ -376,16 +369,15 @@ private WriterLength

[jira] [Updated] (HBASE-24704) Make the Table Schema easier to view even there are multiple families

2020-08-03 Thread Zheng Wang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Wang updated HBASE-24704: --- Release Note: Improve the layout of column family from vertical to horizontal in table UI. > Make

[GitHub] [hbase] Apache-HBase commented on pull request #2167: HBASE-24791 Improve HFileOutputFormat2 to avoid always call getTableRelativePath method

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

[GitHub] [hbase] Apache-HBase commented on pull request #2167: HBASE-24791 Improve HFileOutputFormat2 to avoid always call getTableRelativePath method

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

[GitHub] [hbase] virajjasani commented on a change in pull request #2188: HBASE-24805 HBaseTestingUtility.getConnection should be threadsafe (branch-1)

2020-08-03 Thread GitBox
virajjasani commented on a change in pull request #2188: URL: https://github.com/apache/hbase/pull/2188#discussion_r464283997 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java ## @@ -3020,16 +3011,26 @@ public HBaseCluster

[GitHub] [hbase] virajjasani commented on pull request #2186: HBAE-24507 Remove HTableDescriptor and HColumnDescriptor

2020-08-03 Thread GitBox
virajjasani commented on pull request #2186: URL: https://github.com/apache/hbase/pull/2186#issuecomment-667902936 Looks like old ruby references have already started using new builder classes. Much better. This is an

[GitHub] [hbase] virajjasani commented on a change in pull request #2188: HBASE-24805 HBaseTestingUtility.getConnection should be threadsafe (branch-1)

2020-08-03 Thread GitBox
virajjasani commented on a change in pull request #2188: URL: https://github.com/apache/hbase/pull/2188#discussion_r464283997 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java ## @@ -3020,16 +3011,26 @@ public HBaseCluster

  1   2   >