Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-7932

Cannot change shutdown deadline after issuing initial shutdown command

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • Impala 3.1.0, Impala 3.2.0
    • None
    • Backend
    • None
    • ghx-label-4

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              tarmstrong Tim Armstrong
              lv Lars Volker
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: