Hello Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19321 to look at the new patch set (#3). Change subject: LookupRpc use the meta_cache's client ...................................................................... LookupRpc use the meta_cache's client If kudu::internal::LookupRpc is consturcted it gets access to two clients, one from the table and one from the meta_cache. They can be different when the table was created with an other client. This can be problematic if KuduSession::Apply(KuduWriteOperation*) is used because the RPC timeout is extracted from the operation's table's client instead of the session's client. Change-Id: Ib5351b6d651af120b3f69a34ab1e40a05e9c535b --- M src/kudu/client/meta_cache.cc 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/21/19321/3 -- To view, visit http://gerrit.cloudera.org:8080/19321 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ib5351b6d651af120b3f69a34ab1e40a05e9c535b Gerrit-Change-Number: 19321 Gerrit-PatchSet: 3 Gerrit-Owner: Ádám Bakai <aba...@cloudera.com> Gerrit-Reviewer: Kudu Jenkins (120)