[Pipe] Support receiver-side async takeover for TsFile conversion (1.3) - #18489
Open
Caideyipi wants to merge 3 commits into
Open
[Pipe] Support receiver-side async takeover for TsFile conversion (1.3)#18489Caideyipi wants to merge 3 commits into
Caideyipi wants to merge 3 commits into
Conversation
…ache#18421) * [Pipe] Support async TsFile conversion takeover * [Pipe] Retry receiver-side TsFile load failures * [Pipe] Address async conversion review comments * test(load): fix active load scanner mock verification (cherry picked from commit 4eff4c1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ports the following commits to
dev/1.3:4eff4c1654c74cb5f4cc85a76fa95c4af00987d1->6ed4427d8a4d2a3133020099a6bd04eaf7ac10d4: [Pipe] Support receiver-side async takeover for TsFile conversion ([Pipe] Support receiver-side async takeover for TsFile conversion #18421)ada62cb1048b85507cbc478edd4ebd50af037ac5->c5c77d73aeb2fa0dade43686a92da177ffc3d600: [Pipe] Fix conversion task ID collision after leader switch ([Pipe] Fix conversion task ID collision after leader switch #18494)This adapts the receiver-side async TsFile conversion takeover, durable active-load handoff, retry/deduplication state, and stable conversion task IDs to the tree-model architecture in 1.3. The follow-up keeps conversion task IDs distinct across leader switches by incorporating event progress indexes even when committer metadata is present.
Verification:
mvn -Ddevelocity.off=true -nsu -DskipTests -Dcheckstyle.skip=true compile -pl iotdb-core/datanode -ammvn -Ddevelocity.off=true -nsu -Dcheckstyle.skip=true test-compile -pl iotdb-core/datanode -am