Closed
Conversation
…untime progress of schema (#11667) 1. (Core) Added PipeTaskMeta for new SchemaRegion and ConfigRegion tasks. 2. (Core) Added SchemaProgressIndex to record the schema progress on ConfigNode. 3. Changed the TConsensusGroupId of runtimeMeta to Integer. 4. Changed the lifeCycle of "isStoppedByException"'s "start --> stop" in RuntimeMeta from "exception stop -> non exception start" from "manually start" --> "manually stop". 5. Put the "isStoppedByException"'s stop pipe related logic in consensus write phase. 6. Added object methods for pipe plans. 7. Refactored print logic in RuntimeMeta and PipeTaskMeta for atomic variables. 8. Deleted useless logic in pipeTaskInfo. 9. Currently disable DataNode task logic for newly added PipeTasks. 10. Minor IT and Cli style change. 11. Fixed the bug that AbstractPipeDualIT may occur on IT log dir and blur the original IT classes. 12. Merged the executor pool of schema region and data region. 13. Completed the creation logic of schema region pipe tasks. 14. Refactored some pipe java docs to improve readability.
…1795) (Core) Added parsing logic for inclusion and exclusion parameter. (Core) Added listening linked queue and ser/de logic. Added PlanNode type getter for each plan node to enable filtering through it. Separated CSV tests to UTs and ITs, and moved the ITs into integration-tests and granted it tags to avoid its running in other ITs. Prevented Pipe IT from failing for setup or tear down exceptions. Fixed IoTDBPartitionCreationIT to improve its stability. Refactored of some pipe package structure. Refactored configNode pipe receiver directory. Added leader change logic for configNode pipes.
This reverts commit d45c71b.
Fixed the bug that the sender may skip the file when receiver is out of memory Refactored configNode extractor start logic Fixed IT problem by enable flushing and other fix
|
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.




No description provided.