Table tbl = Table.open(table);
tbl.onStart();
}
// replay the log if necessary
RecoveryManager recoveryMgr = RecoveryManager.instance();
recoveryMgr.doRecovery();
// now we start listening for clients
CassandraServer peerStorageServer = new CassandraServer();
peerStorageServer.start();
Cassandra.Processor processor = new Cassandra.Processor(peerStorageServer);