Commit d680ce2
authored
[neighsyncd] increase neighbor syncd restore timeout to 110 seconds (#745)
* [neighsyncd] increase neighbor syncd restore timeout to 120 seconds
Neighbor syncd is restoring important information for teamd and BGP.
our timeout should not be shorter than the down stream service.
Signed-off-by: Ying Xie <[email protected]>
* [restore_neighbor] improve restore neighbor timeouts
Try to get the bgp timeout and use it for restoring neighbor timeout.
When unavailable, use default 110 seconds.
Signed-off-by: Ying Xie <[email protected]>
* Set default values according group discussion result
- restore_neighbors.py timeout at 110 seconds due to observed requirement
of greater than 70 seconds.
- neighbor syncd timeout at 120 seconds (longer than 110 seconds).
Signed-off-by: Ying Xie <[email protected]>1 parent b78cc8d commit d680ce2
2 files changed
+9
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
192 | | - | |
193 | | - | |
| 193 | + | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
198 | | - | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
0 commit comments