Skip to content

Commit

Permalink
Change CassandraDaemon to decrement latch after finished with Cassand…
Browse files Browse the repository at this point in the history
…ra startup, not before.
  • Loading branch information
cnauroth committed Aug 17, 2011
1 parent b8d8b81 commit 66c7e12
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lucandra/CassandraDaemon.java
Expand Up @@ -28,11 +28,8 @@ public class CassandraDaemon extends org.apache.cassandra.thrift.CassandraDaemon

public void start()
{

startedLatch.countDown();

// TODO Auto-generated method stub
super.start();
startedLatch.countDown();
}

public CountDownLatch getStartedLatch()
Expand Down

0 comments on commit 66c7e12

Please sign in to comment.