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
Currently, packetparser generates an entry in the interfaceLockMap for each new interface that comes up. However, it fails to remove these entries when the interfaces go down. In environments with high pod counts and frequent churn, this can cause the map to grow indefinitely, resulting in a memory leak.
Currently,
packetparser
generates an entry in theinterfaceLockMap
for each new interface that comes up. However, it fails to remove these entries when the interfaces go down. In environments with high pod counts and frequent churn, this can cause the map to grow indefinitely, resulting in a memory leak.The text was updated successfully, but these errors were encountered: