[GitHub] [hbase] virajjasani commented on a change in pull request #2014: HBASE-24673 TransitionRegionStateProcedure of non-meta regions should…

2020-07-03 Thread GitBox
virajjasani commented on a change in pull request #2014: URL: https://github.com/apache/hbase/pull/2014#discussion_r449475878 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/TransitRegionStateProcedure.java ## @@ -200,14 +200,21 @@ private vo

[GitHub] [hbase] virajjasani commented on pull request #2007: HBASE-23634 Enable "Split WAL to HFile" by default

2020-07-03 Thread GitBox
virajjasani commented on pull request #2007: URL: https://github.com/apache/hbase/pull/2007#issuecomment-653454732 Multiple WAL tests seem impacted This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [hbase] virajjasani edited a comment on pull request #2007: HBASE-23634 Enable "Split WAL to HFile" by default

2020-07-03 Thread GitBox
virajjasani edited a comment on pull request #2007: URL: https://github.com/apache/hbase/pull/2007#issuecomment-653454732 Multiple WAL tests seem impacted due to change in default settings. This is an automated message from t

[GitHub] [hbase] virajjasani commented on a change in pull request #2006: HBASE-24632 Enable procedure-based log splitting as default in hbase3

2020-07-03 Thread GitBox
virajjasani commented on a change in pull request #2006: URL: https://github.com/apache/hbase/pull/2006#discussion_r449488742 ## File path: hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java ## @@ -1473,9 +1473,18 @@ public static final String HBASE_CLIENT_FA

[GitHub] [hbase] virajjasani commented on pull request #2006: HBASE-24632 Enable procedure-based log splitting as default in hbase3

2020-07-03 Thread GitBox
virajjasani commented on pull request #2006: URL: https://github.com/apache/hbase/pull/2006#issuecomment-653463450 We have some WAL test failures with this setting. This is an automated message from the Apache Git Service. To

[GitHub] [hbase] VicoWu commented on pull request #1764: HBASE-24420 Avoid Meaningless Retry Attempts in Unrecoverable Failure

2020-07-03 Thread GitBox
VicoWu commented on pull request #1764: URL: https://github.com/apache/hbase/pull/1764#issuecomment-653491694 @anoopsjohn Would you please have a further check for this fix? This is an automated message from the Apache Git S

[GitHub] [hbase] anoopsjohn commented on pull request #1764: HBASE-24420 Avoid Meaningless Retry Attempts in Unrecoverable Failure

2020-07-03 Thread GitBox
anoopsjohn commented on pull request #1764: URL: https://github.com/apache/hbase/pull/1764#issuecomment-653537594 I would say you include the initial change also. That was a nice fix which increasing the retry count exactly when needed.

[GitHub] [hbase] Apache9 commented on pull request #1970: HBASE-24625 AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

2020-07-03 Thread GitBox
Apache9 commented on pull request #1970: URL: https://github.com/apache/hbase/pull/1970#issuecomment-653553187 Hi, any updates here? @comnetwork Maybe we should include this in 2.3? It is a nasty bug... @ndimiduk This is

[GitHub] [hbase] comnetwork commented on a change in pull request #1970: HBASE-24625 AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

2020-07-03 Thread GitBox
comnetwork commented on a change in pull request #1970: URL: https://github.com/apache/hbase/pull/1970#discussion_r449602623 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALProvider.java ## @@ -74,6 +74,22 @@ interface WriterBase extends Closeable

[GitHub] [hbase] comnetwork commented on pull request #1970: HBASE-24625 AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

2020-07-03 Thread GitBox
comnetwork commented on pull request #1970: URL: https://github.com/apache/hbase/pull/1970#issuecomment-653571455 Removed the pre tag in the comment. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [hbase] comnetwork edited a comment on pull request #1970: HBASE-24625 AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

2020-07-03 Thread GitBox
comnetwork edited a comment on pull request #1970: URL: https://github.com/apache/hbase/pull/1970#issuecomment-653571455 Removed the pre tag in the comment and fix the javadoc bug. This is an automated message from the Apache

[GitHub] [hbase] wchevreuil merged pull request #1997: HBASE-24562: Stabilize master startup with meta replicas enabled

2020-07-03 Thread GitBox
wchevreuil merged pull request #1997: URL: https://github.com/apache/hbase/pull/1997 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] wchevreuil commented on pull request #1997: HBASE-24562: Stabilize master startup with meta replicas enabled

