[GitHub] [hbase] Apache-HBase commented on issue #1018: HBASE-23652 Move the unsupported procedure type check before migratin…

2020-01-10 Thread GitBox
Apache-HBase commented on issue #1018: HBASE-23652 Move the unsupported procedure type check before migratin… URL: https://github.com/apache/hbase/pull/1018#issuecomment-573151752 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] saintstack commented on issue #1012: HBASE-21065 Try ROW_INDEX_V1 encoding on meta table (fix bloomfilters…

2020-01-10 Thread GitBox
saintstack commented on issue #1012: HBASE-21065 Try ROW_INDEX_V1 encoding on meta table (fix bloomfilters… URL: https://github.com/apache/hbase/pull/1012#issuecomment-573148773 So, the ROW_INDEX_V1 encoding seems to mess up the tests. Here is a patch with ROWCOL bloom to see how it does.

[GitHub] [hbase] Apache-HBase commented on issue #1017: HBASE-23675 Move to Apache parent POM version 22

2020-01-10 Thread GitBox
Apache-HBase commented on issue #1017: HBASE-23675 Move to Apache parent POM version 22 URL: https://github.com/apache/hbase/pull/1017#issuecomment-573145861 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Created] (HBASE-23677) region.jsp returns 500/NPE when provided encoded region name is not online

2020-01-10 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-23677: Summary: region.jsp returns 500/NPE when provided encoded region name is not online Key: HBASE-23677 URL: https://issues.apache.org/jira/browse/HBASE-23677 Project:

[GitHub] [hbase] Apache-HBase commented on issue #1016: HBASE-23656 [MERGETOOL] HBASE Support Merge region by pattern

2020-01-10 Thread GitBox
Apache-HBase commented on issue #1016: HBASE-23656 [MERGETOOL] HBASE Support Merge region by pattern URL: https://github.com/apache/hbase/pull/1016#issuecomment-573138221 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Created] (HBASE-23676) Address feedback on HBASE-23055 Alter hbase:meta.

2020-01-10 Thread Michael Stack (Jira)
Michael Stack created HBASE-23676: - Summary: Address feedback on HBASE-23055 Alter hbase:meta. Key: HBASE-23676 URL: https://issues.apache.org/jira/browse/HBASE-23676 Project: HBase Issue

[jira] [Commented] (HBASE-23055) Alter hbase:meta

2020-01-10 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17013083#comment-17013083 ] Sean Busbey commented on HBASE-23055: - bq. Or let's open a follow on issue, and set it as a blocker

[jira] [Commented] (HBASE-23055) Alter hbase:meta

2020-01-10 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17013079#comment-17013079 ] Sean Busbey commented on HBASE-23055: - I agree that this change looks much lower risk than the

[GitHub] [hbase] saintstack opened a new pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
saintstack opened a new pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011 Make it so hbase:meta can be altered. TableState for hbase:meta was hardcoded ENABLED. Make it dynamic. State is now kept in current active Master. It is

[GitHub] [hbase] saintstack commented on issue #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
saintstack commented on issue #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#issuecomment-573125703 @Apache9 Thanks for the review. Let me open a follow-on to address helpful feedback (Boolean => Void, Preventing CF deletion, etc.). On the 'bad

[GitHub] [hbase] saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365340349 ## File path:

[GitHub] [hbase] saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365338167 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptors.java ## @@ -135,16 +136,32

[GitHub] [hbase] saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365337458 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/TestHBaseMetaEdit.java ## @@ -0,0 +1,110 @@ +/* + *

[GitHub] [hbase] saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365337598 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/TableDescriptors.java ## @@ -25,51 +25,39 @@ /**

[GitHub] [hbase] saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365337029 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/TableStateManager.java ## @@ -54,8 +53,20 @@

[GitHub] [hbase] saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365331618 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKAsyncRegistry.java ## @@ -229,6 +244,43 @@

[GitHub] [hbase] saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365330389 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKAsyncRegistry.java ## @@ -58,8 +62,19 @@

