cloudfoundry / cf-networking-release

Container Networking for CloudFoundry
Apache License 2.0
66 stars 72 forks source link

Container to container networking performance degradation - Ubuntu Jammy stemcell #213

Closed brunograz closed 1 year ago

brunograz commented 1 year ago

Issue

Sometime ago I posted a message on Slack regarding timeouts observed in C2C when moving from Bionic to Jammy [1]. Since then we have updated our test environment to cf-deployment [v27.2.0] and the Jammy stemcell to 1.95 which improved the situation but we still observe slow connections from / to the containers.

Please note that this issue can only be observed when the Diego cells are migrated from Bionic to Jammy and cannot be reproduced on Bionic stemcells. As additional information, we've also tested in different environments with and without dynamic ASGs.

Steps to Reproduce

Expected result

Successful connections from app-a to app-b.

Current result

Sporadic timeouts and slow connections from app-a to app-b.

[backend-wgnnmafs]: Hello!
real    0m2.035s
user    0m0.000s
sys     0m0.007s
[backend-wgnnmafs]: Hello!
real    0m0.018s
user    0m0.000s
sys     0m0.007s
[backend-wgnnmafs]: Hello!
real    0m1.039s
user    0m0.000s
sys     0m0.007s

Additional Context

[1] https://cloudfoundry.slack.com/archives/C01ABMVNE9E/p1678891121644269

brunograz commented 1 year ago

closing in favor of https://github.com/cloudfoundry/bosh-linux-stemcell-builder/issues/293