You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2019/07/25 21:21:41 UTC

[kudu] branch master updated: comment: delete the outdated comment

This is an automated email from the ASF dual-hosted git repository.

adar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new 64e27a2  comment: delete the outdated comment
64e27a2 is described below

commit 64e27a28110fb7e9c36b0e14c0bb5663b3cafa5a
Author: Xiaokai Wang <xi...@live.com>
AuthorDate: Thu Jul 25 16:20:10 2019 +0800

    comment: delete the outdated comment
    
    Change-Id: If6f1a73c19ccb250f02f3faf9993521de3a842b5
    Reviewed-on: http://gerrit.cloudera.org:8080/13917
    Tested-by: Kudu Jenkins
    Reviewed-by: Adar Dembo <ad...@cloudera.com>
---
 src/kudu/consensus/time_manager.h | 2 --
 src/kudu/tablet/mvcc.h            | 3 ---
 2 files changed, 5 deletions(-)

diff --git a/src/kudu/consensus/time_manager.h b/src/kudu/consensus/time_manager.h
index 966b791..b431b4c 100644
--- a/src/kudu/consensus/time_manager.h
+++ b/src/kudu/consensus/time_manager.h
@@ -61,8 +61,6 @@ class ReplicateMsg;
 // is responsible for broadcasting safe time from a leader (and will eventually be responsible
 // for calculating that leader's lease).
 //
-// See: docs/design-docs/repeatable-reads.md
-//
 // NOTE: Until leader leases are implemented the cluster's safe time can occasionally move back.
 //       This does not mean, however, that the timestamp returned by GetSafeTime() can move back.
 //       GetSafeTime will still return monotonically increasing timestamps, it's just
diff --git a/src/kudu/tablet/mvcc.h b/src/kudu/tablet/mvcc.h
index a87e3c9..5928af1 100644
--- a/src/kudu/tablet/mvcc.h
+++ b/src/kudu/tablet/mvcc.h
@@ -182,9 +182,6 @@ class MvccSnapshot {
 //
 // NOTE: we do not support "rollback" of in-memory edits. Thus, once we call
 // StartApplyingTransaction(), the transaction _must_ commit.
-//
-// See: docs/design_docs/repeatable-reads.md for more information on some of the concepts in
-// this class like "clean" and "safe" time.
 class MvccManager {
  public:
   MvccManager();