[
https://issues.apache.org/jira/browse/AMBARI-9869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14344202#comment-14344202
]
Hudson commented on AMBARI-9869:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #1925 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1925/])
AMBARI-9869 - SECONDARY_NAMENODE persist object in memory, causes HostVersion
to stay in UPGRADING, so Finalize fails (tbeerbower) (tbeerbower:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=f18c9fa2525bc93a20179c612d442590f7b7bbfc)
*
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/HostEntity.java
*
ambari-server/src/test/java/org/apache/ambari/server/orm/dao/HostComponentDesiredStateDAOTest.java
*
ambari-server/src/test/java/org/apache/ambari/server/orm/entities/HostEntityTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/orm/dao/HostComponentDesiredStateDAO.java
*
ambari-server/src/main/java/org/apache/ambari/server/orm/dao/HostComponentStateDAO.java
*
ambari-server/src/test/java/org/apache/ambari/server/orm/dao/HostComponentStateDAOTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/state/svccomphost/ServiceComponentHostImpl.java
*
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog150.java
*
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalogHelper.java
> SECONDARY_NAMENODE persist object in memory, causes HostVersion to stay in
> UPGRADING, so Finalize fails
> -------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-9869
> URL: https://issues.apache.org/jira/browse/AMBARI-9869
> Project: Ambari
> Issue Type: Bug
> Reporter: Tom Beerbower
> Assignee: Tom Beerbower
> Fix For: 2.0.0
>
> Attachments: AMBARI-9869.patch
>
>
> Finalize fails because one of the hosts (always the one that had the
> secondary namenode before) still has a host_version with a state of UPGRADING
> and doesn't transition it to UPGRADED.
> When the SECONDARY_NAMENODE is deleted via the Namenode HA wizard, the
> HostEntity may still retain a reference to it, thereby causing the object to
> remain in memory.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)