I am new to cassandra, but i want to resotore cassandra back up.
While restoring cassandra does not load data which is not yet commited to mem table and available in the Commitlog. as i know it has benchmark based on that it will commit the data in data base but while restoration it shoul load all the logs and data.
please help
i copy all the cassandra data files in to my new cassandra installation folder. and try to restore restore the backup.
befor that i have create new cassandra server, created Keyspace and tables on new server.
then i copyied all data files in the respected tables folder.
then restarted the cassandra. and run cassandra nodetool refresh commmand.