[GitHub] [hbase] saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
saintstack commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365324010 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.java ## @@ -666,42 +667,55

[GitHub] [hbase] ndimiduk commented on issue #1010: HBASE-23664 Upgrade JUnit to 4.13

2020-01-10 Thread GitBox
ndimiduk commented on issue #1010: HBASE-23664 Upgrade JUnit to 4.13 URL: https://github.com/apache/hbase/pull/1010#issuecomment-573078633 That's a lot of failures. Kicking the PR job to try again. This is an automated

[GitHub] [hbase] ndimiduk merged pull request #1009: HBASE-23664 Upgrade JUnit to 4.13

2020-01-10 Thread GitBox
ndimiduk merged pull request #1009: HBASE-23664 Upgrade JUnit to 4.13 URL: https://github.com/apache/hbase/pull/1009 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (HBASE-23601) OutputSink.WriterThread exception gets stuck and repeated indefinietly

2020-01-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012947#comment-17012947 ] Hudson commented on HBASE-23601: Results for branch branch-2.1 [build #1768 on

[GitHub] [hbase] Apache9 opened a new pull request #1018: HBASE-23652 Move the unsupported procedure type check before migratin…

2020-01-10 Thread GitBox
Apache9 opened a new pull request #1018: HBASE-23652 Move the unsupported procedure type check before migratin… URL: https://github.com/apache/hbase/pull/1018 …g to RegionProcedureStore This is an automated message from the

[jira] [Updated] (HBASE-23652) Move the unsupported procedure type check before migrating to RegionProcedureStore

