You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/05/16 17:28:07 UTC

[kudu-CR] Remove kudu/server/metadata.h and use the proper include

David Ribeiro Alves has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3086

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
---
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(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/86/3086/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3086
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibfb7ef78da10d042428deb11f932956d1aa08e48
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <da...@cloudera.com>