jt2594838 opened a new pull request, #16102: URL: https://github.com/apache/iotdb/pull/16102
When reading the WAL to construct a log batch in IoTConsensus, the memory control of the batch is based on the size of serialized entries, which can be significantly smaller than the memory size of PlanNodes. Therefore, when the receiver deserializes the log batch, the memory footprint may be times larger than it was on the sender, and this could lead to OOM. -- 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]
