hubcio opened a new pull request, #2581: URL: https://github.com/apache/iggy/pull/2581
When many small messages accumulate in the journal before persistence (e.g., 1-byte payloads with 1 message per batch), the subsequent flush attempts to pass thousands of IO vectors to a single writev() call, exceeding the system's IOV_MAX limit (typically 1024 on Linux) and causing CannotWriteToFile errors. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
