Casey Ching has uploaded a new patch set (#2). Change subject: IMPALA-3292. Kudu scanner should not fail if KeepAlive request fails ......................................................................
IMPALA-3292. Kudu scanner should not fail if KeepAlive request fails The KeepKuduScannerAlive() function can fail with ServiceUnavailable if it is running against a very heavily-loaded tablet server. This is OK – it should ignore the warning and just try again after a short time, rather than failing the whole query. Change-Id: I10ad2cfde3e50a4486d03f8dd763faac2eb4926a --- M be/src/exec/kudu-scan-node.cc M be/src/exec/kudu-scanner.cc M be/src/exec/kudu-scanner.h 3 files changed, 27 insertions(+), 18 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/08/2708/2 -- To view, visit http://gerrit.cloudera.org:8080/2708 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I10ad2cfde3e50a4486d03f8dd763faac2eb4926a Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Casey Ching <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]>
