Towards A Formalization Of The Cassadra Daemon
----------------------------------------------

                 Key: CASSANDRA-1131
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1131
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 0.6.1
            Reporter: Karthick Sankarachary
         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