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/13 00:39:16 UTC

[kudu-CR] Move the MetaCacheServerPicker into meta_cache.h/cc and make it a member of RemoteTablet

Hello Kudu Jenkins,

I'd like you to reexamine a change.  Please visit

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

to look at the new patch set (#4).

Change subject: Move the MetaCacheServerPicker into meta_cache.h/cc and make it a member of RemoteTablet
......................................................................

Move the MetaCacheServerPicker into meta_cache.h/cc and make it a member of RemoteTablet

This moves the MetaCacheServerPicker into meta_cache.h/cc and makes it so
that one instance of the picker is shared by all users of a certain RemoteTablet.

Change-Id: I5344e9556f7042743458efbf1a5dc8be1e45f8da
---
M src/kudu/client/batcher.cc
M src/kudu/client/meta_cache.cc
M src/kudu/client/meta_cache.h
3 files changed, 229 insertions(+), 192 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/28/3028/4
-- 
To view, visit http://gerrit.cloudera.org:8080/3028
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5344e9556f7042743458efbf1a5dc8be1e45f8da
Gerrit-PatchSet: 4
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <da...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>