[jira] [Created] (HBASE-10412) Distributed log replay : Cell tags getting missed

2014-01-24 Thread Anoop Sam John (JIRA)
Anoop Sam John created HBASE-10412: -- Summary: Distributed log replay : Cell tags getting missed Key: HBASE-10412 URL: https://issues.apache.org/jira/browse/HBASE-10412 Project: HBase Issue

Re: Branch 0.98 update and soft freeze

2014-01-24 Thread Ted Yu
Andy: Looks like HBASE-10412 should be included in RC0 Cheers On Jan 23, 2014, at 10:21 PM, Andrew Purtell apurt...@apache.org wrote: This was a local issue involving installing the wrong JRE bits into the wrong location. Several builds with Oracle JDK 7u45 have passed cleanly. 0.98.0RC

[jira] [Created] (HBASE-10413) TableSplits are not sorted by size.

2014-01-24 Thread Lukas Nalezenec (JIRA)
Lukas Nalezenec created HBASE-10413: --- Summary: TableSplits are not sorted by size. Key: HBASE-10413 URL: https://issues.apache.org/jira/browse/HBASE-10413 Project: HBase Issue Type: Bug

Tablesplit.getLength returns 0

2014-01-24 Thread Jean-Marc Spaggiari
Interesting question here: https://issues.apache.org/jira/browse/HBASE-10413 public long getLength() { // Not clear how to obtain this... seems to be used only for sorting splits return 0; } I did not looked at it, but any clue why it's like that? Thanks, JM

Re: Branch 0.98 update and soft freeze

2014-01-24 Thread Andrew Purtell
Yes seems so. I've removed the RC0 tag. Let's get this one in. On Friday, January 24, 2014, Ted Yu yuzhih...@gmail.com wrote: Andy: Looks like HBASE-10412 should be included in RC0 Cheers On Jan 23, 2014, at 10:21 PM, Andrew Purtell apurt...@apache.orgjavascript:; wrote: This was a

[jira] [Created] (HBASE-10414) Distributed replay should re-encode WAL entries with its own RPC codec

2014-01-24 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-10414: -- Summary: Distributed replay should re-encode WAL entries with its own RPC codec Key: HBASE-10414 URL: https://issues.apache.org/jira/browse/HBASE-10414 Project:

Re: Tablesplit.getLength returns 0

2014-01-24 Thread Nick Dimiduk
Ideally this would return the number of rows in the split's rowkey range. How do we get that without scanning/counting or sampling? This kind of metadata isn't available. I thing this metadata could be helpful in a number of uses. Do you have any ideas where or how me might track that kind of

[jira] [Created] (HBASE-10415) TestAuditLogs#testAuditAllowedStat sometimes fails in trunk

2014-01-24 Thread Ted Yu (JIRA)
Ted Yu created HBASE-10415: -- Summary: TestAuditLogs#testAuditAllowedStat sometimes fails in trunk Key: HBASE-10415 URL: https://issues.apache.org/jira/browse/HBASE-10415 Project: HBase Issue Type:

Re: Tablesplit.getLength returns 0

2014-01-24 Thread Enis Söztutar
InputSplit.getLength() and RecordReader.getProgress() is important for the MR framework to be able to show progress etc. It would be good to return raw data sizes in getLength() computed from region's total size of store files, and progress being calculated from scanner's amount of raw data seen.

[jira] [Resolved] (HBASE-10408) Intermittent TestDistributedLogSplitting#testLogReplayForDisablingTable failure

2014-01-24 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-10408. Resolution: Fixed Hadoop Flags: Reviewed Intermittent

[jira] [Created] (HBASE-10416) Improvements to the import flow

2014-01-24 Thread Vasu Mariyala (JIRA)
Vasu Mariyala created HBASE-10416: - Summary: Improvements to the import flow Key: HBASE-10416 URL: https://issues.apache.org/jira/browse/HBASE-10416 Project: HBase Issue Type: New Feature

[jira] [Resolved] (HBASE-10383) Secure Bulk Load for 'completebulkload' fails for version 0.94.15

2014-01-24 Thread Jesse Yates (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Yates resolved HBASE-10383. - Resolution: Fixed Secure Bulk Load for 'completebulkload' fails for version 0.94.15

[jira] [Created] (HBASE-10418) give blocks of smaller store files priority in cache

2014-01-24 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HBASE-10418: Summary: give blocks of smaller store files priority in cache Key: HBASE-10418 URL: https://issues.apache.org/jira/browse/HBASE-10418 Project: HBase

Re: Branch 0.98 update and soft freeze

2014-01-24 Thread Andrew Purtell
On Fri, Jan 24, 2014 at 8:48 AM, Andrew Purtell apurt...@apache.org wrote: Yes seems so. I've removed the RC0 tag. Let's get this one in. All quiet. Set the 0.98.0RC0 tag again. Will spin bits tomorrow. -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back.

[jira] [Created] (HBASE-10419) Add multiget support to PerformanceEvaluation

2014-01-24 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HBASE-10419: Summary: Add multiget support to PerformanceEvaluation Key: HBASE-10419 URL: https://issues.apache.org/jira/browse/HBASE-10419 Project: HBase Issue Type: