Connection reset #3868
-
All versions: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The scenarios that can trigger the issue often have hundreds or thousands of session connections, and the read/write load on these connections is high.
One root cause of the issue is that the default value for the system parameter SOMAXCONN is too low.
For more detail: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=19f92a030ca6d772ab44b22ee6a01378a8cb32d4 |
Beta Was this translation helpful? Give feedback.
-
Way to resolve: Set SOMAXCONN to a larger value |
Beta Was this translation helpful? Give feedback.
Way to resolve:
Set SOMAXCONN to a larger value
https://github.com/apache/iotdb/pull/3867/files