jt2594838 opened a new pull request, #15418: URL: https://github.com/apache/iotdb/pull/15418
After calling `org.apache.iotdb.db.storageengine.dataregion.wal.io.WALInputStream#skipToGivenLogicalPosition`, the compressed buffer is cleaned but not nullified. As a result, the succinct call of `org.apache.iotdb.db.storageengine.dataregion.wal.io.WALInputStream#loadNextSegmentV2` may use the cleaned buffer and cause memory issues. -- 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]
