You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/07/18 19:55:20 UTC

[jira] [Commented] (AMBARI-17773) NFS_GATEWAY version reports incorrect in DB after EU

    [ https://issues.apache.org/jira/browse/AMBARI-17773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382946#comment-15382946 ] 

Hadoop QA commented on AMBARI-17773:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12818620/AMBARI-17773.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/7908//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/7908//console

This message is automatically generated.

> NFS_GATEWAY version reports incorrect in DB after EU
> ----------------------------------------------------
>
>                 Key: AMBARI-17773
>                 URL: https://issues.apache.org/jira/browse/AMBARI-17773
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>            Reporter: Nate Cole
>            Assignee: Nate Cole
>            Priority: Blocker
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-17773.patch
>
>
> *Steps*
> # Deploy 2.4.2 cluster with Ambari 2.2.2.0
> # Upgrade Ambari to 2.4.0.0-892
> # Perform EU to 2.5.0.0-1000 and let it complete
> Run below SQL to verify version of NFS Gateway
> {code}
> 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%'
> {code}
> *Result*
> {code}
> 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
> {code}
> NFS_GATEWAY version shows as 2.4.2.0 instead of 2.5.0.0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)