Commit Graph

4 Commits

Author SHA1 Message Date
Robert Stupp 6ba2fb9395 Make C* compile and run on Java 11 and Java 8
patch by Robert Stupp; reviewed by Jason Brown for CASSANDRA-9608
2018-07-26 18:20:00 +02:00
Yuki Morishita 251449ffad Merge branch 'cassandra-2.2' into cassandra-3.0 2016-04-25 20:08:24 -05:00
Yuki Morishita 5e722ee0a0 Merge branch 'cassandra-2.2' into cassandra-3.0 2016-03-22 16:09:06 -05:00
Stefania Alborghetti 5726625a5c Improve transaction log under FS corruption
To address concerns with recovery from file system
failures, we consolidate the new and old log
files into a single file, introduce checksums to the
file, and record on-disk sstable state to permit
validation of the log file on restart. This permits
us to be pessimistic in the case of any failure,
leaving all affected files on disk.

patch by stefania; reviewed by benedict for CASSANDRA-7066
2015-08-17 10:20:01 +01:00