Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16794
Change subject: wip: client: allow tablet ID lookups from the MetaCache ...................................................................... wip: client: allow tablet ID lookups from the MetaCache Having a client interface for getting a RemoteTablet asynchronously will be useful when it comes time to send participant ops to specific tablet IDs from the TxnSystemClient. WIP: - There's some pretty ugly forced reuse of code here that we might not want to use. Feedback welcome for a better way to reuse the existing meta cache without relying too heavily on table-id-lookups. - Needs tests.... Change-Id: Ib2333add5c3ab8403c48e69d29c90f3aec0914b6 --- M src/kudu/client/meta_cache.cc M src/kudu/client/meta_cache.h 2 files changed, 220 insertions(+), 43 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/94/16794/1 -- To view, visit http://gerrit.cloudera.org:8080/16794 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib2333add5c3ab8403c48e69d29c90f3aec0914b6 Gerrit-Change-Number: 16794 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
