[jira] [Created] (HBASE-9780) Total row num to write in PerformanceEvaluation vary on thread number

2013-10-16 Thread Liu Shaohui (JIRA)
Liu Shaohui created HBASE-9780: -- Summary: Total row num to write in PerformanceEvaluation vary on thread number Key: HBASE-9780 URL: https://issues.apache.org/jira/browse/HBASE-9780 Project: HBase

[jira] [Created] (HBASE-9781) A temporary hdfs directory was left when region merge failed by same-sequence-id exception.

2013-10-16 Thread Victor Xu (JIRA)
Victor Xu created HBASE-9781: Summary: A temporary hdfs directory was left when region merge failed by same-sequence-id exception. Key: HBASE-9781 URL: https://issues.apache.org/jira/browse/HBASE-9781

[jira] [Resolved] (HBASE-9777) Two consecutive RS crashes could lead to their SSH stepping on each other's toes and cause master abort

2013-10-16 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das resolved HBASE-9777. Resolution: Duplicate HBASE-9773 should fix this. Resolving. Two consecutive RS crashes could

[jira] [Created] (HBASE-9782) ColumnPaginationFilter doesn't return the expected versions.

2013-10-16 Thread Jean-Marc Spaggiari (JIRA)
Jean-Marc Spaggiari created HBASE-9782: -- Summary: ColumnPaginationFilter doesn't return the expected versions. Key: HBASE-9782 URL: https://issues.apache.org/jira/browse/HBASE-9782 Project:

[jira] [Created] (HBASE-9783) Validate column families early in o.a.h.h.regionserver.HRegion.mutateRowsWithLocks()

2013-10-16 Thread Aditya Kishore (JIRA)
Aditya Kishore created HBASE-9783: - Summary: Validate column families early in o.a.h.h.regionserver.HRegion.mutateRowsWithLocks() Key: HBASE-9783 URL: https://issues.apache.org/jira/browse/HBASE-9783

[jira] [Created] (HBASE-9784) Switch to Hadoop-2.2

2013-10-16 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-9784: Summary: Switch to Hadoop-2.2 Key: HBASE-9784 URL: https://issues.apache.org/jira/browse/HBASE-9784 Project: HBase Issue Type: Improvement

ColumnPaginationFilter called twice per line?

2013-10-16 Thread Jean-Marc Spaggiari
Is anyone using filters to filter version on a single row? I look at ColumnPaginationFilter code and it's clean and very small. But on the client side, when I ask for the 100 first version of a row/CF/C I only get the 50 first one. If I do a scan from the shell, I get the 10 000 versions

[jira] [Reopened] (HBASE-9773) Master aborted when hbck asked the master to assign a region that was already online

2013-10-16 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong reopened HBASE-9773: -- Master aborted when hbck asked the master to assign a region that was already online

Re: ColumnPaginationFilter called twice per line?

2013-10-16 Thread Jean-Marc Spaggiari
Ok. Confirmed. It's called twice: 2013-10-16 18:45:40,819 INFO org.apache.hadoop.hbase.filter.ColumnPaginationFilter: A 9990 2013-10-16 18:45:40,819 INFO org.apache.hadoop.hbase.filter.ColumnPaginationFilter: A 9990 2013-10-16 18:45:40,819 INFO

[jira] [Created] (HBASE-9785) Fix heap size reporting in HRegion

2013-10-16 Thread Himanshu Vashishtha (JIRA)
Himanshu Vashishtha created HBASE-9785: -- Summary: Fix heap size reporting in HRegion Key: HBASE-9785 URL: https://issues.apache.org/jira/browse/HBASE-9785 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-9786) [hbck]: hbck -metaonly incorrectly reports inconsistent regions after HBASE-9698 fix

2013-10-16 Thread Aleksandr Shulman (JIRA)
Aleksandr Shulman created HBASE-9786: Summary: [hbck]: hbck -metaonly incorrectly reports inconsistent regions after HBASE-9698 fix Key: HBASE-9786 URL: https://issues.apache.org/jira/browse/HBASE-9786

[jira] [Created] (HBASE-9787) HCM should not stop retrying after retry timeout if the retry count is not exhausted

2013-10-16 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HBASE-9787: --- Summary: HCM should not stop retrying after retry timeout if the retry count is not exhausted Key: HBASE-9787 URL: https://issues.apache.org/jira/browse/HBASE-9787

[jira] [Created] (HBASE-9788) [WINDOWS] Update rest server class name

2013-10-16 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-9788: Summary: [WINDOWS] Update rest server class name Key: HBASE-9788 URL: https://issues.apache.org/jira/browse/HBASE-9788 Project: HBase Issue Type: Bug

Re: ColumnPaginationFilter called twice per line?

2013-10-16 Thread Jean-Marc Spaggiari
So. Here are more details. The issue is because ScanQueryMatcher returns INCLUDE_AND_SEEK_NEXT_COL and not INCLUDE for this specific case while it should be. We don't want to seek for the next column. I still have some difficulties to understand all what this code is doing but I will continue to

[jira] [Created] (HBASE-9789) Change logging for Coprocessor exec call to trace

2013-10-16 Thread Lars Hofhansl (JIRA)
Lars Hofhansl created HBASE-9789: Summary: Change logging for Coprocessor exec call to trace Key: HBASE-9789 URL: https://issues.apache.org/jira/browse/HBASE-9789 Project: HBase Issue Type: