You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Gary Dusbabek (JIRA)" <ji...@apache.org> on 2010/02/19 14:50:27 UTC

[jira] Created: (CASSANDRA-810) Do away with the streaming directory

Do away with the streaming directory
------------------------------------

                 Key: CASSANDRA-810
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-810
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 0.7
            Reporter: Gary Dusbabek
            Assignee: Gary Dusbabek
            Priority: Minor
             Fix For: 0.7


It muddies the approaches we use when deducing keyspace, cf, etc. from paths.

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


[jira] Updated: (CASSANDRA-810) Do away with the streaming directory

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

Stu Hood updated CASSANDRA-810:
-------------------------------

    Attachment: 0002-optionally-leave-sstables-as-temporary-and-use-for-streaming.diff

> Do away with the streaming directory
> ------------------------------------
>
>                 Key: CASSANDRA-810
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-810
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-do-not-use-a-stream-subdirectory.patch, 0002-optionally-leave-sstables-as-temporary-and-use-for-streaming.diff
>
>
> It muddies the approaches we use when deducing keyspace, cf, etc. from paths.

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


[jira] Commented: (CASSANDRA-810) Do away with the streaming directory

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

Stu Hood commented on CASSANDRA-810:
------------------------------------

Files to be streamed should probably stay marked as temporary so that they get cleaned up automatically if the process dies.

> Do away with the streaming directory
> ------------------------------------
>
>                 Key: CASSANDRA-810
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-810
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-do-not-use-a-stream-subdirectory.patch
>
>
> It muddies the approaches we use when deducing keyspace, cf, etc. from paths.

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


[jira] Updated: (CASSANDRA-810) Do away with the streaming directory

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

Gary Dusbabek updated CASSANDRA-810:
------------------------------------

    Attachment: 0001-do-not-use-a-stream-subdirectory.patch

> Do away with the streaming directory
> ------------------------------------
>
>                 Key: CASSANDRA-810
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-810
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-do-not-use-a-stream-subdirectory.patch
>
>
> It muddies the approaches we use when deducing keyspace, cf, etc. from paths.

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


[jira] Commented: (CASSANDRA-810) Do away with the streaming directory

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

Stu Hood commented on CASSANDRA-810:
------------------------------------

+1

> Do away with the streaming directory
> ------------------------------------
>
>                 Key: CASSANDRA-810
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-810
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-do-not-use-a-stream-subdirectory.patch, 0002-optionally-leave-sstables-as-temporary-and-use-for-streaming.diff
>
>
> It muddies the approaches we use when deducing keyspace, cf, etc. from paths.

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


[jira] Commented: (CASSANDRA-810) Do away with the streaming directory

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

Hudson commented on CASSANDRA-810:
----------------------------------

Integrated in Cassandra #364 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/364/])
    No longer use a streaming directory. Patch by Gary Dusbabek and Stu Hood, reviewed by same.  .


> Do away with the streaming directory
> ------------------------------------
>
>                 Key: CASSANDRA-810
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-810
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-do-not-use-a-stream-subdirectory.patch, 0002-optionally-leave-sstables-as-temporary-and-use-for-streaming.diff
>
>
> It muddies the approaches we use when deducing keyspace, cf, etc. from paths.

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