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

NFS_GATEWAY version reports incorrect in DB after EU

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • 2.4.0
    • ambari-server
    • None

    Description

      Steps

      1. Deploy 2.4.2 cluster with Ambari 2.2.2.0
      2. Upgrade Ambari to 2.4.0.0-892
      3. Perform EU to 2.5.0.0-1000 and let it complete

      Run below SQL to verify version of NFS Gateway

      select cl.cluster_name,hs.host_name,h.component_name,h.version,h.current_state from hostcomponentstate h inner join hosts hs on hs.host_id=h.host_id inner join clusters cl on cl.cluster_id=h.cluster_id where cl.cluster_name='cl1' and h.component_name like 'NFS%'
      

      Result

      cl1	host1	NFS_GATEWAY	2.4.2.0-258	STARTED
      cl1	host2	NFS_GATEWAY	2.4.2.0-258	STARTED
      cl1	host3	NFS_GATEWAY	2.4.2.0-258	STARTED
      

      NFS_GATEWAY version shows as 2.4.2.0 instead of 2.5.0.0

      Attachments

        1. AMBARI-17773.patch
          3 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: