Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/9753 )
Change subject: KUDU-1977. Avoid extra reference counting for fast-path MetaCache lookups ...................................................................... Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/9753/2/src/kudu/client/meta_cache.cc File src/kudu/client/meta_cache.cc: http://gerrit.cloudera.org:8080/#/c/9753/2/src/kudu/client/meta_cache.cc@1090 PS2, Line 1090: rpc->SendRpc(); > Why isn't this SendRpcSlowPath? Or conversely, why doesn't LookupTabletByKe oops, good catch. Forgot to update this to void the double fast-path lookup. I looked at unifyinng them but didn't see a clean way of doing it, so didn't want to scope creep this patch too much. Let me take another look though -- To view, visit http://gerrit.cloudera.org:8080/9753 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I5f17ffa88289c766b5b168b22da9781bf78f5592 Gerrit-Change-Number: 9753 Gerrit-PatchSet: 2 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Comment-Date: Fri, 23 Mar 2018 18:55:01 +0000 Gerrit-HasComments: Yes
