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
NginxSharedHashMap.atomicAddLong return wrong value when value is very large although the value stored in memory is right.
Because it does a wrong conversion from long to int before it returns.