I found another situation to cause netty reconnect: I remove many files, at the same time, I wc some files, and the files are very large(about 600G), so the IO is very very high(about 100M/s). No resource for netty to handle connection request, it leads reconnect.
So, I guess if load of the server is too high, it will fail netty. > 在 2015年9月16日,10:08,Erik Weathers <[email protected]> 写道: > >
