[jira] [Commented] (HBASE-24310) Use Slf4jRequestLog for hbase-http

2020-05-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17102431#comment-17102431 ] Hudson commented on HBASE-24310: Results for branch branch-2 [build #2649 on bu

[jira] [Commented] (HBASE-23938) Replicate slow/large RPC calls to HDFS

2020-05-08 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17102427#comment-17102427 ] Viraj Jasani commented on HBASE-23938: -- Memstore + Flush + Compaction are enough. I

[jira] [Resolved] (HBASE-24328) skip duplicate GCMultipleMergedRegionsProcedure while previous finished

2020-05-08 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi resolved HBASE-24328. --- Fix Version/s: 2.2.5 2.3.0 3.0.0-alpha-1 Resolut

[jira] [Commented] (HBASE-24328) skip duplicate GCMultipleMergedRegionsProcedure while previous finished

2020-05-08 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17102424#comment-17102424 ] Peter Somogyi commented on HBASE-24328: --- Backporting to branch-2.2. > skip duplic

[jira] [Reopened] (HBASE-24328) skip duplicate GCMultipleMergedRegionsProcedure while previous finished

2020-05-08 Thread Peter Somogyi (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi reopened HBASE-24328: --- > skip duplicate GCMultipleMergedRegionsProcedure while previous finished >

[GitHub] [hbase] Apache-HBase commented on pull request #1683: HBASE-24345 [ACL] renameRSGroup should require Admin level permission

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

[jira] [Commented] (HBASE-23938) Replicate slow/large RPC calls to HDFS

2020-05-08 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17102411#comment-17102411 ] Anoop Sam John commented on HBASE-23938: Some times the mutation can be slow for

[GitHub] [hbase] Apache-HBase commented on pull request #1640: HBASE-24309 Avoid introducing log4j and slf4j-log4j dependencies for modules other than hbase-assembly

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

[jira] [Comment Edited] (HBASE-23938) Replicate slow/large RPC calls to HDFS

2020-05-08 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17102395#comment-17102395 ] Viraj Jasani edited comment on HBASE-23938 at 5/8/20, 9:24 AM: ---

[GitHub] [hbase] Apache-HBase commented on pull request #1380: HBASE-23584 : Descrease rpc getFileStatus count when open a storefile

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

[jira] [Commented] (HBASE-23938) Replicate slow/large RPC calls to HDFS

2020-05-08 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17102395#comment-17102395 ] Viraj Jasani commented on HBASE-23938: -- While I agree HDFS level persistence should

[jira] [Commented] (HBASE-19577) Use log4j2 instead of log4j for logging

2020-05-08 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-19577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17102391#comment-17102391 ] Duo Zhang commented on HBASE-19577: --- OK, hadoop still reference log4j when setting up

[GitHub] [hbase] Apache-HBase commented on pull request #1640: HBASE-24309 Avoid introducing log4j and slf4j-log4j dependencies for modules other than hbase-assembly

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

[GitHub] [hbase] Apache9 commented on pull request #1640: HBASE-24309 Avoid introducing log4j and slf4j-log4j dependencies for modules other than hbase-assembly

2020-05-08 Thread GitBox
Apache9 commented on pull request #1640: URL: https://github.com/apache/hbase/pull/1640#issuecomment-625708619 But there is a problem that we will also ship test jar as a dependency, so we will also ship the log4j.properties to downstream users' classpath... This may introduce unexpe

[GitHub] [hbase] Apache-HBase commented on pull request #1683: HBASE-24345 [ACL] renameRSGroup should require Admin level permission

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

[GitHub] [hbase] Apache9 commented on pull request #1640: HBASE-24309 Avoid introducing log4j and slf4j-log4j dependencies for modules other than hbase-assembly

2020-05-08 Thread GitBox
Apache9 commented on pull request #1640: URL: https://github.com/apache/hbase/pull/1640#issuecomment-625706210 Added a log4j.properties file for all modules which have tests. It is not necessary as the log4j.properties will be packed in the test jar. So for example, if a module depen

[jira] [Updated] (HBASE-24329) Remove deprecated CoprocessorService

2020-05-08 Thread Jan Hentschel (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Hentschel updated HBASE-24329: -- Fix Version/s: 3.0.0-alpha-1 Status: Patch Available (was: In Progress) Submitted

[GitHub] [hbase] Apache9 commented on a change in pull request #1640: HBASE-24309 Avoid introducing log4j and slf4j-log4j dependencies for modules other than hbase-assembly

2020-05-08 Thread GitBox
Apache9 commented on a change in pull request #1640: URL: https://github.com/apache/hbase/pull/1640#discussion_r421986458 ## File path: hbase-assembly/pom.xml ## @@ -318,5 +318,18 @@ jaxws-ri pom + Review comment: If the tarball is built by runni

[GitHub] [hbase] Apache9 commented on a change in pull request #1640: HBASE-24309 Avoid introducing log4j and slf4j-log4j dependencies for modules other than hbase-assembly

2020-05-08 Thread GitBox
Apache9 commented on a change in pull request #1640: URL: https://github.com/apache/hbase/pull/1640#discussion_r421985089 ## File path: hbase-shaded/pom.xml ## @@ -51,15 +51,14 @@ org.apache.hbase hbase-resource-bundle - ${project.version}

<    1   2