[GitHub] [hbase] Apache-HBase commented on pull request #2976: HBASE-25597 Add row info in Exception when cell size exceeds maxCellSize

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

[GitHub] [hbase] Apache-HBase commented on pull request #2976: HBASE-25597 Add row info in Exception when cell size exceeds maxCellSize

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

[GitHub] [hbase] ZhaoBQ opened a new pull request #2976: HBASE-25597 Add row info in Exception when cell size exceeds maxCellSize

2021-02-22 Thread GitBox
ZhaoBQ opened a new pull request #2976: URL: https://github.com/apache/hbase/pull/2976 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

[jira] [Created] (HBASE-25597) Add row info in Exception when cell size exceeds maxCellSize

2021-02-22 Thread Baiqiang Zhao (Jira)
Baiqiang Zhao created HBASE-25597: - Summary: Add row info in Exception when cell size exceeds maxCellSize Key: HBASE-25597 URL: https://issues.apache.org/jira/browse/HBASE-25597 Project: HBase

[GitHub] [hbase] Apache-HBase commented on pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

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

[jira] [Resolved] (HBASE-25592) Improve normalizer code in line with HBASE-23932

2021-02-22 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani resolved HBASE-25592. -- Hadoop Flags: Reviewed Resolution: Fixed Thanks for the contribution [~mnpoonia]. >

[GitHub] [hbase] virajjasani merged pull request #2972: HBASE-25592 Improve normalizer code in line with HBASE-23932

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

[jira] [Work started] (HBASE-25583) Handle the NoNode exception in remove log replication and avoid crash

2021-02-22 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-25583 started by Sandeep Pal. --- > Handle the NoNode exception in remove log replication and avoid crash >

[jira] [Updated] (HBASE-25596) Fix NPE in ReplicationSourceManager as well as avoid permanently unreplicated data due to EOFException from WAL

2021-02-22 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Pal updated HBASE-25596: Description: There seems to be a major issue with how we handle the EOF exception from

[GitHub] [hbase] sandeepvinayak commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
sandeepvinayak commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580730613 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReaderThread.java ## @@ -133,71

[jira] [Commented] (HBASE-22470) Corrupt Surefire test reports

