[GitHub] [hbase] Apache-HBase commented on issue #957: HBASE-23604: Clarify AsyncRegistry usage in the code.

2019-12-27 Thread GitBox
Apache-HBase commented on issue #957: HBASE-23604: Clarify AsyncRegistry usage in the code. URL: https://github.com/apache/hbase/pull/957#issuecomment-569390356 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HBASE-23604) Usage of "registry" is unclear in the code.

2019-12-27 Thread HBase QA (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004395#comment-17004395 ] HBase QA commented on HBASE-23604: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-23619) Use built-in formatting for logging in hbase-zookeeper

2019-12-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004391#comment-17004391 ] Hudson commented on HBASE-23619: Results for branch branch-2.1 [build #1754 on

[jira] [Commented] (HBASE-20673) Reduce the number of Cell implementations; the profusion is distracting to users and JIT

2019-12-27 Thread zhuobin zheng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-20673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004385#comment-17004385 ] zhuobin zheng commented on HBASE-20673: --- I Can't add attachment. So I add some info in this

[jira] [Commented] (HBASE-20673) Reduce the number of Cell implementations; the profusion is distracting to users and JIT

2019-12-27 Thread zhuobin zheng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-20673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004384#comment-17004384 ] zhuobin zheng commented on HBASE-20673: --- Hi, [~stack]   I also encountered similar problems in my

[GitHub] [hbase] Apache-HBase commented on issue #931: HBASE-22285 A normalizer which merges small size regions with adjacen…

2019-12-27 Thread GitBox
Apache-HBase commented on issue #931: HBASE-22285 A normalizer which merges small size regions with adjacen… URL: https://github.com/apache/hbase/pull/931#issuecomment-569383969 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HBASE-23617) Add a stress test tool for region based procedure store

2019-12-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004366#comment-17004366 ] Hudson commented on HBASE-23617: Results for branch branch-2 [build #2398 on

[jira] [Commented] (HBASE-23619) Use built-in formatting for logging in hbase-zookeeper

2019-12-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004365#comment-17004365 ] Hudson commented on HBASE-23619: Results for branch branch-2 [build #2398 on

[jira] [Commented] (HBASE-23619) Use built-in formatting for logging in hbase-zookeeper

2019-12-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004363#comment-17004363 ] Hudson commented on HBASE-23619: Results for branch branch-2.2 [build #737 on

[jira] [Commented] (HBASE-23238) Additional test and checks for null references on ScannerCallableWithReplicas

2019-12-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004362#comment-17004362 ] Hudson commented on HBASE-23238: Results for branch branch-2.2 [build #737 on

[jira] [Commented] (HBASE-18095) Provide an option for clients to find the server hosting META that does not involve the ZooKeeper client

2019-12-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-18095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004357#comment-17004357 ] Hudson commented on HBASE-18095: Results for branch HBASE-18095/client-locate-meta-no-zookeeper

[GitHub] [hbase] bharathv commented on issue #957: HBASE-23604: Clarify AsyncRegistry usage in the code.

2019-12-27 Thread GitBox
bharathv commented on issue #957: HBASE-23604: Clarify AsyncRegistry usage in the code. URL: https://github.com/apache/hbase/pull/957#issuecomment-569364159 @saintstack I also pushed a commit that does the rename of AsyncRegistry -> ConnectionRegistry. Let me know what you think. I

[jira] [Commented] (HBASE-23617) Add a stress test tool for region based procedure store

2019-12-27 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004333#comment-17004333 ] Michael Stack commented on HBASE-23617: --- Changes in sizes make sense w/ your explanation above.

[GitHub] [hbase] bharathv commented on issue #957: HBASE-23604: Clarify AsyncRegistry usage in the code.

2019-12-27 Thread GitBox
bharathv commented on issue #957: HBASE-23604: Clarify AsyncRegistry usage in the code. URL: https://github.com/apache/hbase/pull/957#issuecomment-569339987 Thanks for the review. > i.e. you need the Registry to make a useful Connection to the cluster. Yea, that seems

[GitHub] [hbase] saintstack commented on issue #955: HBASE-23597 Give high priority for meta assign procedure and ServerCr…

2019-12-27 Thread GitBox
saintstack commented on issue #955: HBASE-23597 Give high priority for meta assign procedure and ServerCr… URL: https://github.com/apache/hbase/pull/955#issuecomment-569339407 That is awkward @binlijin With this added level of priority, server B will be able to be processed ahead

[GitHub] [hbase] saintstack commented on issue #957: HBASE-23604: Clarify AsyncRegistry usage in the code.

2019-12-27 Thread GitBox
saintstack commented on issue #957: HBASE-23604: Clarify AsyncRegistry usage in the code. URL: https://github.com/apache/hbase/pull/957#issuecomment-569338692 i.e. you need the Registry to make a useful Connection to the cluster.

[GitHub] [hbase] HorizonNet commented on a change in pull request #968: HBASE-23622 Reduced the number of Checkstyle violations in hbase-common

2019-12-27 Thread GitBox
HorizonNet commented on a change in pull request #968: HBASE-23622 Reduced the number of Checkstyle violations in hbase-common URL: https://github.com/apache/hbase/pull/968#discussion_r361738538 ## File path:

[GitHub] [hbase] saintstack commented on a change in pull request #958: HBASE-23584 : Descrease rpc getFileStatus count when open a storefile

2019-12-27 Thread GitBox
saintstack commented on a change in pull request #958: HBASE-23584 : Descrease rpc getFileStatus count when open a storefile URL: https://github.com/apache/hbase/pull/958#discussion_r361737332 ## File path:

[GitHub] [hbase] saintstack commented on a change in pull request #958: HBASE-23584 : Descrease rpc getFileStatus count when open a storefile

2019-12-27 Thread GitBox
saintstack commented on a change in pull request #958: HBASE-23584 : Descrease rpc getFileStatus count when open a storefile URL: https://github.com/apache/hbase/pull/958#discussion_r361737911 ## File path:

[GitHub] [hbase] saintstack commented on a change in pull request #958: HBASE-23584 : Descrease rpc getFileStatus count when open a storefile

2019-12-27 Thread GitBox
saintstack commented on a change in pull request #958: HBASE-23584 : Descrease rpc getFileStatus count when open a storefile URL: https://github.com/apache/hbase/pull/958#discussion_r361737467 ## File path:

[GitHub] [hbase] saintstack commented on a change in pull request #968: HBASE-23622 Reduced the number of Checkstyle violations in hbase-common

2019-12-27 Thread GitBox
saintstack commented on a change in pull request #968: HBASE-23622 Reduced the number of Checkstyle violations in hbase-common URL: https://github.com/apache/hbase/pull/968#discussion_r361736390 ## File path:

[GitHub] [hbase] saintstack commented on a change in pull request #820: HBASE-23286 Improve MTTR: Split WAL to HFile

2019-12-27 Thread GitBox
saintstack commented on a change in pull request #820: HBASE-23286 Improve MTTR: Split WAL to HFile URL: https://github.com/apache/hbase/pull/820#discussion_r361721355 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java ## @@

[GitHub] [hbase] saintstack commented on a change in pull request #820: HBASE-23286 Improve MTTR: Split WAL to HFile

2019-12-27 Thread GitBox
saintstack commented on a change in pull request #820: HBASE-23286 Improve MTTR: Split WAL to HFile URL: https://github.com/apache/hbase/pull/820#discussion_r361720444 ## File path: hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java ## @@ -51,11 +51,19 @@

[GitHub] [hbase] saintstack commented on a change in pull request #820: HBASE-23286 Improve MTTR: Split WAL to HFile

2019-12-27 Thread GitBox
saintstack commented on a change in pull request #820: HBASE-23286 Improve MTTR: Split WAL to HFile URL: https://github.com/apache/hbase/pull/820#discussion_r361731432 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/wal/BoundedRecoveredHFilesOutputSink.java

[GitHub] [hbase] saintstack commented on a change in pull request #820: HBASE-23286 Improve MTTR: Split WAL to HFile

2019-12-27 Thread GitBox
saintstack commented on a change in pull request #820: HBASE-23286 Improve MTTR: Split WAL to HFile URL: https://github.com/apache/hbase/pull/820#discussion_r361731228 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitUtil.java ## @@ -563,4

[GitHub] [hbase] saintstack commented on a change in pull request #820: HBASE-23286 Improve MTTR: Split WAL to HFile

2019-12-27 Thread GitBox
saintstack commented on a change in pull request #820: HBASE-23286 Improve MTTR: Split WAL to HFile URL: https://github.com/apache/hbase/pull/820#discussion_r361731118 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitUtil.java ## @@ -563,4

[GitHub] [hbase] Apache-HBase commented on issue #968: HBASE-23622 Reduced the number of Checkstyle violations in hbase-common

2019-12-27 Thread GitBox
Apache-HBase commented on issue #968: HBASE-23622 Reduced the number of Checkstyle violations in hbase-common URL: https://github.com/apache/hbase/pull/968#issuecomment-569328709 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] HorizonNet commented on a change in pull request #967: HBASE-23621 Reduced the number of Checkstyle violations in tests of hbase-common

2019-12-27 Thread GitBox
HorizonNet commented on a change in pull request #967: HBASE-23621 Reduced the number of Checkstyle violations in tests of hbase-common URL: https://github.com/apache/hbase/pull/967#discussion_r361721578 ## File path:

[GitHub] [hbase] Apache-HBase commented on issue #948: HBASE-23588 : Cache index & bloom blocks on write if CacheCompactedBl…

2019-12-27 Thread GitBox
Apache-HBase commented on issue #948: HBASE-23588 : Cache index & bloom blocks on write if CacheCompactedBl… URL: https://github.com/apache/hbase/pull/948#issuecomment-569320900 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] saintstack commented on a change in pull request #967: HBASE-23621 Reduced the number of Checkstyle violations in tests of hbase-common

2019-12-27 Thread GitBox
saintstack commented on a change in pull request #967: HBASE-23621 Reduced the number of Checkstyle violations in tests of hbase-common URL: https://github.com/apache/hbase/pull/967#discussion_r361719879 ## File path:

[GitHub] [hbase] virajjasani closed pull request #965: HBASE-23238: Remove 'static'ness of cell counter in LimitKVsReturnFil…

2019-12-27 Thread GitBox
virajjasani closed pull request #965: HBASE-23238: Remove 'static'ness of cell counter in LimitKVsReturnFil… URL: https://github.com/apache/hbase/pull/965 This is an automated message from the Apache Git Service. To respond

[jira] [Assigned] (HBASE-23618) Add a tool to print procedure info offline

2019-12-27 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reassigned HBASE-23618: - Assignee: Duo Zhang > Add a tool to print procedure info offline >

[jira] [Work started] (HBASE-23618) Add a tool to print procedure info offline

2019-12-27 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-23618 started by Duo Zhang. - > Add a tool to print procedure info offline >

[jira] [Resolved] (HBASE-23617) Add a stress test tool for region based procedure store

2019-12-27 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-23617. --- Hadoop Flags: Reviewed Release Note: Use ./hbase

[jira] [Updated] (HBASE-23617) Add a stress test tool for region based procedure store

2019-12-27 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-23617: -- Fix Version/s: 2.3.0 3.0.0 > Add a stress test tool for region based procedure

[GitHub] [hbase] Apache9 commented on issue #966: HBASE-23620 KeyPrefixRegionSplitPolicy may cause split to fail when s…

2019-12-27 Thread GitBox
Apache9 commented on issue #966: HBASE-23620 KeyPrefixRegionSplitPolicy may cause split to fail when s… URL: https://github.com/apache/hbase/pull/966#issuecomment-569286840 Assumption means always right, there is no 'mostly right' assumption... Users choose this split policy means they

[GitHub] [hbase] wchevreuil commented on issue #966: HBASE-23620 KeyPrefixRegionSplitPolicy may cause split to fail when s…

2019-12-27 Thread GitBox
wchevreuil commented on issue #966: HBASE-23620 KeyPrefixRegionSplitPolicy may cause split to fail when s… URL: https://github.com/apache/hbase/pull/966#issuecomment-569285071 > For example, I add user id as the prefix of the row key, and I want to do local secondary index on the user

[GitHub] [hbase] virajjasani commented on issue #948: HBASE-23588 : Cache index & bloom blocks on write if CacheCompactedBl…

2019-12-27 Thread GitBox
virajjasani commented on issue #948: HBASE-23588 : Cache index & bloom blocks on write if CacheCompactedBl… URL: https://github.com/apache/hbase/pull/948#issuecomment-569283677 Thanks @ramkrish86 @chenxu14 Let me have one more QA build run

[GitHub] [hbase] Apache9 merged pull request #962: HBASE-23617 Add a stress test tool for region based procedure store

2019-12-27 Thread GitBox
Apache9 merged pull request #962: HBASE-23617 Add a stress test tool for region based procedure store URL: https://github.com/apache/hbase/pull/962 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [hbase] Apache9 commented on issue #966: HBASE-23620 KeyPrefixRegionSplitPolicy may cause split to fail when s…

2019-12-27 Thread GitBox
Apache9 commented on issue #966: HBASE-23620 KeyPrefixRegionSplitPolicy may cause split to fail when s… URL: https://github.com/apache/hbase/pull/966#issuecomment-569280428 This is a very important assumption, as it make sure that the rows with same prefix are in the same region. For

[GitHub] [hbase] wchevreuil commented on issue #966: HBASE-23620 KeyPrefixRegionSplitPolicy may cause split to fail when s…

2019-12-27 Thread GitBox
wchevreuil commented on issue #966: HBASE-23620 KeyPrefixRegionSplitPolicy may cause split to fail when s… URL: https://github.com/apache/hbase/pull/966#issuecomment-569279432 > This breaks the assumption of this policy? The length of the split point could be greater than the

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

2019-12-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004199#comment-17004199 ] Hudson commented on HBASE-23286: Results for branch master [build #1580 on

[jira] [Commented] (HBASE-23238) Additional test and checks for null references on ScannerCallableWithReplicas

2019-12-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004198#comment-17004198 ] Hudson commented on HBASE-23238: Results for branch master [build #1580 on

[GitHub] [hbase] Apache-HBase commented on issue #968: HBASE-23622 Reduced the number of Checkstyle violations in hbase-common

2019-12-27 Thread GitBox
Apache-HBase commented on issue #968: HBASE-23622 Reduced the number of Checkstyle violations in hbase-common URL: https://github.com/apache/hbase/pull/968#issuecomment-569273874 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HBASE-23617) Add a stress test tool for region based procedure store

2019-12-27 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004190#comment-17004190 ] Duo Zhang commented on HBASE-23617: --- I think the strange behavior is because this piece of code in

[GitHub] [hbase] Apache-HBase commented on issue #967: HBASE-23621 Reduced the number of Checkstyle violations in tests of hbase-common

2019-12-27 Thread GitBox
Apache-HBase commented on issue #967: HBASE-23621 Reduced the number of Checkstyle violations in tests of hbase-common URL: https://github.com/apache/hbase/pull/967#issuecomment-569262169 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #967: HBASE-23621 Reduced the number of Checkstyle violations in tests of hbase-common

2019-12-27 Thread GitBox
Apache-HBase commented on issue #967: HBASE-23621 Reduced the number of Checkstyle violations in tests of hbase-common URL: https://github.com/apache/hbase/pull/967#issuecomment-569247609 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Created] (HBASE-23623) Reduce number of Checkstyle violations in hbase-rest

2019-12-27 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-23623: - Summary: Reduce number of Checkstyle violations in hbase-rest Key: HBASE-23623 URL: https://issues.apache.org/jira/browse/HBASE-23623 Project: HBase Issue

[jira] [Work started] (HBASE-23623) Reduce number of Checkstyle violations in hbase-rest

2019-12-27 Thread Jan Hentschel (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-23623 started by Jan Hentschel. - > Reduce number of Checkstyle violations in hbase-rest >

[GitHub] [hbase] Apache-HBase commented on issue #962: HBASE-23617 Add a stress test tool for region based procedure store

2019-12-27 Thread GitBox
Apache-HBase commented on issue #962: HBASE-23617 Add a stress test tool for region based procedure store URL: https://github.com/apache/hbase/pull/962#issuecomment-569240960 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Updated] (HBASE-23621) Reduce number of Checkstyle violations in tests of hbase-common

2019-12-27 Thread Jan Hentschel (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Hentschel updated HBASE-23621: -- Status: Patch Available (was: In Progress) > Reduce number of Checkstyle violations in tests

[jira] [Updated] (HBASE-23622) Reduce number of Checkstyle violations in hbase-common

2019-12-27 Thread Jan Hentschel (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Hentschel updated HBASE-23622: -- Status: Patch Available (was: In Progress) > Reduce number of Checkstyle violations in

[GitHub] [hbase] HorizonNet opened a new pull request #968: HBASE-23622 Reduced the number of Checkstyle violations in hbase-common

2019-12-27 Thread GitBox
HorizonNet opened a new pull request #968: HBASE-23622 Reduced the number of Checkstyle violations in hbase-common URL: https://github.com/apache/hbase/pull/968 This is an automated message from the Apache Git Service. To

[GitHub] [hbase] HorizonNet opened a new pull request #967: HBASE-23621 Reduced the number of Checkstyle violations in tests of hbase-common

2019-12-27 Thread GitBox
HorizonNet opened a new pull request #967: HBASE-23621 Reduced the number of Checkstyle violations in tests of hbase-common URL: https://github.com/apache/hbase/pull/967 This is an automated message from the Apache Git

[jira] [Updated] (HBASE-23619) Use built-in formatting for logging in hbase-zookeeper

2019-12-27 Thread Jan Hentschel (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Hentschel updated HBASE-23619: -- Fix Version/s: 2.1.9 2.2.3 2.3.0

[jira] [Commented] (HBASE-23617) Add a stress test tool for region based procedure store

2019-12-27 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17004050#comment-17004050 ] Duo Zhang commented on HBASE-23617: --- The final result {noformat} ./bin/hbase

[GitHub] [hbase] HorizonNet merged pull request #964: HBASE-23619 Used built-in formatting for logger in hbase-zookeeper

2019-12-27 Thread GitBox
HorizonNet merged pull request #964: HBASE-23619 Used built-in formatting for logger in hbase-zookeeper URL: https://github.com/apache/hbase/pull/964 This is an automated message from the Apache Git Service. To respond to

[jira] [Work started] (HBASE-23622) Reduce number of Checkstyle violations in hbase-common

2019-12-27 Thread Jan Hentschel (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-23622 started by Jan Hentschel. - > Reduce number of Checkstyle violations in hbase-common >

[jira] [Created] (HBASE-23622) Reduce number of Checkstyle violations in hbase-common

2019-12-27 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-23622: - Summary: Reduce number of Checkstyle violations in hbase-common Key: HBASE-23622 URL: https://issues.apache.org/jira/browse/HBASE-23622 Project: HBase

[jira] [Work started] (HBASE-23621) Reduce number of Checkstyle violations in tests of hbase-common

2019-12-27 Thread Jan Hentschel (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-23621 started by Jan Hentschel. - > Reduce number of Checkstyle violations in tests of hbase-common >

[jira] [Created] (HBASE-23621) Reduce number of Checkstyle violations in tests of hbase-common

2019-12-27 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-23621: - Summary: Reduce number of Checkstyle violations in tests of hbase-common Key: HBASE-23621 URL: https://issues.apache.org/jira/browse/HBASE-23621 Project: HBase

[jira] [Commented] (HBASE-22514) Move rsgroup feature into core of HBase

2019-12-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17003985#comment-17003985 ] Hudson commented on HBASE-22514: Results for branch HBASE-22514 [build #223 on