Adar Dembo has posted comments on this change. Change subject: KUDU-1272: better error messages when client deadlines expire ......................................................................
Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/1986/2/src/kudu/client/meta_cache.cc File src/kudu/client/meta_cache.cc: Line 438: SendRpcCb(Status::TimedOut("timed out after deadline expired")); > Did you mean to add "LookupRPC" to either of those TimedOut? I did at first, but then I saw that a failed status is always prepended with ToString() (see L538). -- To view, visit http://gerrit.cloudera.org:8080/1986 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iee294fd5d348fee37324d1bbc4119c20fc0299c2 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
