Internal Jenkins has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/2708 Reviewed-by: Dan Hecht <[email protected]> Tested-by: Internal Jenkins --- 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(-) Approvals: Internal Jenkins: Verified Dan Hecht: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2708 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I10ad2cfde3e50a4486d03f8dd763faac2eb4926a Gerrit-PatchSet: 3 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]> Gerrit-Reviewer: Internal Jenkins
