bigreybear opened a new pull request, #8003: URL: https://github.com/apache/iotdb/pull/8003
## Description This pr fixs a bug involved from https://github.com/apache/iotdb/pull/7726 where tried to optimize performance by an extra segment estimation method. The method takes into account the size of write batch but ignores to compare it with the original size, which throws an exception with message that cannot extend a segment into a smaller buffer. The problem is fixed by this pr, in comany with a new ut to verify it. -- 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]
