[GitHub] [hbase] Apache9 commented on a change in pull request #747: HBASE-23203 NPE in RSGroup info

2019-10-22 Thread GitBox
Apache9 commented on a change in pull request #747: HBASE-23203 NPE in RSGroup info URL: https://github.com/apache/hbase/pull/747#discussion_r337860007 ## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java ## @@ -124,6 +124,14 @@ */

[GitHub] [hbase] zhaoyim commented on a change in pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas…

2019-10-22 Thread GitBox
zhaoyim commented on a change in pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas… URL: https://github.com/apache/hbase/pull/746#discussion_r337857384 ## File path:

[GitHub] [hbase] zhaoyim commented on a change in pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas…

2019-10-22 Thread GitBox
zhaoyim commented on a change in pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas… URL: https://github.com/apache/hbase/pull/746#discussion_r337857384 ## File path:

[jira] [Commented] (HBASE-23184) The HeapAllocation in WebUI is not accurate

2019-10-22 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957552#comment-16957552 ] Anoop Sam John commented on HBASE-23184: Actually we need just one ByteBuffAllocator instance

[GitHub] [hbase] anoopsjohn commented on a change in pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas…

2019-10-22 Thread GitBox
anoopsjohn commented on a change in pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas… URL: https://github.com/apache/hbase/pull/746#discussion_r337848556 ## File path:

[jira] [Updated] (HBASE-23196) The IndexChunkPool’s percentage is hard code to 0.1

2019-10-22 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-23196: --- Affects Version/s: 2.0.0 > The IndexChunkPool’s percentage is hard code to 0.1 >

[jira] [Commented] (HBASE-23196) The IndexChunkPool’s percentage is hard code to 0.1

2019-10-22 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957546#comment-16957546 ] Anoop Sam John commented on HBASE-23196: Ya its a 10% waste in all the cases. This issue is

[GitHub] [hbase] karthikhw opened a new pull request #747: HBASE-23203 NPE in RSGroup info

2019-10-22 Thread GitBox
karthikhw opened a new pull request #747: HBASE-23203 NPE in RSGroup info URL: https://github.com/apache/hbase/pull/747 Rsgroup.jsp call Admin#listTableDescriptors((Pattern)null, true) with Pattern null but implementation RawAsyncHBaseAdmin#listTableDescriptors don't allow null by

[jira] [Updated] (HBASE-23203) NPE in RSGroup info

