This is an automated email from the ASF dual-hosted git repository. yongzao pushed a commit to branch compute-resource-balance-1.2 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 696390dcca57c7eb7a9da04b75880da8f015416b Author: Itami Sho <[email protected]> AuthorDate: Sat Jul 15 20:46:07 2023 +0800 [IOTDB-6068] Pipe: Failed to load tsfile when the first page is empty in a chunk (#10556) In previous pr: Githhub#10487, We only considered the case where the empty page is at the end of an aligned chunk, and it's not well thought out. Empty page is skipped, causing problems with rewriting tsfile on datanode. In this pr, we consider all the position of empty pages in an aligned chunk, and handle the empty page through write an empty page into the chunk.
