You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2014/07/25 20:11:35 UTC

[03/10] git commit: update CL archive comments post-6905

update CL archive comments post-6905


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f5e634c1
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f5e634c1
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/f5e634c1

Branch: refs/heads/cassandra-2.1
Commit: f5e634c1cc6af270f6005cdd1672d32dd99e24a7
Parents: 60e56d4
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 25 13:10:54 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 25 13:10:54 2014 -0500

----------------------------------------------------------------------
 conf/commitlog_archiving.properties | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f5e634c1/conf/commitlog_archiving.properties
----------------------------------------------------------------------
diff --git a/conf/commitlog_archiving.properties b/conf/commitlog_archiving.properties
index 0687cd6..be4692e 100644
--- a/conf/commitlog_archiving.properties
+++ b/conf/commitlog_archiving.properties
@@ -46,12 +46,10 @@ restore_directories=
 # Restore mutations created up to and including this timestamp in GMT.
 # Format: yyyy:MM:dd HH:mm:ss (2012:04:31 20:43:12)
 #
-# Note! Recovery will stop when the first client-supplied timestamp
-# greater than this time is encountered.  Since the order Cassandra
-# receives mutations does not always strictly follow timestamp order,
-# this may leave some mutations with timestamps earlier than the
-# point-in-time unrecovered.
+# Recovery will continue through the segment when the first client-supplied
+# timestamp greater than this time is encountered, but only mutations less than
+# or equal to this timestamp will be applied.
 restore_point_in_time=
 
 # precision of the timestamp used in the inserts (MILLISECONDS, MICROSECONDS, ...)
-precision=MICROSECONDS
\ No newline at end of file
+precision=MICROSECONDS