You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/05/27 21:00:39 UTC

[kudu-CR] Specify guaranteed semantics of GetTableLocations RPC

Dan Burkert has uploaded a new change for review.

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

Change subject: Specify guaranteed semantics of GetTableLocations RPC
......................................................................

Specify guaranteed semantics of GetTableLocations RPC

This commit specifies additional semantics guaranteed by the master's
GetTableLocations RPC. Technically this is a breaking change as some of the
existing behavior is changed, but in practice no known published client version
is affected. These guarantees are necessary in order to implement a meta cache
in the presence of non-covering partitions.

Change-Id: Ibc2b5b647e33c0ee8fc052192870f814eff8c178
---
M src/kudu/master/catalog_manager.cc
M src/kudu/master/catalog_manager.h
M src/kudu/master/master.proto
3 files changed, 22 insertions(+), 2 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibc2b5b647e33c0ee8fc052192870f814eff8c178
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <da...@cloudera.com>