2021-02-22 Thread Nick Dimiduk (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288790#comment-17288790 ] Nick Dimiduk commented on HBASE-22470: -- And even on the new Hadoop CI Jenkins infrastructure. >

[jira] [Commented] (HBASE-25575) Should validate Puts in RowMutations

2021-02-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288789#comment-17288789 ] Hudson commented on HBASE-25575: Results for branch branch-2.4 [build #56 on

[jira] [Commented] (HBASE-25574) Revisit put/delete/increment/append related RegionObserver methods

2021-02-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288788#comment-17288788 ] Hudson commented on HBASE-25574: Results for branch branch-2.4 [build #56 on

[GitHub] [hbase] xcangCRM commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
xcangCRM commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580694822 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReaderThread.java ## @@ -133,71 +134,126 @@

[GitHub] [hbase] Apache-HBase commented on pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

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

[GitHub] [hbase] sandeepvinayak commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
sandeepvinayak commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580691179 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestWALEntryStream.java ## @@ -726,8 +727,62 @@ public

[GitHub] [hbase] sandeepvinayak commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
sandeepvinayak commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580687822 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReaderThread.java ## @@ -133,71

[GitHub] [hbase] sandeepvinayak commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
sandeepvinayak commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580687496 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReaderThread.java ## @@ -133,71

[GitHub] [hbase] xcangCRM commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
xcangCRM commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580678618 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationSource.java ## @@ -542,6 +556,173 @@ public WALEntryFilter

[GitHub] [hbase] sandeepvinayak commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
sandeepvinayak commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580640656 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReaderThread.java ## @@ -133,71

[jira] [Updated] (HBASE-25539) Add metric for age of oldest wal.

2021-02-22 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada updated HBASE-25539: - Fix Version/s: 1.7.0 > Add metric for age of oldest wal. >

[jira] [Resolved] (HBASE-25539) Add metric for age of oldest wal.

2021-02-22 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada resolved HBASE-25539. -- Resolution: Fixed > Add metric for age of oldest wal. >

[GitHub] [hbase] bharathv commented on pull request #2963: [HBASE-25539] Add age of oldest wal metric

2021-02-22 Thread GitBox
bharathv commented on pull request #2963: URL: https://github.com/apache/hbase/pull/2963#issuecomment-783738744 Thanks @shahrs87 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [hbase] bharathv merged pull request #2963: [HBASE-25539] Add age of oldest wal metric

2021-02-22 Thread GitBox
bharathv merged pull request #2963: URL: https://github.com/apache/hbase/pull/2963 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] sandeepvinayak commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
sandeepvinayak commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580649057 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationSource.java ## @@ -34,6 +34,8 @@ import static

[GitHub] [hbase] sandeepvinayak commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
sandeepvinayak commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580649057 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationSource.java ## @@ -34,6 +34,8 @@ import static

[GitHub] [hbase] Apache-HBase commented on pull request #2963: [HBASE-25539] Add age of oldest wal metric

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

[GitHub] [hbase] sandeepvinayak commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
sandeepvinayak commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580646630 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReaderThread.java ## @@ -133,71

[GitHub] [hbase] sandeepvinayak commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
sandeepvinayak commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580644411 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReaderThread.java ## @@ -133,71

[GitHub] [hbase] apurtell commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
apurtell commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580640835 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationSource.java ## @@ -34,6 +34,8 @@ import static

[GitHub] [hbase] sandeepvinayak commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
sandeepvinayak commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580640767 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReaderThread.java ## @@ -133,71

[GitHub] [hbase] sandeepvinayak commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
sandeepvinayak commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580640656 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReaderThread.java ## @@ -133,71

[GitHub] [hbase] sandeepvinayak commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
sandeepvinayak commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580634956 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java ## @@ -840,7 +844,7 @@ public void

[GitHub] [hbase] apurtell commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
apurtell commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580624967 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReaderThread.java ## @@ -133,71 +134,126 @@

[jira] [Work started] (HBASE-25596) Fix NPE in ReplicationSourceManager as well as avoid permanently unreplicated data due to EOFException from WAL

2021-02-22 Thread Sandeep Pal (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-25596 started by Sandeep Pal. --- > Fix NPE in ReplicationSourceManager as well as avoid permanently unreplicated

[GitHub] [hbase] sandeepvinayak commented on a change in pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
sandeepvinayak commented on a change in pull request #2975: URL: https://github.com/apache/hbase/pull/2975#discussion_r580623138 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReaderThread.java ## @@ -241,11

[jira] [Updated] (HBASE-25596) Fix NPE in ReplicationSourceManager as well as avoid permanently unreplicated data due to EOFException from WAL

2021-02-22 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25596: Fix Version/s: 1.7.0 > Fix NPE in ReplicationSourceManager as well as avoid

[jira] [Updated] (HBASE-25596) Fix NPE in ReplicationSourceManager as well as avoid permanently unreplicated data due to EOFException from WAL

2021-02-22 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25596: Fix Version/s: 2.3.5 > Fix NPE in ReplicationSourceManager as well as avoid

[jira] [Updated] (HBASE-25596) Fix NPE in ReplicationSourceManager as well as avoid permanently unreplicated data due to EOFException from WAL

2021-02-22 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated HBASE-25596: Fix Version/s: 2.4.2 2.5.0 3.0.0-alpha-1 >

[GitHub] [hbase] sandeepvinayak opened a new pull request #2975: HBASE-25596: Fix NPE and avoid permanent unreplicated data due to EOF

2021-02-22 Thread GitBox
sandeepvinayak opened a new pull request #2975: URL: https://github.com/apache/hbase/pull/2975 Please find the details in jira: https://issues.apache.org/jira/browse/HBASE-25596 This is an automated message from the

[jira] [Created] (HBASE-25596) Fix NPE in ReplicationSourceManager as well as avoid permanently unreplicated data due to EOFException from WAL

2021-02-22 Thread Sandeep Pal (Jira)
Sandeep Pal created HBASE-25596: --- Summary: Fix NPE in ReplicationSourceManager as well as avoid permanently unreplicated data due to EOFException from WAL Key: HBASE-25596 URL:

[GitHub] [hbase] shahrs87 commented on pull request #2963: [HBASE-25539] Add age of oldest wal metric

2021-02-22 Thread GitBox
shahrs87 commented on pull request #2963: URL: https://github.com/apache/hbase/pull/2963#issuecomment-783638667 > @shahrs87 One last nit from checkstyle, if you don't mind fixing. @bharathv Done !! Thank you ! This

[GitHub] [hbase] bharathv commented on pull request #2963: [HBASE-25539] Add age of oldest wal metric

2021-02-22 Thread GitBox
bharathv commented on pull request #2963: URL: https://github.com/apache/hbase/pull/2963#issuecomment-783636313 @shahrs87 One last nit from checkstyle, if you don't mind fixing. ```

[GitHub] [hbase] Apache-HBase commented on pull request #2963: [HBASE-25539] Add age of oldest wal metric

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

[jira] [Commented] (HBASE-25574) Revisit put/delete/increment/append related RegionObserver methods

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

[jira] [Commented] (HBASE-25575) Should validate Puts in RowMutations

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

[GitHub] [hbase] Apache-HBase commented on pull request #2947: HBASE-25566 RoundRobinTableInputFormat

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

[GitHub] [hbase] Apache-HBase commented on pull request #2947: HBASE-25566 RoundRobinTableInputFormat

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

[GitHub] [hbase] Apache-HBase commented on pull request #2947: HBASE-25566 RoundRobinTableInputFormat

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

[GitHub] [hbase] Apache-HBase commented on pull request #2974: HBASE-25595 TestLruBlockCache.testBackgroundEvictionThread is flaky

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

[GitHub] [hbase] Apache-HBase commented on pull request #2700: HBASE-25322 Redundant Reference file in bottom region of split

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

[GitHub] [hbase] Apache-HBase commented on pull request #2700: HBASE-25322 Redundant Reference file in bottom region of split

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

[GitHub] [hbase] shahrs87 commented on pull request #2963: [HBASE-25539] Add age of oldest wal metric

2021-02-22 Thread GitBox
shahrs87 commented on pull request #2963: URL: https://github.com/apache/hbase/pull/2963#issuecomment-783462395 @bharathv Ignore my previous comment. I made changes to fix findbugs warning. Thank you for the review ! This

[jira] [Commented] (HBASE-22470) Corrupt Surefire test reports

2021-02-22 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288437#comment-17288437 ] Peter Somogyi commented on HBASE-22470: --- No, the issue still pops up occasionally even with newer

[GitHub] [hbase] shahrs87 commented on pull request #2963: [HBASE-25539] Add age of oldest wal metric

2021-02-22 Thread GitBox
shahrs87 commented on pull request #2963: URL: https://github.com/apache/hbase/pull/2963#issuecomment-783450667 @bharathv I have fixed the test failures. Code in branch-1 and branch-2 are very different. So missed to apply some changes while resolving merge conflicts. There is 1

[GitHub] [hbase] shahrs87 commented on a change in pull request #2970: HBASE-25583: NoNodeException of the peer should call the remove peer workflow

2021-02-22 Thread GitBox
shahrs87 commented on a change in pull request #2970: URL: https://github.com/apache/hbase/pull/2970#discussion_r580314979 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.java ## @@ -189,13 +189,25 @@ public

[GitHub] [hbase] mnpoonia commented on pull request #2972: HBASE-25592 Improve normalizer code in line with HBASE-23932

2021-02-22 Thread GitBox
mnpoonia commented on pull request #2972: URL: https://github.com/apache/hbase/pull/2972#issuecomment-783424807 Test failure is unrelated. @virajjasani FYI This is an automated message from the Apache Git Service. To respond

[GitHub] [hbase] Apache-HBase commented on pull request #2700: HBASE-25322 Redundant Reference file in bottom region of split

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

[GitHub] [hbase] Apache-HBase commented on pull request #2974: HBASE-25595 TestLruBlockCache.testBackgroundEvictionThread is flaky

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

[GitHub] [hbase] Apache-HBase commented on pull request #2974: HBASE-25595 TestLruBlockCache.testBackgroundEvictionThread is flaky

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

[GitHub] [hbase] Apache-HBase commented on pull request #2700: HBASE-25322 Redundant Reference file in bottom region of split

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

[GitHub] [hbase] Apache-HBase commented on pull request #2700: HBASE-25322 Redundant Reference file in bottom region of split

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

[GitHub] [hbase] sunhelly commented on pull request #2700: HBASE-25322 Redundant Reference file in bottom region of split

2021-02-22 Thread GitBox
sunhelly commented on pull request #2700: URL: https://github.com/apache/hbase/pull/2700#issuecomment-783345706 Add a fix issue [HBASE-25595](https://issues.apache.org/jira/browse/HBASE-25595) for TestLruBlockCache.testBackgroundEvictionThread.

[GitHub] [hbase] sunhelly opened a new pull request #2974: HBASE-25595 TestLruBlockCache.testBackgroundEvictionThread is flaky

2021-02-22 Thread GitBox
sunhelly opened a new pull request #2974: URL: https://github.com/apache/hbase/pull/2974 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] Apache-HBase commented on pull request #2972: HBASE-25592 Improve normalizer code in line with HBASE-23932

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

[jira] [Created] (HBASE-25595) TestLruBlockCache.testBackgroundEvictionThread is flaky

2021-02-22 Thread Xiaolin Ha (Jira)
Xiaolin Ha created HBASE-25595: -- Summary: TestLruBlockCache.testBackgroundEvictionThread is flaky Key: HBASE-25595 URL: https://issues.apache.org/jira/browse/HBASE-25595 Project: HBase Issue

[GitHub] [hbase] Apache-HBase commented on pull request #2969: HBASE-25590 Bulkload replication HFileRefs cannot be cleared in some …

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

[GitHub] [hbase] Apache-HBase commented on pull request #2969: HBASE-25590 Bulkload replication HFileRefs cannot be cleared in some …

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

[GitHub] [hbase] Apache-HBase commented on pull request #2966: HBASE-25562 ReplicationSourceWALReader log and handle exception immed…

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

[jira] [Commented] (HBASE-25587) [hbck2] Schedule SCP for all unknown servers

2021-02-22 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288348#comment-17288348 ] Peter Somogyi commented on HBASE-25587: --- Thanks for the feedback [~stack]! I haven't seen similar

[jira] [Updated] (HBASE-25594) graceful_stop.sh fails to unload regions when ran at localhost

2021-02-22 Thread Javier Akira Luca de Tena (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Akira Luca de Tena updated HBASE-25594: -- Description: We usually use graceful_stop.sh from the Master to

[GitHub] [hbase] Apache-HBase commented on pull request #2973: HBASE-25594 graceful_stop.sh fails to unload regions when ran at localhost

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

[jira] [Updated] (HBASE-25594) graceful_stop.sh fails to unload regions when ran at localhost

2021-02-22 Thread Javier Akira Luca de Tena (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Akira Luca de Tena updated HBASE-25594: -- Description: We usually use graceful_stop.sh from the Master to

[jira] [Updated] (HBASE-25594) graceful_stop.sh fails to unload regions when ran at localhost

2021-02-22 Thread Javier Akira Luca de Tena (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Akira Luca de Tena updated HBASE-25594: -- Description: We usually use graceful_stop.sh from the Master to

[jira] [Updated] (HBASE-25594) graceful_stop.sh fails to unload regions when ran at localhost

2021-02-22 Thread Javier Akira Luca de Tena (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Akira Luca de Tena updated HBASE-25594: -- Description: We usually use graceful_stop.sh from the Master to

[GitHub] [hbase] Apache-HBase commented on pull request #2973: HBASE-25594 graceful_stop.sh fails to unload regions when ran at localhost

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

[jira] [Updated] (HBASE-25594) graceful_stop.sh fails to unload regions when ran at localhost

2021-02-22 Thread Javier Akira Luca de Tena (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Akira Luca de Tena updated HBASE-25594: -- Description: We usually use graceful_stop.sh from the Master to

[GitHub] [hbase] Apache-HBase commented on pull request #2973: HBASE-25594 graceful_stop.sh fails to unload regions when ran at localhost

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

[jira] [Updated] (HBASE-25594) graceful_stop.sh fails to unload regions when ran at localhost

2021-02-22 Thread Javier Akira Luca de Tena (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Akira Luca de Tena updated HBASE-25594: -- Description: We usually use graceful_stop.sh from the Master to

[jira] [Updated] (HBASE-25594) graceful_stop.sh fails to unload regions when ran at localhost

2021-02-22 Thread Javier Akira Luca de Tena (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Akira Luca de Tena updated HBASE-25594: -- Description: We usually use graceful_stop.sh from the Master to

[GitHub] [hbase] Apache-HBase commented on pull request #2966: HBASE-25562 ReplicationSourceWALReader log and handle exception immed…

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

[jira] [Updated] (HBASE-25594) graceful_stop.sh fails to unload regions when ran at localhost

2021-02-22 Thread Javier Akira Luca de Tena (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Akira Luca de Tena updated HBASE-25594: -- Affects Version/s: 3.0.0-alpha-1 > graceful_stop.sh fails to unload

[GitHub] [hbase] Apache-HBase commented on pull request #2973: HBASE-25594 graceful_stop.sh fails to unload regions when ran at localhost

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

[jira] [Updated] (HBASE-25594) graceful_stop.sh fails to unload regions when ran at localhost

2021-02-22 Thread Javier Akira Luca de Tena (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Akira Luca de Tena updated HBASE-25594: -- Description: We usually use graceful_stop.sh from the Master to

[GitHub] [hbase] Apache-HBase commented on pull request #2973: HBASE-25594 graceful_stop.sh fails to unload regions when ran at localhost

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

[GitHub] [hbase] Apache-HBase commented on pull request #2973: HBASE-25594 graceful_stop.sh fails to unload regions when ran at localhost

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

[jira] [Updated] (HBASE-25594) graceful_stop.sh fails to unload regions when ran at localhost

2021-02-22 Thread Javier Akira Luca de Tena (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Akira Luca de Tena updated HBASE-25594: -- Affects Version/s: 1.4.13 > graceful_stop.sh fails to unload regions

[GitHub] [hbase] javierluca opened a new pull request #2973: HBASE-25594 graceful_stop.sh fails to unload regions when ran at localhost

2021-02-22 Thread GitBox
javierluca opened a new pull request #2973: URL: https://github.com/apache/hbase/pull/2973 https://issues.apache.org/jira/browse/HBASE-25594 This is an automated message from the Apache Git Service. To respond to the

[jira] [Created] (HBASE-25594) graceful_stop.sh fails to unload regions when ran at localhost

2021-02-22 Thread Javier Akira Luca de Tena (Jira)
Javier Akira Luca de Tena created HBASE-25594: - Summary: graceful_stop.sh fails to unload regions when ran at localhost Key: HBASE-25594 URL: https://issues.apache.org/jira/browse/HBASE-25594

[GitHub] [hbase] Apache-HBase commented on pull request #2700: HBASE-25322 Redundant Reference file in bottom region of split

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

[jira] [Created] (HBASE-25593) Backport changes from HBASE-24418 to branch-1

2021-02-22 Thread Aman Poonia (Jira)
Aman Poonia created HBASE-25593: --- Summary: Backport changes from HBASE-24418 to branch-1 Key: HBASE-25593 URL: https://issues.apache.org/jira/browse/HBASE-25593 Project: HBase Issue Type:

[GitHub] [hbase] Apache-HBase commented on pull request #2969: HBASE-25590 Bulkload replication HFileRefs cannot be cleared in some …

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

[GitHub] [hbase] Apache-HBase commented on pull request #2012: HBASE-24670 KeyPrefix related split policies should exends SteppingSp…

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

[GitHub] [hbase] Apache-HBase commented on pull request #2700: HBASE-25322 Redundant Reference file in bottom region of split

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

[GitHub] [hbase] Apache-HBase commented on pull request #2012: HBASE-24670 KeyPrefix related split policies should exends SteppingSp…

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

[GitHub] [hbase] Apache-HBase commented on pull request #2972: HBASE-25592 Improve normalizer code in line with HBASE-23932

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

[GitHub] [hbase] Apache-HBase commented on pull request #2969: HBASE-25590 Bulkload replication HFileRefs cannot be cleared in some …

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

[GitHub] [hbase] Apache-HBase commented on pull request #2969: HBASE-25590 Bulkload replication HFileRefs cannot be cleared in some …

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

[GitHub] [hbase] Apache-HBase commented on pull request #2966: HBASE-25562 ReplicationSourceWALReader log and handle exception immed…

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

[GitHub] [hbase] ddupg commented on a change in pull request #2966: HBASE-25562 ReplicationSourceWALReader log and handle exception immed…

2021-02-22 Thread GitBox
ddupg commented on a change in pull request #2966: URL: https://github.com/apache/hbase/pull/2966#discussion_r580056864 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReader.java ## @@ -147,14 +147,13 @@ public

  1   2   >