[jira] [Commented] (HBASE-15509) Avoid copy of block data in HFileBlock$Writer.finishBlock

2016-03-29 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217453#comment-15217453 ] Vladimir Rodionov commented on HBASE-15509: --- {quote} Why have you selected a thread local? For

[jira] [Commented] (HBASE-15509) Avoid copy of block data in HFileBlock$Writer.finishBlock

2016-03-29 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217451#comment-15217451 ] Vladimir Rodionov commented on HBASE-15509: --- {quote} Any perf numbers? Any GC graphs? We do

[jira] [Commented] (HBASE-15525) OutOfMemory could occur when using BoundedByteBufferPool during RPC bursts

2016-03-29 Thread deepankar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217435#comment-15217435 ] deepankar commented on HBASE-15525: --- Oh ok, sorry for the confusion thanks > OutOfMemory could occur

[jira] [Commented] (HBASE-15554) StoreFile$Writer.appendGeneralBloomFilter generates extra KV

2016-03-29 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217436#comment-15217436 ] ramkrishna.s.vasudevan commented on HBASE-15554: Thank you. >

[jira] [Assigned] (HBASE-15554) StoreFile$Writer.appendGeneralBloomFilter generates extra KV

2016-03-29 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan reassigned HBASE-15554: -- Assignee: ramkrishna.s.vasudevan (was: Vladimir Rodionov) >

[jira] [Commented] (HBASE-15295) MutateTableAccess.multiMutate() does not get high priority causing a deadlock

2016-03-29 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217431#comment-15217431 ] Hudson commented on HBASE-15295: FAILURE: Integrated in HBase-Trunk_matrix #813 (See

[jira] [Commented] (HBASE-15525) OutOfMemory could occur when using BoundedByteBufferPool during RPC bursts

2016-03-29 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217425#comment-15217425 ] Anoop Sam John commented on HBASE-15525: No I mean.. You pointed out issue when a Cell size is >

[jira] [Commented] (HBASE-15509) Avoid copy of block data in HFileBlock$Writer.finishBlock

2016-03-29 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217420#comment-15217420 ] ramkrishna.s.vasudevan commented on HBASE-15509: Some comments and questions Why have

[jira] [Commented] (HBASE-15525) OutOfMemory could occur when using BoundedByteBufferPool during RPC bursts

2016-03-29 Thread deepankar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217417#comment-15217417 ] deepankar commented on HBASE-15525: --- bq. Sure I will correct that.. One issue is that when we have

[jira] [Commented] (HBASE-15509) Avoid copy of block data in HFileBlock$Writer.finishBlock

2016-03-29 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217404#comment-15217404 ] Anoop Sam John commented on HBASE-15509: Any perf numbers? Any GC graphs? We do better with

[jira] [Commented] (HBASE-15525) OutOfMemory could occur when using BoundedByteBufferPool during RPC bursts

2016-03-29 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217392#comment-15217392 ] Anoop Sam John commented on HBASE-15525: Sure I will correct that.. One issue is that when we

[jira] [Commented] (HBASE-15525) OutOfMemory could occur when using BoundedByteBufferPool during RPC bursts

2016-03-29 Thread deepankar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217378#comment-15217378 ] deepankar commented on HBASE-15525: --- A minor comment on the patch for the

[jira] [Comment Edited] (HBASE-15506) FSDataOutputStream.write() allocates new byte buffer on each operation

2016-03-29 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217374#comment-15217374 ] Lars Hofhansl edited comment on HBASE-15506 at 3/30/16 4:51 AM: My point

[jira] [Commented] (HBASE-15506) FSDataOutputStream.write() allocates new byte buffer on each operation

2016-03-29 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217374#comment-15217374 ] Lars Hofhansl commented on HBASE-15506: --- My point is that that's a problem as such. That's how Java

[jira] [Updated] (HBASE-15509) Avoid copy of block data in HFileBlock$Writer.finishBlock

2016-03-29 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Rodionov updated HBASE-15509: -- Attachment: HBASE-15509-v2.patch v2. Rebased to current master. > Avoid copy of block

