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 2009/11/11 06:04:27 UTC

[jira] Created: (CASSANDRA-539) thread flushes from recoverymanager

thread flushes from recoverymanager
-----------------------------------

                 Key: CASSANDRA-539
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-539
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor
             Fix For: 0.5


this will improve recovery speed

the intent appears to have been to avoid opening up the server to extra load while we're still cleaning up after recovery, but now that we return Future from flush we can have our cake and eat it too

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


[jira] Updated: (CASSANDRA-539) thread flushes from recoverymanager

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

Jonathan Ellis updated CASSANDRA-539:
-------------------------------------

    Attachment: 539.patch

> thread flushes from recoverymanager
> -----------------------------------
>
>                 Key: CASSANDRA-539
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-539
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 539.patch
>
>
> this will improve recovery speed
> the intent appears to have been to avoid opening up the server to extra load while we're still cleaning up after recovery, but now that we return Future from flush we can have our cake and eat it too

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


[jira] Resolved: (CASSANDRA-539) thread flushes from recoverymanager

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

Jonathan Ellis resolved CASSANDRA-539.
--------------------------------------

    Resolution: Fixed

committed

> thread flushes from recoverymanager
> -----------------------------------
>
>                 Key: CASSANDRA-539
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-539
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 539.patch
>
>
> this will improve recovery speed
> the intent appears to have been to avoid opening up the server to extra load while we're still cleaning up after recovery, but now that we return Future from flush we can have our cake and eat it too

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


[jira] Commented: (CASSANDRA-539) thread flushes from recoverymanager

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

Brandon Williams commented on CASSANDRA-539:
--------------------------------------------

+1, log replays are much faster, thanks!

> thread flushes from recoverymanager
> -----------------------------------
>
>                 Key: CASSANDRA-539
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-539
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 539.patch
>
>
> this will improve recovery speed
> the intent appears to have been to avoid opening up the server to extra load while we're still cleaning up after recovery, but now that we return Future from flush we can have our cake and eat it too

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


[jira] Commented: (CASSANDRA-539) thread flushes from recoverymanager

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

Hudson commented on CASSANDRA-539:
----------------------------------

Integrated in Cassandra #256 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/256/])
    parallelize post-recovery flushes.
patch by jbellis; reviewed by Brandon Williams for 


> thread flushes from recoverymanager
> -----------------------------------
>
>                 Key: CASSANDRA-539
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-539
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 539.patch
>
>
> this will improve recovery speed
> the intent appears to have been to avoid opening up the server to extra load while we're still cleaning up after recovery, but now that we return Future from flush we can have our cake and eat it too

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