2019-10-22 Thread Karthik Palanisamy (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Palanisamy updated HBASE-23203: --- Description: Rsgroup.jsp calls *Admin#listTableDescriptors((Pattern)null, true)* 

[jira] [Created] (HBASE-23203) NPE in RSGroup info

2019-10-22 Thread Karthik Palanisamy (Jira)
Karthik Palanisamy created HBASE-23203: -- Summary: NPE in RSGroup info Key: HBASE-23203 URL: https://issues.apache.org/jira/browse/HBASE-23203 Project: HBase Issue Type: Bug

[jira] [Commented] (HBASE-23201) Setting switch for moveSystemRegionAsync to highest version servers

2019-10-22 Thread Anoop Sam John (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957538#comment-16957538 ] Anoop Sam John commented on HBASE-23201: Pls say more in desc or comments. Not so clear >

[jira] [Commented] (HBASE-23202) ExportSnapshot (import) will fail if copying files to root directory takes longer than cleaner TTL

2019-10-22 Thread Guangxu Cheng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957525#comment-16957525 ] Guangxu Cheng commented on HBASE-23202: --- {code:java} #SnapshotFileCache#getUnreferencedFiles if

[jira] [Work started] (HBASE-23195) FSDataInputStreamWrapper unbuffer can NOT invoke the classes that NOT implements CanUnbuffer but its parents class implements CanUnbuffer

2019-10-22 Thread Zhao Yi Ming (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-23195 started by Zhao Yi Ming. > FSDataInputStreamWrapper unbuffer can NOT invoke the classes that NOT >

[GitHub] [hbase] zhaoyim commented on a change in pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas…

2019-10-22 Thread GitBox
zhaoyim commented on a change in pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas… URL: https://github.com/apache/hbase/pull/746#discussion_r337827458 ## File path:

[GitHub] [hbase] binlijin commented on issue #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS…

2019-10-22 Thread GitBox
binlijin commented on issue #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS… URL: https://github.com/apache/hbase/pull/739#issuecomment-545228787 @saintstack i need to study it and figure out why we get that message.

[GitHub] [hbase] binlijin commented on issue #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS…

2019-10-22 Thread GitBox
binlijin commented on issue #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS… URL: https://github.com/apache/hbase/pull/739#issuecomment-545227577 @Apache9 Yes, it another problem we need to find the root cause and fix it in another issue.

[GitHub] [hbase] Apache9 commented on issue #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS…

2019-10-22 Thread GitBox
Apache9 commented on issue #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS… URL: https://github.com/apache/hbase/pull/739#issuecomment-545227073 As proposed on slack in the direct message to @saintstack , let me try to introduce two methods in WAL interfacce,

[jira] [Created] (HBASE-23202) ExportSnapshot (import) will fail if copying files to root directory takes longer than cleaner TTL

2019-10-22 Thread Zach York (Jira)
Zach York created HBASE-23202: - Summary: ExportSnapshot (import) will fail if copying files to root directory takes longer than cleaner TTL Key: HBASE-23202 URL: https://issues.apache.org/jira/browse/HBASE-23202

[GitHub] [hbase] Apache-HBase commented on issue #661: HBASE-15519 Add per-user metrics with lossy counting

2019-10-22 Thread GitBox
Apache-HBase commented on issue #661: HBASE-15519 Add per-user metrics with lossy counting URL: https://github.com/apache/hbase/pull/661#issuecomment-545218972 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] VladRodionov commented on a change in pull request #623: HBASE-22749: Distributed MOB compactions

2019-10-22 Thread GitBox
VladRodionov commented on a change in pull request #623: HBASE-22749: Distributed MOB compactions URL: https://github.com/apache/hbase/pull/623#discussion_r337798054 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/mob/DefaultMobStoreCompactor.java ## @@

[GitHub] [hbase] VladRodionov commented on a change in pull request #623: HBASE-22749: Distributed MOB compactions

2019-10-22 Thread GitBox
VladRodionov commented on a change in pull request #623: HBASE-22749: Distributed MOB compactions URL: https://github.com/apache/hbase/pull/623#discussion_r337797392 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/MobFileCleanerChore.java ## @@

[GitHub] [hbase] VladRodionov commented on a change in pull request #623: HBASE-22749: Distributed MOB compactions

2019-10-22 Thread GitBox
VladRodionov commented on a change in pull request #623: HBASE-22749: Distributed MOB compactions URL: https://github.com/apache/hbase/pull/623#discussion_r337795761 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/MobFileCleanerChore.java ## @@

[GitHub] [hbase] VladRodionov commented on a change in pull request #623: HBASE-22749: Distributed MOB compactions

2019-10-22 Thread GitBox
VladRodionov commented on a change in pull request #623: HBASE-22749: Distributed MOB compactions URL: https://github.com/apache/hbase/pull/623#discussion_r337795761 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/MobFileCleanerChore.java ## @@

[GitHub] [hbase] Apache-HBase commented on issue #661: HBASE-15519 Add per-user metrics with lossy counting

2019-10-22 Thread GitBox
Apache-HBase commented on issue #661: HBASE-15519 Add per-user metrics with lossy counting URL: https://github.com/apache/hbase/pull/661#issuecomment-545195535 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS…

2019-10-22 Thread GitBox
Apache-HBase commented on issue #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS… URL: https://github.com/apache/hbase/pull/739#issuecomment-545168373 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] ankitsinghal commented on issue #661: HBASE-15519 Add per-user metrics with lossy counting

2019-10-22 Thread GitBox
ankitsinghal commented on issue #661: HBASE-15519 Add per-user metrics with lossy counting URL: https://github.com/apache/hbase/pull/661#issuecomment-545163758 Thanks @joshelser, @busbey , I did some micro benchmarking to see an impact of concurrent users with large no. of requests

[GitHub] [hbase] VladRodionov commented on a change in pull request #623: HBASE-22749: Distributed MOB compactions

2019-10-22 Thread GitBox
VladRodionov commented on a change in pull request #623: HBASE-22749: Distributed MOB compactions URL: https://github.com/apache/hbase/pull/623#discussion_r337711279 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobUtils.java ## @@ -907,6 +789,143

[GitHub] [hbase] saintstack commented on a change in pull request #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS…

2019-10-22 Thread GitBox
saintstack commented on a change in pull request #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS… URL: https://github.com/apache/hbase/pull/739#discussion_r337659044 ## File path:

[GitHub] [hbase] saintstack commented on a change in pull request #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS…

2019-10-22 Thread GitBox
saintstack commented on a change in pull request #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS… URL: https://github.com/apache/hbase/pull/739#discussion_r337662712 ## File path:

[GitHub] [hbase] saintstack commented on a change in pull request #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS…

2019-10-22 Thread GitBox
saintstack commented on a change in pull request #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS… URL: https://github.com/apache/hbase/pull/739#discussion_r337663711 ## File path:

[GitHub] [hbase] saintstack commented on a change in pull request #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS…

2019-10-22 Thread GitBox
saintstack commented on a change in pull request #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS… URL: https://github.com/apache/hbase/pull/739#discussion_r337664460 ## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WAL.java

[GitHub] [hbase] saintstack commented on a change in pull request #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS…

2019-10-22 Thread GitBox
saintstack commented on a change in pull request #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS… URL: https://github.com/apache/hbase/pull/739#discussion_r337659509 ## File path:

[GitHub] [hbase] joshelser commented on issue #661: HBASE-15519 Add per-user metrics with lossy counting

2019-10-22 Thread GitBox
joshelser commented on issue #661: HBASE-15519 Add per-user metrics with lossy counting URL: https://github.com/apache/hbase/pull/661#issuecomment-545081071 Going to try this locally -- the default method suggestion above is super-minor. Doing a lot of "try-and-wait" on other stuff today.

[GitHub] [hbase] Apache-HBase commented on issue #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas…

2019-10-22 Thread GitBox
Apache-HBase commented on issue #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas… URL: https://github.com/apache/hbase/pull/746#issuecomment-545073790 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache9 commented on issue #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS…

2019-10-22 Thread GitBox
Apache9 commented on issue #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS… URL: https://github.com/apache/hbase/pull/739#issuecomment-545050951 But if we use ASYNC_WAL, the patch on HBASE-23181 can not solve the problem, as by design, ASYNC_WAL will not wait

[jira] [Commented] (HBASE-23181) Blocked WAL archive: "LogRoller: Failed to schedule flush of XXXX, because it is not online on us"

2019-10-22 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957206#comment-16957206 ] Michael Stack commented on HBASE-23181: --- bq. OK, then this could be the problem, where we release

[jira] [Commented] (HBASE-23012) Release 1.3.6

2019-10-22 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957207#comment-16957207 ] Sean Busbey commented on HBASE-23012: - release data manager specifically, on the off chance it has

[jira] [Commented] (HBASE-23181) Blocked WAL archive: "LogRoller: Failed to schedule flush of XXXX, because it is not online on us"

2019-10-22 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957202#comment-16957202 ] Michael Stack commented on HBASE-23181: --- I should have gone back to HBASE-23157 earlier. We are

[GitHub] [hbase] saintstack commented on issue #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS…

2019-10-22 Thread GitBox
saintstack commented on issue #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS… URL: https://github.com/apache/hbase/pull/739#issuecomment-545038954 I thought about doing this but thought it too obnoxious. It also punts on what the actual issue is over in

[jira] [Commented] (HBASE-23181) Blocked WAL archive: "LogRoller: Failed to schedule flush of XXXX, because it is not online on us"

2019-10-22 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957194#comment-16957194 ] Michael Stack commented on HBASE-23181: --- Ok. My overnight run failed so indeed, this is not the

[jira] [Commented] (HBASE-23181) Blocked WAL archive: "LogRoller: Failed to schedule flush of XXXX, because it is not online on us"

2019-10-22 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957189#comment-16957189 ] Duo Zhang commented on HBASE-23181: --- OK, then this could be the problem, where we release the update

[GitHub] [hbase] zhaoyim commented on a change in pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas…

2019-10-22 Thread GitBox
zhaoyim commented on a change in pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas… URL: https://github.com/apache/hbase/pull/746#discussion_r337596746 ## File path:

[jira] [Commented] (HBASE-23172) HBase Canary region success count metrics reflect column family successes, not region successes

2019-10-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957163#comment-16957163 ] Hudson commented on HBASE-23172: Results for branch master [build #1513 on

[jira] [Commented] (HBASE-22679) Remove all deprecated methods of CellUtil

2019-10-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957164#comment-16957164 ] Hudson commented on HBASE-22679: Results for branch master [build #1513 on

[jira] [Commented] (HBASE-23012) Release 1.3.6

2019-10-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957165#comment-16957165 ] Hudson commented on HBASE-23012: Results for branch master [build #1513 on

[jira] [Commented] (HBASE-23181) Blocked WAL archive: "LogRoller: Failed to schedule flush of XXXX, because it is not online on us"

2019-10-22 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957155#comment-16957155 ] Michael Stack commented on HBASE-23181: --- I see 'Failed to get sync result after 30 ms for

[GitHub] [hbase] Apache-HBase commented on issue #676: HBASE-23098 [bulkload] If one of the peers in a cluster is configured with NAMESPACE level, its hfile-refs(zk) will be backlogged

2019-10-22 Thread GitBox
Apache-HBase commented on issue #676: HBASE-23098 [bulkload] If one of the peers in a cluster is configured with NAMESPACE level, its hfile-refs(zk) will be backlogged URL: https://github.com/apache/hbase/pull/676#issuecomment-545007004 :broken_heart: **-1 overall**

[GitHub] [hbase] jojochuang commented on a change in pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas…

2019-10-22 Thread GitBox
jojochuang commented on a change in pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas… URL: https://github.com/apache/hbase/pull/746#discussion_r337555441 ## File path:

[GitHub] [hbase] guangxuCheng commented on issue #741: HBASE-23199 Error populating Table-Attribute fields

2019-10-22 Thread GitBox
guangxuCheng commented on issue #741: HBASE-23199 Error populating Table-Attribute fields URL: https://github.com/apache/hbase/pull/741#issuecomment-544979487 LGTM +1 This is an automated message from the Apache Git Service.

[jira] [Commented] (HBASE-23195) FSDataInputStreamWrapper unbuffer can NOT invoke the classes that NOT implements CanUnbuffer but its parents class implements CanUnbuffer

2019-10-22 Thread Zhao Yi Ming (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957099#comment-16957099 ] Zhao Yi Ming commented on HBASE-23195: -- [~weichiu] [~zhangduo] Could you help review the code?

[jira] [Commented] (HBASE-23195) FSDataInputStreamWrapper unbuffer can NOT invoke the classes that NOT implements CanUnbuffer but its parents class implements CanUnbuffer

2019-10-22 Thread Zhao Yi Ming (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957100#comment-16957100 ] Zhao Yi Ming commented on HBASE-23195: -- Submit the PR, please drill down into the PR from the link: 

[GitHub] [hbase] zhaoyim opened a new pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas…

2019-10-22 Thread GitBox
zhaoyim opened a new pull request #746: HBASE-23195 FSDataInputStreamWrapper unbuffer can NOT invoke the clas… URL: https://github.com/apache/hbase/pull/746 …ses that NOT implements CanUnbuffer but its parents class implements CanUnbuffer

[GitHub] [hbase] Apache-HBase commented on issue #744: HBASE-23149 hbase shouldPerformMajorCompaction logic is not correct

2019-10-22 Thread GitBox
Apache-HBase commented on issue #744: HBASE-23149 hbase shouldPerformMajorCompaction logic is not correct URL: https://github.com/apache/hbase/pull/744#issuecomment-544930878 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache9 commented on issue #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS…

2019-10-22 Thread GitBox
Apache9 commented on issue #739: HBASE-23157 WAL unflushed seqId tracking may wrong when Durability.AS… URL: https://github.com/apache/hbase/pull/739#issuecomment-544930195 The warning does not lead to actual problem but I think we should still avoid it. Maybe another issue? I think we

[GitHub] [hbase] Apache-HBase commented on issue #745: HBASE-23185 Fix high cpu usage because getTable()#put() gets config value every time

2019-10-22 Thread GitBox
Apache-HBase commented on issue #745: HBASE-23185 Fix high cpu usage because getTable()#put() gets config value every time URL: https://github.com/apache/hbase/pull/745#issuecomment-544928716 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HBASE-23181) Blocked WAL archive: "LogRoller: Failed to schedule flush of XXXX, because it is not online on us"

2019-10-22 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16956985#comment-16956985 ] Duo Zhang commented on HBASE-23181: --- If we do not use ASYNC_WAL then I do not think this could be the

[GitHub] [hbase] Apache-HBase commented on issue #743: HBASE-23185 Fix high cpu usage because getTable()#put() gets config value every time

2019-10-22 Thread GitBox
Apache-HBase commented on issue #743: HBASE-23185 Fix high cpu usage because getTable()#put() gets config value every time URL: https://github.com/apache/hbase/pull/743#issuecomment-544927172 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HBASE-23149) hbase shouldPerformMajorCompaction logic is not correct

2019-10-22 Thread Guangxu Cheng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16956935#comment-16956935 ] Guangxu Cheng commented on HBASE-23149: --- [~jackylau] Leave some comments on PR.   > hbase

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

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

[jira] [Commented] (HBASE-23149) hbase shouldPerformMajorCompaction logic is not correct

2019-10-22 Thread jackylau (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16956930#comment-16956930 ] jackylau commented on HBASE-23149: -- [~gxcheng], will it be merged to hbase1.4.x? > hbase

[jira] [Created] (HBASE-23201) Setting switch for moveSystemRegionAsync to highest version servers

2019-10-22 Thread Xiaolin Ha (Jira)
Xiaolin Ha created HBASE-23201: -- Summary: Setting switch for moveSystemRegionAsync to highest version servers Key: HBASE-23201 URL: https://issues.apache.org/jira/browse/HBASE-23201 Project: HBase

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

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

[GitHub] [hbase] guangxuCheng commented on issue #744: HBASE-23149 hbase shouldPerformMajorCompaction logic is not correct

2019-10-22 Thread GitBox
guangxuCheng commented on issue #744: HBASE-23149 hbase shouldPerformMajorCompaction logic is not correct URL: https://github.com/apache/hbase/pull/744#issuecomment-544881581 @liuyongvs please fix checkstyle warning. This is

[GitHub] [hbase] Apache-HBase commented on issue #744: HBASE-23149 hbase shouldPerformMajorCompaction logic is not correct

2019-10-22 Thread GitBox
Apache-HBase commented on issue #744: HBASE-23149 hbase shouldPerformMajorCompaction logic is not correct URL: https://github.com/apache/hbase/pull/744#issuecomment-544880153 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HBASE-23177) If fail to open reference because FNFE, make it plain it is a Reference

2019-10-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16956847#comment-16956847 ] Hudson commented on HBASE-23177: Results for branch branch-1 [build #1114 on

[jira] [Commented] (HBASE-23185) High cpu usage because getTable()#put() gets config value every time

2019-10-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16956849#comment-16956849 ] Hudson commented on HBASE-23185: Results for branch branch-1 [build #1114 on

[jira] [Commented] (HBASE-23172) HBase Canary region success count metrics reflect column family successes, not region successes

2019-10-22 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16956848#comment-16956848 ] Hudson commented on HBASE-23172: Results for branch branch-1 [build #1114 on

[jira] [Commented] (HBASE-23149) hbase shouldPerformMajorCompaction logic is not correct

2019-10-22 Thread Guangxu Cheng (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16956838#comment-16956838 ] Guangxu Cheng commented on HBASE-23149: --- Nice find,  HBASE-19199 has only fixed this issue in

[jira] [Commented] (HBASE-22468) There is no ARM CI for HBASE

2019-10-22 Thread zhao bo (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16956831#comment-16956831 ] zhao bo commented on HBASE-22468: - And the first step is intergrating the ARM CI to HBASE, then it can

[jira] [Commented] (HBASE-22468) There is no ARM CI for HBASE

2019-10-22 Thread zhao bo (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16956825#comment-16956825 ] zhao bo commented on HBASE-22468: - Thanks [~zhangduo], So sorry for the late reply. I think this work

[GitHub] [hbase] Apache-HBase commented on issue #742: HBASE-23181 Blocked WAL archive: "LogRoller: Failed to schedule flush of XXXX, because it is not online on us"

2019-10-22 Thread GitBox
Apache-HBase commented on issue #742: HBASE-23181 Blocked WAL archive: "LogRoller: Failed to schedule flush of , because it is not online on us" URL: https://github.com/apache/hbase/pull/742#issuecomment-544843814 :broken_heart: **-1 overall** | Vote |

[GitHub] [hbase] Apache-HBase commented on issue #745: HBASE-23185 Fix high cpu usage because getTable()#put() gets config value every time

2019-10-22 Thread GitBox
Apache-HBase commented on issue #745: HBASE-23185 Fix high cpu usage because getTable()#put() gets config value every time URL: https://github.com/apache/hbase/pull/745#issuecomment-544837318 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #743: HBASE-23185 Fix high cpu usage because getTable()#put() gets config value every time

2019-10-22 Thread GitBox
Apache-HBase commented on issue #743: HBASE-23185 Fix high cpu usage because getTable()#put() gets config value every time URL: https://github.com/apache/hbase/pull/743#issuecomment-544836174 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] bitterfox opened a new pull request #745: HBASE-23185 Fix high cpu usage because getTable()#put() gets config value every time

2019-10-22 Thread GitBox
bitterfox opened a new pull request #745: HBASE-23185 Fix high cpu usage because getTable()#put() gets config value every time URL: https://github.com/apache/hbase/pull/745 Backport #731 (HBASE-23185) to branch-1.3 BTS: https://issues.apache.org/jira/browse/HBASE-23185 cc.

[jira] [Created] (HBASE-23200) incorrect description in SortedCompactionPolicy.getNextMajorCompactTime

2019-10-22 Thread jackylau (Jira)
jackylau created HBASE-23200: Summary: incorrect description in SortedCompactionPolicy.getNextMajorCompactTime Key: HBASE-23200 URL: https://issues.apache.org/jira/browse/HBASE-23200 Project: HBase

[GitHub] [hbase] liuyongvs opened a new pull request #744: HBASE-23149 hbase shouldPerformMajorCompaction logic is not correct

2019-10-22 Thread GitBox
liuyongvs opened a new pull request #744: HBASE-23149 hbase shouldPerformMajorCompaction logic is not correct URL: https://github.com/apache/hbase/pull/744 it is not correct in release version hbase1.4.9. This is an

[GitHub] [hbase] bitterfox opened a new pull request #743: HBASE-23185 Fix high cpu usage because getTable()#put() gets config value every time

2019-10-22 Thread GitBox
bitterfox opened a new pull request #743: HBASE-23185 Fix high cpu usage because getTable()#put() gets config value every time URL: https://github.com/apache/hbase/pull/743 Backport #731 (HBASE-23185) to branch-1.4 BTS: https://issues.apache.org/jira/browse/HBASE-23185 cc.

[jira] [Commented] (HBASE-23185) High cpu usage because getTable()#put() gets config value every time

2019-10-22 Thread Shinya Yoshida (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16956719#comment-16956719 ] Shinya Yoshida commented on HBASE-23185: Thank you for reopening and detailed info. Yes, I'll

[jira] [Updated] (HBASE-22679) Remove all deprecated methods of CellUtil

2019-10-22 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack updated HBASE-22679: -- Hadoop Flags: Reviewed Release Note: Removed CellUtil methods deprecated since hbase

[GitHub] [hbase] saintstack merged pull request #735: HBASE-22679 : Revamping CellUtil

2019-10-22 Thread GitBox
saintstack merged pull request #735: HBASE-22679 : Revamping CellUtil URL: https://github.com/apache/hbase/pull/735 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub