Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-15366

Add a helper shutdown routine in HadoopExecutor to ensure clean shutdown

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.2.0, 3.1.1
    • None
    • None
    • Reviewed

    Description

      It is recommended to shut down an ExecutorService in two phases, first by calling shutdown to reject incoming tasks, and then calling shutdownNow, if necessary, to cancel any lingering tasks. This Jira aims to add a helper shutdown routine in Hadoop executor  to achieve the same.

      Attachments

        1. HADOOP-15366.000.patch
          2 kB
          Shashikant Banerjee

        Activity

          People

            shashikant Shashikant Banerjee
            shashikant Shashikant Banerjee
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: