[feg] Diameter failed connection recovery (possible fix for issue #7496)#7637
[feg] Diameter failed connection recovery (possible fix for issue #7496)#7637emakeev merged 1 commit intomagma:masterfrom
Conversation
|
Thanks for opening a PR! 💯 Please note that all commits must be signed off. This is enforced by the Howto
More infoPlease take a moment to read through the Magma project's
If this is your first Magma PR, also consider reading
|
Codecov Report
@@ Coverage Diff @@
## master #7637 +/- ##
===========================================
+ Coverage 34.22% 61.93% +27.70%
===========================================
Files 1175 530 -645
Lines 105580 36236 -69344
Branches 1323 0 -1323
===========================================
- Hits 36138 22443 -13695
+ Misses 65984 10649 -55335
+ Partials 3458 3144 -314
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
6b932f5 to
6574fb4
Compare
…ma#7496) Signed-off-by: Evgeniy Makeev <[email protected]>
…) (#7637) Signed-off-by: Evgeniy Makeev <[email protected]>
…) (#7637) Signed-off-by: Evgeniy Makeev <[email protected]>
…) (#7637) Signed-off-by: Evgeniy Makeev <[email protected]>
…ma#7496) (magma#7637) Signed-off-by: Evgeniy Makeev <[email protected]> Signed-off-by: Ramon Melero <[email protected]>
…ma#7496) (magma#7637) Signed-off-by: Evgeniy Makeev <[email protected]>
…ma#7496) (magma#7637) Signed-off-by: Evgeniy Makeev <[email protected]>
Signed-off-by: Evgeniy Makeev [email protected]
Summary
Diameter failed connection recovery (possible fix for issue #7496)
Test Plan
unit tests; try to reproduce issue #7496
From the latest PR build logs:
We were able to reproduce the issue in the lab & the introduced recovery logic seemed to fix the connection (reconnect) in less than 3 seconds.
Additional Information