Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-20640

Upgrade server-side actions should be performed only one time per group

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 2.5.1
    • ambari-server
    • None

    Description

      Some server side actions, noteably config changes, should happen only one time. there are a couple of cases:

            <component name="MAPREDUCE2_CLIENT">
              <pre-upgrade>
                <task xsi:type="server_action" class="org.apache.ambari.server.serveraction.upgrades.FixLzoCodecPath">
                  <summary>Verifying LZO codec path for mapreduce</summary>
                </task>
              </pre-upgrade>
            </component>
      
            <component name="NODEMANAGER">
              <pre-upgrade>
                <task xsi:type="configure" id="hdp_2_5_0_0_add_spark2_yarn_shuffle"/>
              </pre-upgrade>
      
              <pre-downgrade/>
      
              <upgrade>
                <task xsi:type="restart-task" />
              </upgrade>
            </component>
      

      Attachments

        1. AMBARI-20640.patch
          20 kB
          Nate Cole

        Issue Links

          Activity

            People

              ncole@hortonworks.com Nate Cole
              ncole@hortonworks.com Nate Cole
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: