Closed patriknw closed 1 year ago
Can you confirm the network IO and log messages also?
Still investigating, but in terms of the frequency at least, connections are being reset by the JVM side once per minute... This is exacerbating the issue, but separately, we may want to re-consider why the JVM resets the connection every minute. Resetting will increase network IO and possible bandwidth costs, particularly over expensive LTE connections.
For evidence, using Wireshark, it looks as though the JVM side is resetting the connection:
This is occurring once per minute per wireshark:
The filtered events are emitted once per minute, not once per second as I said. Seems likely that they are related to the idle connection reset.
When leaving it running it seems to emit a filtered event once per second.