set a timeout of 5 secs once there is no toggling
Bug #1645508 reported by
Takeshi Matsuda
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.20 |
Fix Committed
|
High
|
Naveen N | |||
R2.21.x |
Fix Committed
|
High
|
Naveen N | |||
R2.22.x |
Fix Committed
|
High
|
Naveen N | |||
R3.0 |
Fix Committed
|
High
|
Naveen N | |||
R3.1 |
Fix Committed
|
High
|
Naveen N | |||
R3.2 |
Fix Committed
|
High
|
Naveen N | |||
Trunk |
Fix Committed
|
High
|
Naveen N |
Bug Description
vRouter Agent Backoff timer goes as below:
• 5s
• 10s
• 20s
• 40s
• 80s
• 100s (it remains at 100s till it recovers)
On the reverse side once the issue is recovered, instead of resetting the timeout to five sec, it is being halved which makes it 50s (or half of what was the last back off timer).
This behavior should be fixed to reset the timeout to 5 secs (instead of halving it)
information type: | Proprietary → Public |
tags: | added: vrouter |
Changed in juniperopenstack: | |
assignee: | nobody → Naveen N (naveenn) |
importance: | Undecided → High |
To post a comment you must log in.
Review in progress for https:/ /review. opencontrail. org/26613
Submitter: Naveen N (<email address hidden>)