2020-01-10 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-23652: -- Summary: Move the unsupported procedure type check before migrating to RegionProcedureStore (was:

[jira] [Work started] (HBASE-23675) Move to Apache parent POM version 22

2020-01-10 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-23675 started by Peter Somogyi. - > Move to Apache parent POM version 22 >

[GitHub] [hbase] petersomogyi opened a new pull request #1017: HBASE-23675 Move to Apache parent POM version 22

2020-01-10 Thread GitBox
petersomogyi opened a new pull request #1017: HBASE-23675 Move to Apache parent POM version 22 URL: https://github.com/apache/hbase/pull/1017 This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (HBASE-23055) Alter hbase:meta

2020-01-10 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012892#comment-17012892 ] Duo Zhang commented on HBASE-23055: --- Or let's open a follow on issue, and set it as a blocker of

[jira] [Commented] (HBASE-23659) BaseLoadBalancer#wouldLowerAvailability should consider region replicas

2020-01-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012891#comment-17012891 ] Hudson commented on HBASE-23659: Results for branch master [build #1594 on

[jira] [Commented] (HBASE-22285) A normalizer which merges very small size regions with adjacent regions.(MergeToNormalize)

2020-01-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012888#comment-17012888 ] Hudson commented on HBASE-22285: Results for branch master [build #1594 on

[jira] [Commented] (HBASE-23055) Alter hbase:meta

2020-01-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012890#comment-17012890 ] Hudson commented on HBASE-23055: Results for branch master [build #1594 on

[jira] [Commented] (HBASE-23655) Fix flaky TestRSGroupsKillRS: should wait the SCP to finish

2020-01-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012885#comment-17012885 ] Hudson commented on HBASE-23655: Results for branch master [build #1594 on

[jira] [Commented] (HBASE-23654) Please add Apache Trafodion and EsgynDB to "Powered by Apache HBase" page

2020-01-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012886#comment-17012886 ] Hudson commented on HBASE-23654: Results for branch master [build #1594 on

[jira] [Commented] (HBASE-23664) Upgrade JUnit to 4.13

2020-01-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012887#comment-17012887 ] Hudson commented on HBASE-23664: Results for branch master [build #1594 on

[jira] [Commented] (HBASE-23378) Clean Up FSUtil setClusterId

2020-01-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012889#comment-17012889 ] Hudson commented on HBASE-23378: Results for branch master [build #1594 on

[jira] [Commented] (HBASE-23663) Allow dot and hyphen in Profiler's URL

2020-01-10 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012884#comment-17012884 ] Hudson commented on HBASE-23663: Results for branch master [build #1594 on

[jira] [Created] (HBASE-23675) Move to Apache parent POM version 22

2020-01-10 Thread Peter Somogyi (Jira)
Peter Somogyi created HBASE-23675: - Summary: Move to Apache parent POM version 22 Key: HBASE-23675 URL: https://issues.apache.org/jira/browse/HBASE-23675 Project: HBase Issue Type:

[jira] [Commented] (HBASE-23055) Alter hbase:meta

2020-01-10 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012871#comment-17012871 ] Duo Zhang commented on HBASE-23055: --- Replied on RB, I still do not think this is a good solution. We

[GitHub] [hbase] Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365224489 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKAsyncRegistry.java ## @@ -229,6 +244,43 @@

[GitHub] [hbase] Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365233838 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptors.java ## @@ -135,16 +136,32 @@

[GitHub] [hbase] Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365221090 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKAsyncRegistry.java ## @@ -58,8 +62,19 @@

[GitHub] [hbase] Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365233018 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/TableDescriptors.java ## @@ -25,51 +25,39 @@ /** *

[GitHub] [hbase] Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365227172 ## File path:

[GitHub] [hbase] Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365220125 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.java ## @@ -666,42 +667,55 @@

[GitHub] [hbase] Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365226730 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/TableStateManager.java ## @@ -54,8 +53,20 @@ //

[GitHub] [hbase] Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365221342 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKAsyncRegistry.java ## @@ -58,8 +62,19 @@

[GitHub] [hbase] Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta

2020-01-10 Thread GitBox
Apache9 commented on a change in pull request #1011: HBASE-23055 Alter hbase:meta URL: https://github.com/apache/hbase/pull/1011#discussion_r365230905 ## File path: hbase-server/src/test/java/org/apache/hadoop/hbase/TestHBaseMetaEdit.java ## @@ -0,0 +1,110 @@ +/* + *

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

2020-01-10 Thread Szabolcs Bukros (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012853#comment-17012853 ] Szabolcs Bukros commented on HBASE-23591: - [~anoop.hbase] You are right,  we would loose the

[jira] [Updated] (HBASE-23656) [MERGETOOL] HBASE Support Merge region by pattern

2020-01-10 Thread zhengsicheng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhengsicheng updated HBASE-23656: - Fix Version/s: 1.4.13 > [MERGETOOL] HBASE Support Merge region by pattern >

[jira] [Updated] (HBASE-23656) [MERGETOOL] HBASE Support Merge region by pattern

2020-01-10 Thread zhengsicheng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhengsicheng updated HBASE-23656: - Attachment: HBASE-23656.branch-1.4.v1.patch > [MERGETOOL] HBASE Support Merge region by pattern

[GitHub] [hbase] mygood opened a new pull request #1016: HBASE-23656 [MERGETOOL] HBASE Support Merge region by pattern

2020-01-10 Thread GitBox
mygood opened a new pull request #1016: HBASE-23656 [MERGETOOL] HBASE Support Merge region by pattern URL: https://github.com/apache/hbase/pull/1016 Design Objective: 1. Merge empty region 2. Neat region 3. merge expired region Usage: bin/hbase onlinemerge [--tableName=]

[jira] [Created] (HBASE-23674) Too many rit page Numbers show confusion

2020-01-10 Thread dingbaosheng (Jira)
dingbaosheng created HBASE-23674: Summary: Too many rit page Numbers show confusion Key: HBASE-23674 URL: https://issues.apache.org/jira/browse/HBASE-23674 Project: HBase Issue Type: Bug

[GitHub] [hbase] Apache-HBase commented on issue #1015: HBASE-23668 Master log start filling with "Flush journal status" messages

2020-01-10 Thread GitBox
Apache-HBase commented on issue #1015: HBASE-23668 Master log start filling with "Flush journal status" messages URL: https://github.com/apache/hbase/pull/1015#issuecomment-572995230 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #992: HBASE-23637 Generate CHANGES.md and RELEASENOTES.md for 2.2.3 (addendum)

2020-01-10 Thread GitBox
Apache-HBase commented on issue #992: HBASE-23637 Generate CHANGES.md and RELEASENOTES.md for 2.2.3 (addendum) URL: https://github.com/apache/hbase/pull/992#issuecomment-572974195 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] infraio merged pull request #992: HBASE-23637 Generate CHANGES.md and RELEASENOTES.md for 2.2.3 (addendum)

2020-01-10 Thread GitBox
infraio merged pull request #992: HBASE-23637 Generate CHANGES.md and RELEASENOTES.md for 2.2.3 (addendum) URL: https://github.com/apache/hbase/pull/992 This is an automated message from the Apache Git Service. To respond

[jira] [Commented] (HBASE-23601) OutputSink.WriterThread exception gets stuck and repeated indefinietly

2020-01-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012637#comment-17012637 ] Guanghao Zhang commented on HBASE-23601: I plan to release 2.2.3 now. Let me revert it from

[jira] [Updated] (HBASE-23666) Backport "HBASE-23660 hbase:meta's table.jsp ref to wrong rs address" to branch-2

2020-01-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-23666: --- Fix Version/s: 2.2.3 > Backport "HBASE-23660 hbase:meta's table.jsp ref to wrong rs

[jira] [Updated] (HBASE-23666) Backport "HBASE-23660 hbase:meta's table.jsp ref to wrong rs address" to branch-2

2020-01-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-23666: --- Fix Version/s: (was: 2.2.3) > Backport "HBASE-23660 hbase:meta's table.jsp ref to wrong

[jira] [Updated] (HBASE-23651) Region balance throttling can be disabled

2020-01-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-23651: --- Fix Version/s: (was: 2.2.4) 2.2.3 > Region balance throttling can be

[jira] [Updated] (HBASE-23663) Allow dot and hyphen in Profiler's URL

2020-01-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-23663: --- Fix Version/s: (was: 2.2.4) 2.2.3 > Allow dot and hyphen in

[jira] [Resolved] (HBASE-23658) Fix flaky TestSnapshotFromMaster

2020-01-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang resolved HBASE-23658. Resolution: Fixed > Fix flaky TestSnapshotFromMaster > >

[jira] [Resolved] (HBASE-23659) BaseLoadBalancer#wouldLowerAvailability should consider region replicas

2020-01-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang resolved HBASE-23659. Resolution: Fixed > BaseLoadBalancer#wouldLowerAvailability should consider region

[jira] [Resolved] (HBASE-23655) Fix flaky TestRSGroupsKillRS: should wait the SCP to finish

2020-01-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang resolved HBASE-23655. Resolution: Fixed > Fix flaky TestRSGroupsKillRS: should wait the SCP to finish >

[jira] [Commented] (HBASE-23673) org.apache.hadoop.hbase.ipc.RpcServer.Listener#closeCurrentConnection did not close the connection properly

2020-01-10 Thread Baiqiang Zhao (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012560#comment-17012560 ] Baiqiang Zhao commented on HBASE-23673: --- Ping [~stack] >

[jira] [Commented] (HBASE-23601) OutputSink.WriterThread exception gets stuck and repeated indefinietly

2020-01-10 Thread Szabolcs Bukros (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012557#comment-17012557 ] Szabolcs Bukros commented on HBASE-23601: - [~stack] Thanks for the merge! This doesn't need a

[jira] [Commented] (HBASE-23659) BaseLoadBalancer#wouldLowerAvailability should consider region replicas

2020-01-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012552#comment-17012552 ] Guanghao Zhang commented on HBASE-23659: Pushed to branch-2.2+. Thanks all for reviewing. >

[jira] [Updated] (HBASE-23659) BaseLoadBalancer#wouldLowerAvailability should consider region replicas

2020-01-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-23659: --- Fix Version/s: 2.2.3 2.3.0 3.0.0 >

[jira] [Commented] (HBASE-23286) Improve MTTR: Split WAL to HFile

2020-01-10 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012543#comment-17012543 ] Guanghao Zhang commented on HBASE-23286: {quote}bq.  I think [~zghao] has already ported the

<    1   2