Menu

#844 amf : amfnd keep on instantiating the component if instantiated script not found.

4.3.3
fixed
Praveen
None
defect
amf
-
4.3.1
major
2014-04-10
2014-04-10
Praveen
No

steps to reproduce:
1) Bring AMF sample demo with clc script different for instantiate and cleanup.
2) Remove the clc script for instantiation.
3)kill the component.
After cleanup AMF go on trying to instantiate the component indefinitely.

The reason is there call to avnd_comp_curr_info_del() in avnd_comp_clc_xxxing_cleansucc_hdler(). This can be removed as this activity is already completed in comp_restart_initiate(). This function resets the retry counter.

This got introduced in #822.

Related

Tickets: #844
Wiki: ChangeLog-4.3.3
Wiki: ChangeLog-4.4.1

Discussion

  • Praveen

    Praveen - 2014-04-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,3 @@
    -
     steps to reproduce:
     1) Bring AMF sample demo with clc script different for instantiate and cleanup.
     2) Remove the clc script for instantiation.
    
    • status: unassigned --> assigned
    • assigned_to: Praveen
     
  • Praveen

    Praveen - 2014-04-10
    • status: assigned --> review
     
  • Praveen

    Praveen - 2014-04-10

    changeset: 5143:c00ffe89b23f
    branch: opensaf-4.3.x
    parent: 5136:46ea86024d6a
    user: praveen.malviya@oracle.com
    date: Thu Apr 10 17:37:12 2014 +0530
    summary: amfnd: fix re-instantiation of failed component [#844]

    changeset: 5144:c2fe0de38607
    branch: opensaf-4.4.x
    parent: 5139:b7a8df1a58d6
    user: praveen.malviya@oracle.com
    date: Thu Apr 10 17:38:14 2014 +0530
    summary: amfnd: fix re-instantiation of failed component [#844]

    changeset: 5145:01673cfc493a
    tag: tip
    parent: 5142:8dcb7f6a6762
    user: praveen.malviya@oracle.com
    date: Thu Apr 10 17:38:44 2014 +0530
    summary: amfnd: fix re-instantiation of failed component [#844]

    [staging:c00ffe]
    [staging:c2fe0d]
    [staging:01673c]

     

    Related

    Commit: [01673c]
    Commit: [c00ffe]
    Commit: [c2fe0d]
    Tickets: #844

  • Praveen

    Praveen - 2014-04-10
    • status: review --> fixed
     

Log in to post a comment.