firebinhuo opened a new issue, #15480: URL: https://github.com/apache/iotdb/issues/15480
### Search before asking - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version OS: Ubuntu-server20.04.6 IOTDB version: 2.0.1-beta ### Describe the bug and provide the minimal reproduce step `np_tablet = NumpyTablet(dev_id, [measurement], [TSDataType.FLOAT], np_values, np_tt)`, 批量写入数据大小为80000的数据包,前5次正常,第六次写入数据后数据长度变为465328,丢失部分数据;即使将80000再进行分批次插入,也会出现上述问题 ### What did you expect to see? show me the reason, or better solution ### What did you see instead? no idea ### Anything else? _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
