I built a service using redcon and deployed it in production environment.
One day, for some reason (maybe unstable internal networking), massive connection reset occurred, I observed that reset connections are not released and memory keep leaking.
I recompiled my binary with go 1.10.x and 1.9.x, everything is ok, reset connections are released correctly and no memory leaks.
Problem only occur when compiled with go 1.11.x.
I'd investigate this issue and report any progress later.
I built a service using
redcon
and deployed it in production environment.One day, for some reason (maybe unstable internal networking), massive connection reset occurred, I observed that reset connections are not released and memory keep leaking.
I recompiled my binary with go 1.10.x and 1.9.x, everything is ok, reset connections are released correctly and no memory leaks.
Problem only occur when compiled with go 1.11.x.
I'd investigate this issue and report any progress later.