[ 
https://issues.apache.org/jira/browse/CASSANDRA-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karthick Sankarachary updated CASSANDRA-1131:
---------------------------------------------

    Attachment: CASSANDRA-1131.patch

Thanks for committing this in. As you suggested, I made the load() a noop and 
fixed the thrift daemon so that it passes the nosetests. On a side note, I 
could not get the avro nosetests to pass, because for some reason, it wouldn't 
install correctly on my mac.

> Towards A Formalization Of The Cassandra Daemon
> -----------------------------------------------
>
>                 Key: CASSANDRA-1131
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1131
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Karthick Sankarachary
>             Fix For: 0.7
>
>         Attachments: CASSANDRA-1131.patch
>
>
> Right now, we've two implementations of the Cassandra daemon, one that's 
> based on Thrift, and the other on Avro, both of which suffer from a lack of 
> reuse. Specifically, even though they both share the same lifecycle and 
> bootstrapping mechanism, they share no logic.
> Here, we propose an abstraction that captures the concept of a Cassandra 
> daemon, which will allow consumers to seamlessly switch the underlying 
> implementation of their Cassandra daemons. In essence, it defines not only a 
> way to activate and deactivate a Cassandra daemon, but also hooks into its 
> lifecycle methods.

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

Reply via email to