Lars Volker created IMPALA-7932:
-----------------------------------
Summary: Cannot change shutdown deadline after issuing initial
shutdown command
Key: IMPALA-7932
URL: https://issues.apache.org/jira/browse/IMPALA-7932
Project: IMPALA
Issue Type: Bug
Components: Backend
Affects Versions: Impala 3.1.0, Impala 3.2.0
Reporter: Lars Volker
Assignee: Tim Armstrong
Starting Impala Shell without Kerberos authentication
Opened TCP connection to localhost:21000
Connected to localhost:21000
Server version: impalad version 3.1.0-SNAPSHOT DEBUG (build
3d38043e6b9da2bab38490a23dda2103368f4e0a)
***********************************************************************************
Welcome to the Impala shell.
(Impala Shell v3.1.0-SNAPSHOT (3d38043) built on Mon Dec 3 15:50:55 PST 2018)
After running a query, type SUMMARY to see a summary of where time was spent.
***********************************************************************************
[localhost:21000] default> :shutdown(100);
Query: :shutdown(100)
Query submitted at: 2018-12-05 19:22:07 (Coordinator: http://lv-desktop:25000)
Query progress can be monitored at:
http://lv-desktop:25000/query_plan?query_id=2f41eaf1c21603b8:d6546bf100000000
+---------------------------------------------------------------------------------------------------+
| summary
|
+---------------------------------------------------------------------------------------------------+
| startup grace period left: 2m, deadline left: 1m40s, fragment instances: 0,
queries registered: 1 |
+---------------------------------------------------------------------------------------------------+
Fetched 1 row(s) in 0.11s
[localhost:21000] default> :shutdown(10);
Query: :shutdown(10)
Query submitted at: 2018-12-05 19:22:10 (Coordinator: http://lv-desktop:25000)
ERROR: Server is being shut down: startup grace period left: 1m56s, deadline
left: 1m36s, fragment instances: 0, queries registered: 0.
[localhost:21000] default> :shutdown(1000);
Query: :shutdown(1000)
Query submitted at: 2018-12-05 19:22:14 (Coordinator: http://lv-desktop:25000)
ERROR: Server is being shut down: startup grace period left: 1m52s, deadline
left: 1m32s, fragment instances: 0, queries registered: 0.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)