[jira] [Commented] (HBASE-15324) Jitter may cause desiredMaxFileSize overflow in ConstantSizeRegionSplitPolicy and trigger unexpected split

2016-03-29 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217345#comment-15217345 ] Yu Li commented on HBASE-15324: --- Back on this... will wait for one more day and get this in if no

[jira] [Commented] (HBASE-15529) Override needBalance in StochasticLoadBalancer

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217337#comment-15217337 ] Hadoop QA commented on HBASE-15529: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15295) MutateTableAccess.multiMutate() does not get high priority causing a deadlock

2016-03-29 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217322#comment-15217322 ] Hudson commented on HBASE-15295: FAILURE: Integrated in HBase-1.4 #61 (See

[jira] [Commented] (HBASE-15295) MutateTableAccess.multiMutate() does not get high priority causing a deadlock

2016-03-29 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217316#comment-15217316 ] Hudson commented on HBASE-15295: FAILURE: Integrated in HBase-1.3 #626 (See

[jira] [Commented] (HBASE-14920) Compacting Memstore

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217314#comment-15217314 ] Hadoop QA commented on HBASE-14920: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15295) MutateTableAccess.multiMutate() does not get high priority causing a deadlock

2016-03-29 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217299#comment-15217299 ] Hudson commented on HBASE-15295: FAILURE: Integrated in HBase-1.2 #591 (See

[jira] [Commented] (HBASE-15234) ReplicationLogCleaner can abort due to transient ZK issues

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217292#comment-15217292 ] Hadoop QA commented on HBASE-15234: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15481) Add pre/post roll to WALObserver

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217283#comment-15217283 ] Hadoop QA commented on HBASE-15481: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15547) Balancer should take into account number of PENDING_OPEN regions

2016-03-29 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217267#comment-15217267 ] Heng Chen commented on HBASE-15547: --- {quote} More generally I think the balancer should take into

[jira] [Commented] (HBASE-15509) Avoid copy of block data in HFileBlock$Writer.finishBlock

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217245#comment-15217245 ] Hadoop QA commented on HBASE-15509: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15234) ReplicationLogCleaner can abort due to transient ZK issues

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217244#comment-15217244 ] Hadoop QA commented on HBASE-15234: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15265) Implement an asynchronous FSHLog

2016-03-29 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217228#comment-15217228 ] Duo Zhang commented on HBASE-15265: --- {quote} File issue to make this the default? {quote} I have

[jira] [Commented] (HBASE-15509) Avoid copy of block data in HFileBlock$Writer.finishBlock

2016-03-29 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217221#comment-15217221 ] Vladimir Rodionov commented on HBASE-15509: --- Good reduction in MemStore flusher threads > 35%.

[jira] [Updated] (HBASE-15509) Avoid copy of block data in HFileBlock$Writer.finishBlock

2016-03-29 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Rodionov updated HBASE-15509: -- Attachment: HBASE-15509-v1.patch Patch v1. > Avoid copy of block data in

[jira] [Updated] (HBASE-15509) Avoid copy of block data in HFileBlock$Writer.finishBlock

2016-03-29 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Rodionov updated HBASE-15509: -- Status: Patch Available (was: In Progress) > Avoid copy of block data in

[jira] [Updated] (HBASE-15412) Add average region size metric

2016-03-29 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-15412: --- Fix Version/s: 0.98.19 > Add average region size metric > -- > >

[jira] [Updated] (HBASE-15529) Override needBalance in StochasticLoadBalancer

2016-03-29 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-15529: --- Status: Patch Available (was: Open) > Override needBalance in StochasticLoadBalancer >

[jira] [Assigned] (HBASE-15529) Override needBalance in StochasticLoadBalancer

2016-03-29 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang reassigned HBASE-15529: -- Assignee: Guanghao Zhang > Override needBalance in StochasticLoadBalancer >

[jira] [Commented] (HBASE-15234) ReplicationLogCleaner can abort due to transient ZK issues

