You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/07/27 22:29:17 UTC

[jira] Created: (CASSANDRA-1327) page within a single row during hinted handoff

page within a single row during hinted handoff
----------------------------------------------

                 Key: CASSANDRA-1327
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1327
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Jonathan Ellis
             Fix For: 0.7.0


currently HintedHandoffManager.sendMessage reads the entire hinted row into memory, then sends it in a single message.  while this is [barely] acceptable in 0.6, where the row size limit of 2GB keeps this from getting _too_ out of hand, we need explicit paging in 0.7

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CASSANDRA-1327) page within a single row during hinted handoff

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams reassigned CASSANDRA-1327:
-------------------------------------------

    Assignee: Brandon Williams

> page within a single row during hinted handoff
> ----------------------------------------------
>
>                 Key: CASSANDRA-1327
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1327
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Brandon Williams
>             Fix For: 0.7 beta 1
>
>         Attachments: 1327.txt
>
>
> currently HintedHandoffManager.sendMessage reads the entire hinted row into memory, then sends it in a single message.  while this is [barely] acceptable in 0.6, where the row size limit of 2GB keeps this from getting _too_ out of hand, we need explicit paging in 0.7

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1327) page within a single row during hinted handoff

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894041#action_12894041 ] 

Hudson commented on CASSANDRA-1327:
-----------------------------------

Integrated in Cassandra #504 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/504/])
    page within a single row during hinted handoff.  Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-1327


> page within a single row during hinted handoff
> ----------------------------------------------
>
>                 Key: CASSANDRA-1327
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1327
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Brandon Williams
>             Fix For: 0.7 beta 1
>
>         Attachments: 1327.txt
>
>
> currently HintedHandoffManager.sendMessage reads the entire hinted row into memory, then sends it in a single message.  while this is [barely] acceptable in 0.6, where the row size limit of 2GB keeps this from getting _too_ out of hand, we need explicit paging in 0.7

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1327) page within a single row during hinted handoff

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams updated CASSANDRA-1327:
----------------------------------------

    Attachment: 1327.txt

> page within a single row during hinted handoff
> ----------------------------------------------
>
>                 Key: CASSANDRA-1327
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1327
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>             Fix For: 0.7 beta 1
>
>         Attachments: 1327.txt
>
>
> currently HintedHandoffManager.sendMessage reads the entire hinted row into memory, then sends it in a single message.  while this is [barely] acceptable in 0.6, where the row size limit of 2GB keeps this from getting _too_ out of hand, we need explicit paging in 0.7

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1327) page within a single row during hinted handoff

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams updated CASSANDRA-1327:
----------------------------------------

    Attachment:     (was: 1327.txt)

> page within a single row during hinted handoff
> ----------------------------------------------
>
>                 Key: CASSANDRA-1327
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1327
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Brandon Williams
>             Fix For: 0.7 beta 1
>
>         Attachments: 1327.txt
>
>
> currently HintedHandoffManager.sendMessage reads the entire hinted row into memory, then sends it in a single message.  while this is [barely] acceptable in 0.6, where the row size limit of 2GB keeps this from getting _too_ out of hand, we need explicit paging in 0.7

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1327) page within a single row during hinted handoff

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams updated CASSANDRA-1327:
----------------------------------------

    Attachment: 1327.txt

> page within a single row during hinted handoff
> ----------------------------------------------
>
>                 Key: CASSANDRA-1327
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1327
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Brandon Williams
>             Fix For: 0.7 beta 1
>
>         Attachments: 1327.txt
>
>
> currently HintedHandoffManager.sendMessage reads the entire hinted row into memory, then sends it in a single message.  while this is [barely] acceptable in 0.6, where the row size limit of 2GB keeps this from getting _too_ out of hand, we need explicit paging in 0.7

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1327) page within a single row during hinted handoff

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893771#action_12893771 ] 

Jonathan Ellis commented on CASSANDRA-1327:
-------------------------------------------

+1

that was simpler than i thought, can you apply to 0.6.5 as well? :)

> page within a single row during hinted handoff
> ----------------------------------------------
>
>                 Key: CASSANDRA-1327
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1327
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Brandon Williams
>             Fix For: 0.7 beta 1
>
>         Attachments: 1327.txt
>
>
> currently HintedHandoffManager.sendMessage reads the entire hinted row into memory, then sends it in a single message.  while this is [barely] acceptable in 0.6, where the row size limit of 2GB keeps this from getting _too_ out of hand, we need explicit paging in 0.7

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.