[jira] [Updated] (HBASE-4752) Don't create an unnecessary LinkedList when evicting from the BlockCache

2011-11-13 Thread Ted Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-4752: -- Resolution: Fixed Hadoop Flags: Incompatible change,Reviewed (was: Incompatible change)

[jira] [Updated] (HBASE-4752) Don't create an unnecessary LinkedList when evicting from the BlockCache

2011-11-06 Thread Ted Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-4752: -- Status: Open (was: Patch Available) Don't create an unnecessary LinkedList when evicting from the

[jira] [Updated] (HBASE-4752) Don't create an unnecessary LinkedList when evicting from the BlockCache

2011-11-06 Thread Ted Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-4752: -- Status: Patch Available (was: Open) Patch testing trunk v2. Don't create an unnecessary

[jira] [Updated] (HBASE-4752) Don't create an unnecessary LinkedList when evicting from the BlockCache

2011-11-06 Thread Ted Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-4752: -- Attachment: 4752-trunk-v2.txt Added initial size for MinMaxPriorityQueue. Modified TestCachedBlockQueue to

[jira] [Updated] (HBASE-4752) Don't create an unnecessary LinkedList when evicting from the BlockCache

2011-11-06 Thread Ted Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-4752: -- Fix Version/s: 0.94.0 Don't create an unnecessary LinkedList when evicting from the BlockCache

[jira] [Updated] (HBASE-4752) Don't create an unnecessary LinkedList when evicting from the BlockCache

2011-11-05 Thread Benoit Sigoure (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoit Sigoure updated HBASE-4752: -- Attachment: 0001-HBASE-4752-Don-t-create-an-unnecessary-LinkedList-wh.patch HBase 0.90 doesn't

[jira] [Updated] (HBASE-4752) Don't create an unnecessary LinkedList when evicting from the BlockCache

2011-11-05 Thread Benoit Sigoure (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoit Sigoure updated HBASE-4752: -- Status: Patch Available (was: Open) Don't create an unnecessary LinkedList when evicting

[jira] [Updated] (HBASE-4752) Don't create an unnecessary LinkedList when evicting from the BlockCache

2011-11-05 Thread Ted Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-4752: -- Attachment: 4752-trunk.txt How about changing CachedBlockQueue.queue to double-ended queue ? In

[jira] [Updated] (HBASE-4752) Don't create an unnecessary LinkedList when evicting from the BlockCache

2011-11-05 Thread Ted Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-4752: -- Status: Open (was: Patch Available) Don't create an unnecessary LinkedList when evicting from the

[jira] [Updated] (HBASE-4752) Don't create an unnecessary LinkedList when evicting from the BlockCache

2011-11-05 Thread Ted Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-4752: -- Status: Patch Available (was: Open) The following tests passed based on patch for TRUNK: {code}