You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix scale test errors caused by upstream server count (#2439)
Problem: When the scale test runs with NGINX Plus with 648 upstream servers, it reports both NGF and NGINX Plus errors, because at some point the upstream zone size is no longer enough to hold all upstream servers. As a result, NGF fails to update NGINX Plus.
Solution: Adjust the upstream server count on the scale test when it runs with NGINX Plus from 648 to 556.
Testing: Scale test passed 5 consecutive times.
0 commit comments