Todd Lipcon has submitted this change and it was merged. Change subject: Remove kudu/server/metadata.h and use the proper include ......................................................................
Remove kudu/server/metadata.h and use the proper include There was a long standing TODO to remove this file since it just redirected the include to kudu/consensus/metadata.pb.h. This patch removes it and corrects the includes where necessary. Change-Id: Ibfb7ef78da10d042428deb11f932956d1aa08e48 Reviewed-on: http://gerrit.cloudera.org:8080/3086 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/consensus/local_consensus.cc M src/kudu/consensus/log-test-base.h M src/kudu/consensus/raft_consensus.cc M src/kudu/consensus/raft_consensus_quorum-test.cc M src/kudu/master/sys_catalog.h D src/kudu/server/metadata.h M src/kudu/tablet/delta_tracker.h M src/kudu/tablet/tablet-harness.h M src/kudu/tablet/tablet_bootstrap-test.cc M src/kudu/tablet/tablet_bootstrap.cc M src/kudu/tablet/tablet_metadata.cc M src/kudu/tserver/mini_tablet_server.cc M src/kudu/tserver/remote_bootstrap_session.cc 13 files changed, 18 insertions(+), 44 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/3086 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibfb7ef78da10d042428deb11f932956d1aa08e48 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
