Revert "IMPALA-1760: Implement shutdown command"

This reverts commit fda44aed9d.

A couple of the tests broken on S3 and erasure coding. Reverting
to unblock testing until we can come up with a proper fix.

Change-Id: Icef47b3aa67bc056c40592d47e93c4ebc57be98c
Reviewed-on: http://gerrit.cloudera.org:8080/11435
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com>
This commit is contained in:
Tim Armstrong
2018-09-13 08:50:59 -07:00
parent 36237f7897
commit 16a04ce81b
37 changed files with 138 additions and 1133 deletions

View File

@@ -363,7 +363,6 @@ error_codes = (
("SCRATCH_READ_VERIFY_FAILED", 118, "Error reading $0 bytes from scratch file '$1' "
"on backend $2 at offset $3: verification of read data failed."),
("SERVER_SHUTTING_DOWN", 119, "Server is being shut down: $0."),
)
import sys