Menu

#1896 imm: IMMD fails to start 3 second delay when scAbsence enabled

5.0.1
fixed
None
defect
imm
d
major
2016-07-07
2016-06-27
Hung Nguyen
No

The 3 second delay was introduced in [#1698].

The ticket [#79] changed the behavior of RDE. rda_get_role() may return QUIESCED and the ACTIVE/STANDBY role will be assigned later in rda_cb().

That makes IMMD fail to start the 3 second delay (to wait for veterans to re-introduce).
if (immd_cb->ha_state == SA_AMF_HA_ACTIVE) {
LOG_NO("Waiting 3 seconds to allow IMMND MDS attachments to get processed.");

The ha_state is SA_AMF_HA_QUISECED and we will never see this message in syslog.

Related

Tickets: #1698
Tickets: #1896
Tickets: #79
Wiki: ChangeLog-5.0.1

Discussion

  • Hung Nguyen

    Hung Nguyen - 2016-06-28
    • status: accepted --> review
     
  • Hung Nguyen

    Hung Nguyen - 2016-07-07
    • status: review --> fixed
     

Log in to post a comment.