Todd Lipcon has submitted this change and it was merged. Change subject: [monotime] deprecating MonoTime::Earliest() ......................................................................
[monotime] deprecating MonoTime::Earliest() Deprecating MonoTime::Earliest() in favor of std::min(). This patch does not contain any functional changes. Change-Id: Ib7a4fd7881834db632147ebfa1afc138d6432e26 Reviewed-on: http://gerrit.cloudera.org:8080/7347 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <t...@apache.org> --- M src/kudu/client/client-internal.cc M src/kudu/client/master_rpc.cc M src/kudu/client/meta_cache.cc M src/kudu/client/scanner-internal.cc M src/kudu/master/catalog_manager.cc M src/kudu/tablet/tablet_mm_ops-test.cc M src/kudu/util/monotime.h 7 files changed, 15 insertions(+), 12 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/7347 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib7a4fd7881834db632147ebfa1afc138d6432e26 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <t...@apache.org>