[ https://issues.apache.org/jira/browse/CASSANDRA-11154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15224948#comment-15224948 ]
Aleksey Yeschenko commented on CASSANDRA-11154: ----------------------------------------------- Oh, and C* is definitely *not* designed to be in-memory restartable. There are many singletons that would preserve state between restarts, {{Schema}} being just one of the many. I'm actually not sure that a patch for just this ticket would really help you, and not just hide one symptom of larger problems in the system. What I can do is provide a slightly better custom patch, but that logic wouldn't make much sense to someone - and that change alone will most definitely not make CassandraDaemon restartable, unfortunately. That would require a lot more effort. > CassandraDaemon in Managed mode fails to be restartable > ------------------------------------------------------- > > Key: CASSANDRA-11154 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11154 > Project: Cassandra > Issue Type: Bug > Reporter: Achim Nierbeck > Fix For: 3.x > > Attachments: CASSANDRA-11154_patch.txt > > > Restarting the CassandraDeamon in managed mode fails to restart due to > duplicate migration of already migrated keyspaces. > To reproduce this, just do something like in this test class: > https://github.com/ANierbeck/Karaf-Cassandra/blob/master/Karaf-Cassandra-Embedded/src/test/java/de/nierbeck/cassandra/embedded/TestEmbedded.java -- This message was sent by Atlassian JIRA (v6.3.4#6332)