2020-07-03 Thread GitBox
wchevreuil commented on pull request #1997: URL: https://github.com/apache/hbase/pull/1997#issuecomment-653580156 @ndimiduk , done sir! This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [hbase] Apache-HBase commented on pull request #1970: HBASE-24625 AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

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

[GitHub] [hbase] Apache9 commented on pull request #1970: HBASE-24625 AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

2020-07-03 Thread GitBox
Apache9 commented on pull request #1970: URL: https://github.com/apache/hbase/pull/1970#issuecomment-653589968 There are still checkstyle issues? This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [hbase] wchevreuil commented on a change in pull request #2009: HBASE-21596 Delete for a specific cell version can bring back version…

2020-07-03 Thread GitBox
wchevreuil commented on a change in pull request #2009: URL: https://github.com/apache/hbase/pull/2009#discussion_r449650052 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java ## @@ -3170,37 +3171,88 @@ public void prepareDeleteTimestamp

[GitHub] [hbase] wchevreuil commented on a change in pull request #2009: HBASE-21596 Delete for a specific cell version can bring back version…

2020-07-03 Thread GitBox
wchevreuil commented on a change in pull request #2009: URL: https://github.com/apache/hbase/pull/2009#discussion_r449650148 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java ## @@ -3170,37 +3171,88 @@ public void prepareDeleteTimestamp

[GitHub] [hbase] wchevreuil commented on a change in pull request #2009: HBASE-21596 Delete for a specific cell version can bring back version…

2020-07-03 Thread GitBox
wchevreuil commented on a change in pull request #2009: URL: https://github.com/apache/hbase/pull/2009#discussion_r449650680 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java ## @@ -3170,37 +3171,88 @@ public void prepareDeleteTimestamp

[GitHub] [hbase] wchevreuil commented on pull request #2009: HBASE-21596 Delete for a specific cell version can bring back version…

2020-07-03 Thread GitBox
wchevreuil commented on pull request #2009: URL: https://github.com/apache/hbase/pull/2009#issuecomment-653614684 Addressed @virajjasani review comments. Fixed previous failed UTs, as those were validating the wrong behaviour. -

[GitHub] [hbase] Apache-HBase commented on pull request #2009: HBASE-21596 Delete for a specific cell version can bring back version…

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

[GitHub] [hbase] Apache-HBase commented on pull request #1970: HBASE-24625 AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

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

[GitHub] [hbase] Apache-HBase commented on pull request #1970: HBASE-24625 AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

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

[GitHub] [hbase] Apache-HBase commented on pull request #2009: HBASE-21596 Delete for a specific cell version can bring back version…

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

[jira] [Updated] (HBASE-24625) AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

2020-07-03 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-24625: Priority: Critical (was: Major) > AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the exp

[jira] [Commented] (HBASE-23634) Enable "Split WAL to HFile" by default

2020-07-03 Thread ramkrishna.s.vasudevan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17150990#comment-17150990 ] ramkrishna.s.vasudevan commented on HBASE-23634: bq.This works if the Re

[jira] [Commented] (HBASE-24625) AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

2020-07-03 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151096#comment-17151096 ] Sean Busbey commented on HBASE-24625: - What versions are impacted? All 2.x.y? > Asy

[jira] [Created] (HBASE-24676) Meta region assignment is blocked when all RS in meta table group are restarted.

2020-07-03 Thread Mohammad Arshad (Jira)
Mohammad Arshad created HBASE-24676: --- Summary: Meta region assignment is blocked when all RS in meta table group are restarted. Key: HBASE-24676 URL: https://issues.apache.org/jira/browse/HBASE-24676

[jira] [Commented] (HBASE-24625) AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

2020-07-03 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151098#comment-17151098 ] Sean Busbey commented on HBASE-24625: - We'll need a release note that includes a dow

[jira] [Updated] (HBASE-24625) AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

2020-07-03 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-24625: Fix Version/s: 2.2.6 2.3.1 3.0.0-alpha-1 > AsyncFSWAL.getLog

[jira] [Commented] (HBASE-24657) JsonBean representation of metrics at /jmx endpoint now quotes all numbers

2020-07-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151044#comment-17151044 ] Hudson commented on HBASE-24657: Results for branch master [build #1776 on buil

[jira] [Commented] (HBASE-20571) JMXJsonServlet generates invalid JSON if it has NaN in metrics

2020-07-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-20571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17150940#comment-17150940 ] Hudson commented on HBASE-20571: Results for branch branch-1 [build #1323 on bu

