[jira] [Created] (HBASE-12661) rat check fails for MetricsReplicationSinkSource

2014-12-08 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-12661: --- Summary: rat check fails for MetricsReplicationSinkSource Key: HBASE-12661 URL: https://issues.apache.org/jira/browse/HBASE-12661 Project: HBase Issue Type: Bu

[jira] [Created] (HBASE-12660) Sanity check other loadable classes from configuration

2014-12-08 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-12660: - Summary: Sanity check other loadable classes from configuration Key: HBASE-12660 URL: https://issues.apache.org/jira/browse/HBASE-12660 Project: HBase Issu

[jira] [Created] (HBASE-12659) Replace the method calls to grant and revoke in shell scripts with AccessControlClient

2014-12-08 Thread Srikanth Srungarapu (JIRA)
Srikanth Srungarapu created HBASE-12659: --- Summary: Replace the method calls to grant and revoke in shell scripts with AccessControlClient Key: HBASE-12659 URL: https://issues.apache.org/jira/browse/HBASE-12

[jira] [Created] (HBASE-12658) Backport HBASE-12574 (Update replication metrics to not do so many map look ups) to 0.98

2014-12-08 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-12658: -- Summary: Backport HBASE-12574 (Update replication metrics to not do so many map look ups) to 0.98 Key: HBASE-12658 URL: https://issues.apache.org/jira/browse/HBASE-12658

[jira] [Resolved] (HBASE-11888) Add per region flush count

2014-12-08 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliott Clark resolved HBASE-11888. --- Resolution: Duplicate Dupe of HBASE-12424 > Add per region flush count > ---

Re: Region is out of bounds

2014-12-08 Thread Vladimir Rodionov
Created: https://issues.apache.org/jira/browse/HBASE-12657 On Mon, Dec 8, 2014 at 11:33 AM, Vladimir Rodionov wrote: > Forgot to mention: > > Low (default) value for *hbase.hstore.compaction.max* and prolonged > write activity w/o throttling will get you into this *region is out of > bounds* si

[jira] [Resolved] (HBASE-11852) Still see "UnsupportedOperationException: CollectionUsage threshold is not supported"

2014-12-08 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-11852. --- Resolution: Cannot Reproduce Resolving 'cannot reproduce' Seems fine in a current test run. > Still see "Un

[jira] [Created] (HBASE-12657) The Region is not being split and far exceeds the desired maximum size.

2014-12-08 Thread Vladimir Rodionov (JIRA)
Vladimir Rodionov created HBASE-12657: - Summary: The Region is not being split and far exceeds the desired maximum size. Key: HBASE-12657 URL: https://issues.apache.org/jira/browse/HBASE-12657 Pro

Re: Region is out of bounds

2014-12-08 Thread Vladimir Rodionov
Forgot to mention: Low (default) value for *hbase.hstore.compaction.max* and prolonged write activity w/o throttling will get you into this *region is out of bounds* situation. Because, when compaction can't keep up with writes, number of store files eventually exceeds *hbase.hstore.compaction.ma

[jira] [Created] (HBASE-12656) TestVisibilityLabelsWithDeletes is flaky

2014-12-08 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-12656: -- Summary: TestVisibilityLabelsWithDeletes is flaky Key: HBASE-12656 URL: https://issues.apache.org/jira/browse/HBASE-12656 Project: HBase

Re: Region is out of bounds

2014-12-08 Thread Vladimir Rodionov
Yes, we have a patch in house. Just need time to verify it. As for seq ##, lowest seq ## is the reason that reference files are constantly getting removed from compaction selections if there are newer files in a compaction queue. Just check the code. This is what is happening under high load when

New Defects reported by Coverity Scan for Apache HBase

2014-12-08 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to Apache HBase found with Coverity Scan. 13 new defect(s) introduced to Apache HBase found with Coverity Scan. 480 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New

Re: Region is out of bounds

2014-12-08 Thread lars hofhansl
Did you get anywhere?Happy to collaborate, this is important to fix. Thinking about my comment again. The half-store files would have an earlier sequence number than any new files, so they would naturally sort first. This needs a bit more investigation. -- Lars From: Vladimir Rodionov To

[jira] [Resolved] (HBASE-12163) Move test annotation classes to the same package as in master

2014-12-08 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk resolved HBASE-12163. -- Resolution: Fixed > Move test annotation classes to the same package as in master > ---

[jira] [Created] (HBASE-12655) WALPerformanceEvaluation miscalculates append/sync statistics for multiple regions

2014-12-08 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-12655: --- Summary: WALPerformanceEvaluation miscalculates append/sync statistics for multiple regions Key: HBASE-12655 URL: https://issues.apache.org/jira/browse/HBASE-12655 Proj

[jira] [Created] (HBASE-12654) Use Table and Admin in comments instead of HTable and HBaseAdmin

2014-12-08 Thread Solomon Duskis (JIRA)
Solomon Duskis created HBASE-12654: -- Summary: Use Table and Admin in comments instead of HTable and HBaseAdmin Key: HBASE-12654 URL: https://issues.apache.org/jira/browse/HBASE-12654 Project: HBase

Re: ByteBuffer Backed Cell - New APIs (HBASE-12358)

2014-12-08 Thread Anoop John
>>Is there discussion on why ByteRange and netty ByteBuf were by-passed It is because of 2 reasons 1. We want to read to our off-heap space right from HDFS layer.. (Using API taking the out buffer). Well this works with NIO buffer 2. At our RPC end at least now, we deal with java NIO channel. We ne

[jira] [Created] (HBASE-12653) Move TestRegionServerOnlineConfigChange & TestConfigurationManager to Junit4 tests

2014-12-08 Thread Ashish Singhi (JIRA)
Ashish Singhi created HBASE-12653: - Summary: Move TestRegionServerOnlineConfigChange & TestConfigurationManager to Junit4 tests Key: HBASE-12653 URL: https://issues.apache.org/jira/browse/HBASE-12653

Re: ByteBuffer Backed Cell - New APIs (HBASE-12358)

2014-12-08 Thread ramkrishna vasudevan
Lars, >>For writing, for getting the key, etc. KeyValue.getBuffer if I see in the current trunk code is currently getting used only in cases of tests and some unused code path like PrefixTreecode decodeKeyValues. I agree there are places like rowAtOrBeforeFromStoreFile and StoreFileScanner.seekToP