Ability to close tables for embeddable cassandra
------------------------------------------------

                 Key: CASSANDRA-1018
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1018
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 0.3, 0.4, 0.5, 0.6, 0.6.1, 0.6.2, 0.7, 0.8
            Reporter: Cliff Moon
            Priority: Minor


I would like to make Cassandra more embeddable in order to use it from within 
application unit tests.  Unfortunately, just nuking directories with 
CassandraServiceDataCleaner doesn't completely isolate test cases within a 
single running JVM.  In-memory table objects are kept in a static hash map.  
This patch adds a close method that will remove table instances from the static 
hash map.

-- 
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