[jira] [Commented] (HBASE-24657) JsonBean representation of metrics at /jmx endpoint now quotes all numbers

2020-07-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17150938#comment-17150938 ] Hudson commented on HBASE-24657: Results for branch branch-1 [build #1323 on bu

[jira] [Commented] (HBASE-23015) Replace Jackson with relocated gson everywhere but hbase-rest

2020-07-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17150939#comment-17150939 ] Hudson commented on HBASE-23015: Results for branch branch-1 [build #1323 on bu

[jira] [Commented] (HBASE-24665) all wal of RegionGroupingProvider together roll

2020-07-03 Thread wenfeiyi666 (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17150920#comment-17150920 ] wenfeiyi666 commented on HBASE-24665: - Ping Anoop Sam John and Viraj Jasani > all w

[jira] [Comment Edited] (HBASE-24665) all wal of RegionGroupingProvider together roll

2020-07-03 Thread wenfeiyi666 (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17150920#comment-17150920 ] wenfeiyi666 edited comment on HBASE-24665 at 7/3/20, 10:24 AM: ---

[jira] [Commented] (HBASE-23634) Enable "Split WAL to HFile" by default

2020-07-03 Thread ramkrishna.s.vasudevan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151005#comment-17151005 ] ramkrishna.s.vasudevan commented on HBASE-23634: One question reg the re

[jira] [Comment Edited] (HBASE-24665) all wal of RegionGroupingProvider together roll

2020-07-03 Thread wenfeiyi666 (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17150920#comment-17150920 ] wenfeiyi666 edited comment on HBASE-24665 at 7/3/20, 10:25 AM: ---

[jira] [Comment Edited] (HBASE-24665) all wal of RegionGroupingProvider together roll

2020-07-03 Thread wenfeiyi666 (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17150920#comment-17150920 ] wenfeiyi666 edited comment on HBASE-24665 at 7/3/20, 10:25 AM: ---

[jira] [Created] (HBASE-24677) [Flakey] TestVerifyReplication.testVerifyRepJob & TestVerifyReplicationAdjunct.testVerifyReplicationWithSnapshotSupport

2020-07-03 Thread Viraj Jasani (Jira)
Viraj Jasani created HBASE-24677: Summary: [Flakey] TestVerifyReplication.testVerifyRepJob & TestVerifyReplicationAdjunct.testVerifyReplicationWithSnapshotSupport Key: HBASE-24677 URL: https://issues.apache.org/ji

[jira] [Updated] (HBASE-24677) [Flakey] TestVerifyReplication.testVerifyRepJob & TestVerifyReplicationAdjunct.testVerifyReplicationWithSnapshotSupport

2020-07-03 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani updated HBASE-24677: - Labels: flakey test (was: ) > [Flakey] TestVerifyReplication.testVerifyRepJob & > TestVerifyRe

[GitHub] [hbase] Apache-HBase commented on pull request #2009: HBASE-21596 Delete for a specific cell version can bring back version…

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

[jira] [Updated] (HBASE-24677) [Flakey] TestVerifyReplication.testVerifyRepJob & TestVerifyReplicationAdjunct.testVerifyReplicationWithSnapshotSupport

2020-07-03 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani updated HBASE-24677: - Description: Attaching sunfire reports xml for details. For both reports, on high level, I see

[jira] [Created] (HBASE-24675) On Master restart all servers are assigned to default rsgroup.

2020-07-03 Thread Mohammad Arshad (Jira)
Mohammad Arshad created HBASE-24675: --- Summary: On Master restart all servers are assigned to default rsgroup. Key: HBASE-24675 URL: https://issues.apache.org/jira/browse/HBASE-24675 Project: HBase

[jira] [Updated] (HBASE-24664) Some changing of split region by overall region size rather than only one store size

2020-07-03 Thread Zheng Wang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Wang updated HBASE-24664: --- Description: As a distributed cluster, HBase distribute loads in unit of region, so if region grows

[jira] [Commented] (HBASE-24562) Stabilize master startup with meta replicas enabled

2020-07-03 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151134#comment-17151134 ] Hudson commented on HBASE-24562: Results for branch branch-2.2 [build #905 on b

[jira] [Commented] (HBASE-23634) Enable "Split WAL to HFile" by default

2020-07-03 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151135#comment-17151135 ] Michael Stack commented on HBASE-23634: --- {quote}One question reg the region replic

[GitHub] [hbase] saintstack commented on a change in pull request #2006: HBASE-24632 Enable procedure-based log splitting as default in hbase3

2020-07-03 Thread GitBox
saintstack commented on a change in pull request #2006: URL: https://github.com/apache/hbase/pull/2006#discussion_r449718570 ## File path: hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java ## @@ -1473,9 +1473,18 @@ public static final String HBASE_CLIENT_FAS

[jira] [Updated] (HBASE-24632) Enable procedure-based log splitting as default in hbase3

2020-07-03 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack updated HBASE-24632: -- Fix Version/s: 2.4.0 > Enable procedure-based log splitting as default in hbase3 > ---

[jira] [Commented] (HBASE-24632) Enable procedure-based log splitting as default in hbase3

2020-07-03 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151137#comment-17151137 ] Michael Stack commented on HBASE-24632: --- Was going to enable for 2.4 unless object

[jira] [Commented] (HBASE-23634) Enable "Split WAL to HFile" by default

2020-07-03 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151138#comment-17151138 ] Michael Stack commented on HBASE-23634: --- Was going to enable for 2.4 unless object

[GitHub] [hbase] brfrn169 commented on pull request #1991: HBASE-24650 Change the return types of the new CheckAndMutate methods…

2020-07-03 Thread GitBox
brfrn169 commented on pull request #1991: URL: https://github.com/apache/hbase/pull/1991#issuecomment-653704405 I missed that it had some checkstyle errors. I fixed the errors. This is an automated message from the Apache Git

[GitHub] [hbase] brfrn169 edited a comment on pull request #1991: HBASE-24650 Change the return types of the new CheckAndMutate methods…

2020-07-03 Thread GitBox
brfrn169 edited a comment on pull request #1991: URL: https://github.com/apache/hbase/pull/1991#issuecomment-653704405 I missed that this had some checkstyle errors. I fixed the errors. This is an automated message from the A

[GitHub] [hbase] brfrn169 commented on pull request #1991: HBASE-24650 Change the return types of the new CheckAndMutate methods…

2020-07-03 Thread GitBox
brfrn169 commented on pull request #1991: URL: https://github.com/apache/hbase/pull/1991#issuecomment-653704586 Ping @Apache9. Thanks. This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [hbase] Apache-HBase commented on pull request #1991: HBASE-24650 Change the return types of the new CheckAndMutate methods…

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

[jira] [Commented] (HBASE-24665) all wal of RegionGroupingProvider together roll

2020-07-03 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151177#comment-17151177 ] Anoop Sam John commented on HBASE-24665: Is this only a branch-2 issue? > all

[jira] [Commented] (HBASE-23634) Enable "Split WAL to HFile" by default

2020-07-03 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151178#comment-17151178 ] Anoop Sam John commented on HBASE-23634: bq.One question reg the region replica

[GitHub] [hbase] comnetwork commented on pull request #1970: HBASE-24625 AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

2020-07-03 Thread GitBox
comnetwork commented on pull request #1970: URL: https://github.com/apache/hbase/pull/1970#issuecomment-653722556 Fixed the checkstyle errors. This is an automated message from the Apache Git Service. To respond to the messag

[jira] [Commented] (HBASE-24625) AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

2020-07-03 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151184#comment-17151184 ] chenglei commented on HBASE-24625: -- [~busbey], yes, all 2.x.y versions are impacted.

[GitHub] [hbase] Apache-HBase commented on pull request #1991: HBASE-24650 Change the return types of the new CheckAndMutate methods…

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

[GitHub] [hbase] Apache-HBase commented on pull request #1970: HBASE-24625 AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

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

[GitHub] [hbase] Apache-HBase commented on pull request #1991: HBASE-24650 Change the return types of the new CheckAndMutate methods…

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

[jira] [Updated] (HBASE-24625) AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

2020-07-03 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-24625: Affects Version/s: 2.1.0 2.0.0 2.2.0 > AsyncFSWAL.ge

[jira] [Updated] (HBASE-24625) AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length.

2020-07-03 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-24625: Component/s: wal Replication > AsyncFSWAL.getLogFileSizeIfBeingWritten does not r

[GitHub] [hbase] nyl3532016 opened a new pull request #2016: HBASE-24653 Show snapshot owner on Master WebUI

2020-07-03 Thread GitBox
nyl3532016 opened a new pull request #2016: URL: https://github.com/apache/hbase/pull/2016 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 #2016: HBASE-24653 Show snapshot owner on Master WebUI

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