[jira] Updated: (HBASE-2916) Reseek directly to next column

2010-09-16 Thread Pranav Khaitan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pranav Khaitan updated HBASE-2916: -- Attachment: HBASE-2916-V2.patch Code up for review at https://review.cloudera.org/r/781

[jira] Updated: (HBASE-2649) Make use of storefile 'order' making certain decisions during merge sort

2010-09-16 Thread Pranav Khaitan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pranav Khaitan updated HBASE-2649: -- Attachment: HBASE-1485-V9.patch This patch was committed to trunk a week ago. Just attaching

[jira] Commented: (HBASE-3005) Add reseek optimization for fetching multiple versions via TimestampsFilter

2010-09-16 Thread HBase Review Board (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12910056#action_12910056 ] HBase Review Board commented on HBASE-3005: --- Message from: Kannan Muthukkaruppan

[jira] Created: (HBASE-3006) Reading compressed HFile blocks causes way too many DFS RPC calls severly impacting performance

2010-09-16 Thread Kannan Muthukkaruppan (JIRA)
Reading compressed HFile blocks causes way too many DFS RPC calls severly impacting performance --- Key: HBASE-3006 URL: https://issues.apache.org/jira/browse/HBASE-3006

[jira] Assigned: (HBASE-3006) Reading compressed HFile blocks causes way too many DFS RPC calls severly impacting performance

2010-09-16 Thread Kannan Muthukkaruppan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kannan Muthukkaruppan reassigned HBASE-3006: Assignee: Kannan Muthukkaruppan Reading compressed HFile blocks causes

[jira] Commented: (HBASE-3006) Reading compressed HFile blocks causes way too many DFS RPC calls severly impacting performance

2010-09-16 Thread Kannan Muthukkaruppan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12910233#action_12910233 ] Kannan Muthukkaruppan commented on HBASE-3006: -- Stack: This was just a snippet

[jira] Commented: (HBASE-3006) Reading compressed HFile blocks causes way too many DFS RPC calls severly impacting performance

2010-09-16 Thread Kannan Muthukkaruppan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12910257#action_12910257 ] Kannan Muthukkaruppan commented on HBASE-3006: -- Wrapping a BufferedInputStream

[jira] Updated: (HBASE-3006) Reading compressed HFile blocks causes way too many DFS RPC calls severly impacting performance

2010-09-16 Thread Kannan Muthukkaruppan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kannan Muthukkaruppan updated HBASE-3006: - Attachment: HBASE-3006.txt Patch submitted. Fixes perf problems we were seeing.

[jira] Updated: (HBASE-2941) port HADOOP-6713 - threading scalability for RPC reads - to HBase

2010-09-16 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ryan rawson updated HBASE-2941: --- Status: Resolved (was: Patch Available) Resolution: Fixed committed to trunk port

[jira] Commented: (HBASE-3006) Reading compressed HFile blocks causes way too many DFS RPC calls severly impacting performance

2010-09-16 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12910343#action_12910343 ] ryan rawson commented on HBASE-3006: if the objects are short lived, it doesnt matter

[jira] Commented: (HBASE-3006) Reading compressed HFile blocks causes way too many DFS RPC calls severly impacting performance

2010-09-16 Thread Kannan Muthukkaruppan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12910351#action_12910351 ] Kannan Muthukkaruppan commented on HBASE-3006: -- For our test case, min(16k,

[jira] Updated: (HBASE-3006) Reading compressed HFile blocks causes way too many DFS RPC calls severly impacting performance

2010-09-16 Thread Kannan Muthukkaruppan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kannan Muthukkaruppan updated HBASE-3006: - Attachment: HBASE-3006-2.txt Reading compressed HFile blocks causes way too

[jira] Updated: (HBASE-3008) Memstore.updateColumnValue passes wrong flag to heapSizeChange

2010-09-16 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-3008: -- Attachment: HBASE-3008.patch This is the patch that Ryan wrote and that fixes the

[jira] Created: (HBASE-3009) ICV-style update of Memstore for single-qualifier and frequent puts

2010-09-16 Thread Jean-Daniel Cryans (JIRA)
ICV-style update of Memstore for single-qualifier and frequent puts --- Key: HBASE-3009 URL: https://issues.apache.org/jira/browse/HBASE-3009 Project: HBase Issue Type: Bug

[jira] Updated: (HBASE-3009) ICV-style update of Memstore for single-qualifier and frequent puts

2010-09-16 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-3009: -- Attachment: HBASE-3009.patch Patch that adds the desired behavior. It requires that