2016-03-29 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217193#comment-15217193 ] Andrew Purtell commented on HBASE-15234: lgtm "WarnOnlyAbortable" is a bit iffy >

[jira] [Updated] (HBASE-15353) Add metric for number of CallQueueTooBigException's

2016-03-29 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-15353: --- Labels: beginner easy (was: easy noob) > Add metric for number of

[jira] [Updated] (HBASE-15234) ReplicationLogCleaner can abort due to transient ZK issues

2016-03-29 Thread Gary Helmling (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Helmling updated HBASE-15234: -- Attachment: HBASE-15234.002.patch Remove some extraneous imports that crept in. >

[jira] [Commented] (HBASE-15547) Balancer should take into account number of PENDING_OPEN regions

2016-03-29 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217097#comment-15217097 ] Elliott Clark commented on HBASE-15547: --- More generally I think the balancer should take into

[jira] [Updated] (HBASE-15481) Add pre/post roll to WALObserver

2016-03-29 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-15481: Attachment: HBASE-15481-v2.patch v2 is against current master where the FSHLog stuff moved

[jira] [Commented] (HBASE-15295) MutateTableAccess.multiMutate() does not get high priority causing a deadlock

2016-03-29 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217076#comment-15217076 ] Hudson commented on HBASE-15295: SUCCESS: Integrated in HBase-1.2-IT #475 (See

[jira] [Commented] (HBASE-15333) Enhance the filter to handle short, integer, long, float and double

2016-03-29 Thread Zhan Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217053#comment-15217053 ] Zhan Zhang commented on HBASE-15333: [~jmhsieh] [~ted.m] Would you like to take a look? > Enhance

[jira] [Commented] (HBASE-15560) TinyLFU-based BlockCache

2016-03-29 Thread Ben Manes (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217054#comment-15217054 ] Ben Manes commented on HBASE-15560: --- Hi Michael, I agree that offer a choice is an unnecessary

[jira] [Commented] (HBASE-15295) MutateTableAccess.multiMutate() does not get high priority causing a deadlock

2016-03-29 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217021#comment-15217021 ] Hudson commented on HBASE-15295: SUCCESS: Integrated in HBase-1.3-IT #588 (See

[jira] [Commented] (HBASE-15560) TinyLFU-based BlockCache

2016-03-29 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217028#comment-15217028 ] stack commented on HBASE-15560: --- Patch looks good. Not too interested in giving folks a choice for L1.

[jira] [Commented] (HBASE-15333) Enhance the filter to handle short, integer, long, float and double

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217022#comment-15217022 ] Hadoop QA commented on HBASE-15333: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-15236) Inconsistent cell reads over multiple bulk-loaded HFiles

2016-03-29 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217009#comment-15217009 ] Appy commented on HBASE-15236: -- Ignore the flaky tests. Ready for review ([Review

[jira] [Updated] (HBASE-15234) ReplicationLogCleaner can abort due to transient ZK issues

2016-03-29 Thread Gary Helmling (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Helmling updated HBASE-15234: -- Status: Patch Available (was: Open) > ReplicationLogCleaner can abort due to transient ZK

[jira] [Updated] (HBASE-15234) ReplicationLogCleaner can abort due to transient ZK issues

2016-03-29 Thread Gary Helmling (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Helmling updated HBASE-15234: -- Attachment: HBASE-15234.001.patch Attaching a patch against master. This changes

[jira] [Commented] (HBASE-15406) Split / merge switch left disabled after early termination of hbck

2016-03-29 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216953#comment-15216953 ] Heng Chen commented on HBASE-15406: --- OK, i will do it. > Split / merge switch left disabled after

[jira] [Updated] (HBASE-14920) Compacting Memstore

2016-03-29 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-14920: -- Attachment: move.to.junit4.patch Patch to integrate which changes TestMemStoreDefault to be junit4... if it

[jira] [Commented] (HBASE-15191) CopyTable and VerifyReplication - Option to specify batch size, versions

2016-03-29 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216950#comment-15216950 ] Hudson commented on HBASE-15191: FAILURE: Integrated in HBase-1.4 #60 (See

[jira] [Commented] (HBASE-15406) Split / merge switch left disabled after early termination of hbck

2016-03-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216949#comment-15216949 ] Ted Yu commented on HBASE-15406: Should be fine for now. Once you get +1, it would be better to test on

[jira] [Commented] (HBASE-15406) Split / merge switch left disabled after early termination of hbck

2016-03-29 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216946#comment-15216946 ] Heng Chen commented on HBASE-15406: --- I test it on standalone mode, is it enough? [~tedyu] > Split /

[jira] [Resolved] (HBASE-15295) MutateTableAccess.multiMutate() does not get high priority causing a deadlock

2016-03-29 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-15295. --- Resolution: Fixed > MutateTableAccess.multiMutate() does not get high priority causing a

[jira] [Commented] (HBASE-15406) Split / merge switch left disabled after early termination of hbck

2016-03-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216941#comment-15216941 ] Ted Yu commented on HBASE-15406: Heng, thanks for your patience. Can you try out patch v2 on cluster and

[jira] [Commented] (HBASE-15547) Balancer should take into account number of PENDING_OPEN regions

2016-03-29 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216932#comment-15216932 ] Sean Busbey commented on HBASE-15547: - it needn't even be that a RS can't open regions at all. just

[jira] [Commented] (HBASE-15547) Balancer should take into account number of PENDING_OPEN regions

2016-03-29 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216926#comment-15216926 ] Heng Chen commented on HBASE-15547: --- Should balance policy take a bug (at least "RS not open regions"

[jira] [Updated] (HBASE-15295) MutateTableAccess.multiMutate() does not get high priority causing a deadlock

2016-03-29 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-15295: -- Attachment: hbase-15295_addendum.patch Test only fails in branch-1 and below, not in master it

[jira] [Updated] (HBASE-15333) Enhance the filter to handle short, integer, long, float and double

2016-03-29 Thread Zhan Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhan Zhang updated HBASE-15333: --- Attachment: HBASE-15333-4.patch > Enhance the filter to handle short, integer, long, float and

[jira] [Commented] (HBASE-15406) Split / merge switch left disabled after early termination of hbck

2016-03-29 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216908#comment-15216908 ] Heng Chen commented on HBASE-15406: --- Relate test case has passed. And javac warnings have no relates

[jira] [Commented] (HBASE-14983) Create metrics for per block type hit/miss ratios

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216898#comment-15216898 ] Hadoop QA commented on HBASE-14983: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15236) Inconsistent cell reads over multiple bulk-loaded HFiles

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216887#comment-15216887 ] Hadoop QA commented on HBASE-15236: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Updated] (HBASE-15480) Bloom Filter check needs to be more efficient for array

2016-03-29 Thread Walter Koetke (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Walter Koetke updated HBASE-15480: -- Status: In Progress (was: Patch Available) > Bloom Filter check needs to be more efficient

[jira] [Commented] (HBASE-14920) Compacting Memstore

2016-03-29 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216864#comment-15216864 ] stack commented on HBASE-14920: --- s/startCompact/startCompaction/g s/doCompact/doCompaction/g No need of

[jira] [Commented] (HBASE-15559) BaseMasterAndRegionObserver doesn't implement all the methods

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216849#comment-15216849 ] Hadoop QA commented on HBASE-15559: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Updated] (HBASE-15556) need extensible ConsistencyControl interface

2016-03-29 Thread Walter Koetke (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Walter Koetke updated HBASE-15556: -- Status: In Progress (was: Patch Available) > need extensible ConsistencyControl interface >

[jira] [Commented] (HBASE-14920) Compacting Memstore

2016-03-29 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216812#comment-15216812 ] stack commented on HBASE-14920: --- I see/remember why the isCompactingMemStore method. Makes sense. Make it

[jira] [Commented] (HBASE-15295) MutateTableAccess.multiMutate() does not get high priority causing a deadlock

2016-03-29 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216796#comment-15216796 ] Enis Soztutar commented on HBASE-15295: --- I've ran it 20 times and still succeeds. I think you are

[jira] [Commented] (HBASE-15498) Add conditions in MultiRowMutationService

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216766#comment-15216766 ] Hadoop QA commented on HBASE-15498: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15559) BaseMasterAndRegionObserver doesn't implement all the methods

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216745#comment-15216745 ] Hadoop QA commented on HBASE-15559: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15411) Rewrite backup with Procedure V2

2016-03-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216742#comment-15216742 ] Ted Yu commented on HBASE-15411: [~mbertozzi] [~enis]: Any more review comment ? Thanks > Rewrite

[jira] [Commented] (HBASE-15509) Avoid copy of block data in HFileBlock$Writer.finishBlock

2016-03-29 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216727#comment-15216727 ] Vladimir Rodionov commented on HBASE-15509: --- ... need to check independently data, index, bloom

[jira] [Commented] (HBASE-14920) Compacting Memstore

2016-03-29 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216720#comment-15216720 ] stack commented on HBASE-14920: --- I like the notion of a 'CompactionMemStore' instead of a plain old

[jira] [Updated] (HBASE-15509) Avoid copy of block data in HFileBlock$Writer.finishBlock

2016-03-29 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Rodionov updated HBASE-15509: -- Issue Type: Sub-task (was: Improvement) Parent: HBASE-1 > Avoid copy of

[jira] [Commented] (HBASE-15509) Avoid copy of block data in HFileBlock$Writer.finishBlock

2016-03-29 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216710#comment-15216710 ] Vladimir Rodionov commented on HBASE-15509: --- Yes, that will only work if there is no

[jira] [Commented] (HBASE-15406) Split / merge switch left disabled after early termination of hbck

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216708#comment-15216708 ] Hadoop QA commented on HBASE-15406: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15295) MutateTableAccess.multiMutate() does not get high priority causing a deadlock

2016-03-29 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216684#comment-15216684 ] stack commented on HBASE-15295: --- Understood [~enis] Tests passed when you tried the patch but it fails for

[jira] [Commented] (HBASE-15191) CopyTable and VerifyReplication - Option to specify batch size, versions

2016-03-29 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216671#comment-15216671 ] Hudson commented on HBASE-15191: SUCCESS: Integrated in HBase-1.3-IT #587 (See

[jira] [Commented] (HBASE-15265) Implement an asynchronous FSHLog

2016-03-29 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216662#comment-15216662 ] stack commented on HBASE-15265: --- It took me a while but a 2B run on 9-node cluster passes with this enabled

[jira] [Commented] (HBASE-15506) FSDataOutputStream.write() allocates new byte buffer on each operation

2016-03-29 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1521#comment-1521 ] Vladimir Rodionov commented on HBASE-15506: --- Linked HBASE-15506 as well. >

[jira] [Updated] (HBASE-15560) TinyLFU-based BlockCache

2016-03-29 Thread Ben Manes (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Manes updated HBASE-15560: -- Description: LruBlockCache uses the Segmented LRU (SLRU) policy to capture frequency and recency of

[jira] [Updated] (HBASE-15560) TinyLFU-based BlockCache

2016-03-29 Thread Ben Manes (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Manes updated HBASE-15560: -- Description: LruBlockCache uses the Segmented LRU (SLRU) policy to capture frequency and recency of

[jira] [Updated] (HBASE-15560) TinyLFU-based BlockCache

2016-03-29 Thread Ben Manes (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Manes updated HBASE-15560: -- Description: LruBlockCache uses the Segmented LRU (SLRU) policy to capture frequency and recency of

[jira] [Updated] (HBASE-15560) TinyLFU-based BlockCache

2016-03-29 Thread Ben Manes (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Manes updated HBASE-15560: -- Attachment: tinylfu.patch > TinyLFU-based BlockCache > > >

[jira] [Created] (HBASE-15560) TinyLFU-based BlockCache

2016-03-29 Thread Ben Manes (JIRA)
Ben Manes created HBASE-15560: - Summary: TinyLFU-based BlockCache Key: HBASE-15560 URL: https://issues.apache.org/jira/browse/HBASE-15560 Project: HBase Issue Type: Improvement

[jira] [Commented] (HBASE-15499) Add multiple data type support for increment

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216631#comment-15216631 ] Hadoop QA commented on HBASE-15499: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15362) Compression Algorithm does not respect config params from hbase-site

2016-03-29 Thread deepankar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216605#comment-15216605 ] deepankar commented on HBASE-15362: --- Sure will create a jira > Compression Algorithm does not respect

[jira] [Commented] (HBASE-15559) BaseMasterAndRegionObserver doesn't implement all the methods

2016-03-29 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216606#comment-15216606 ] Matteo Bertozzi commented on HBASE-15559: - +1 on v2 > BaseMasterAndRegionObserver doesn't

[jira] [Commented] (HBASE-15559) BaseMasterAndRegionObserver doesn't implement all the methods

2016-03-29 Thread Gary Helmling (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216601#comment-15216601 ] Gary Helmling commented on HBASE-15559: --- +1 on v2 > BaseMasterAndRegionObserver doesn't implement

[jira] [Updated] (HBASE-15559) BaseMasterAndRegionObserver doesn't implement all the methods

2016-03-29 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliott Clark updated HBASE-15559: -- Attachment: HBASE-15559-v2.patch > BaseMasterAndRegionObserver doesn't implement all the

[jira] [Commented] (HBASE-15295) MutateTableAccess.multiMutate() does not get high priority causing a deadlock

2016-03-29 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216592#comment-15216592 ] Enis Soztutar commented on HBASE-15295: --- {code} mvn clean test -Dtest=TestMasterNoCluster

[jira] [Commented] (HBASE-15554) StoreFile$Writer.appendGeneralBloomFilter generates extra KV

2016-03-29 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216593#comment-15216593 ] Vladimir Rodionov commented on HBASE-15554: --- {quote} Are you working on this Vladimir Rodionov?

[jira] [Commented] (HBASE-15556) need extensible ConsistencyControl interface

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216588#comment-15216588 ] Hadoop QA commented on HBASE-15556: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15543) HFileScannerImpl.getCell() allocates cell object on every call

2016-03-29 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216578#comment-15216578 ] Vladimir Rodionov commented on HBASE-15543: --- {quote} The compaction scanner also has caching

[jira] [Commented] (HBASE-15555) Memory Management

2016-03-29 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216539#comment-15216539 ] stack commented on HBASE-1: --- bq. Do you want to raise a JIRA for this? I think the subtasks here would

[jira] [Commented] (HBASE-15556) need extensible ConsistencyControl interface

2016-03-29 Thread Walter Koetke (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216554#comment-15216554 ] Walter Koetke commented on HBASE-15556: --- You are correct, Sean. The HBaseBlockingWaitStrategy is

[jira] [Updated] (HBASE-15236) Inconsistent cell reads over multiple bulk-loaded HFiles

2016-03-29 Thread Appy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy updated HBASE-15236: - Attachment: HBASE-15236-master-v7.patch rebased, fixed merge errors. > Inconsistent cell reads over multiple

[jira] [Commented] (HBASE-15559) BaseMasterAndRegionObserver doesn't implement all the methods

2016-03-29 Thread Gary Helmling (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216476#comment-15216476 ] Gary Helmling commented on HBASE-15559: --- +1 on removing the abstract. I would say to do the same

[jira] [Commented] (HBASE-13639) SyncTable - rsync for HBase tables

2016-03-29 Thread Abhishek Soni (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216471#comment-15216471 ] Abhishek Soni commented on HBASE-13639: --- Thanks [~davelatham], It is just what I needed. >

[jira] [Commented] (HBASE-15499) Add multiple data type support for increment

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216441#comment-15216441 ] Hadoop QA commented on HBASE-15499: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15538) Implement secure async protobuf wal writer

2016-03-29 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15216418#comment-15216418 ] Hadoop QA commented on HBASE-15538: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

  1   2   3   >