Commit e5f8a62
committed
Enhance Windows host interface creation timeout
Introduce an exponential backoff retry mechanism for host interface
creation on Windows. Under high pod churn or node rollout stress,
Windows HNS can be slow to create the virtual network adapter, causing
the hardcoded 1-minute timeout to fail and leave OVS ports permanently
misconfigured.
Also add a stress E2E test to verify Antrea agent rollout recovery
under high pod density on Windows.
Signed-off-by: Shuyang Xin <shuyang.xin@broadcom.com>1 parent acdfd42 commit e5f8a62
4 files changed
Lines changed: 489 additions & 26 deletions
File tree
- ci/jenkins
- pkg/agent/cniserver
- test/e2e
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
749 | | - | |
| 749 | + | |
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
480 | 507 | | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
489 | 515 | | |
490 | | - | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
491 | 521 | | |
492 | | - | |
| 522 | + | |
| 523 | + | |
493 | 524 | | |
494 | | - | |
| 525 | + | |
495 | 526 | | |
496 | | - | |
| 527 | + | |
497 | 528 | | |
498 | 529 | | |
499 | 530 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1415 | 1415 | | |
1416 | 1416 | | |
1417 | 1417 | | |
1418 | | - | |
| 1418 | + | |
1419 | 1419 | | |
1420 | 1420 | | |
1421 | 1421 | | |
| |||
1483 | 1483 | | |
1484 | 1484 | | |
1485 | 1485 | | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
1486 | 1490 | | |
1487 | 1491 | | |
1488 | 1492 | | |
| |||
1581 | 1585 | | |
1582 | 1586 | | |
1583 | 1587 | | |
| 1588 | + | |
1584 | 1589 | | |
1585 | 1590 | | |
1586 | 1591 | | |
| |||
1718 | 1723 | | |
1719 | 1724 | | |
1720 | 1725 | | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
| 1730 | + | |
1721 | 1731 | | |
1722 | 1732 | | |
1723 | 1733 | | |
| |||
1730 | 1740 | | |
1731 | 1741 | | |
1732 | 1742 | | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
1733 | 1747 | | |
1734 | 1748 | | |
1735 | 1749 | | |
| |||
1752 | 1766 | | |
1753 | 1767 | | |
1754 | 1768 | | |
1755 | | - | |
| 1769 | + | |
1756 | 1770 | | |
1757 | 1771 | | |
1758 | 1772 | | |
| |||
0 commit comments