[To rc/1.3.3] AINode: Refined architecture for enhanced modularity & Added basic IT#13470
Merged
SteveYurongSu merged 1 commit intorc/1.3.3from Sep 11, 2024
Merged
[To rc/1.3.3] AINode: Refined architecture for enhanced modularity & Added basic IT#13470SteveYurongSu merged 1 commit intorc/1.3.3from
SteveYurongSu merged 1 commit intorc/1.3.3from
Conversation
…#13423) This PR refactors the AINode codebase by breaking down the existing classes into separate modules, enhancing code readability and maintainability. Additionally, I have identified and removed code smells, ensuring cleanliness and consistency throughout the code. These improvements will facilitate future feature expansions and bug fixes. ------ * basic refactor the logic of manager * refactor ainode (has bug needed to be fixed) * use logger that is uniformly initialized. * support singleton for ClientManager * Refine the locking mechanism for multi-threading * Add IT of model for AINode * ignore AINode-example in header check * refine dropModelTest which may exist error * optimized cluster number to reduce execution time * class-level method needs to be static * try to fix CI * fix the problem where CREATE MODEL may be slow. * reduce cluster number (cherry picked from commit cfc4eee)
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## rc/1.3.3 #13470 +/- ##
==============================================
- Coverage 41.46% 41.45% -0.01%
Complexity 71 71
==============================================
Files 3445 3445
Lines 219730 219730
Branches 26135 26135
==============================================
- Hits 91104 91089 -15
- Misses 128626 128641 +15 ☔ View full report in Codecov by Sentry. |
SteveYurongSu
approved these changes
Sep 11, 2024
Caideyipi
pushed a commit
to Caideyipi/iotdb
that referenced
this pull request
Mar 25, 2026
…apache#13423) (apache#13470) This PR refactors the AINode codebase by breaking down the existing classes into separate modules, enhancing code readability and maintainability. Additionally, I have identified and removed code smells, ensuring cleanliness and consistency throughout the code. These improvements will facilitate future feature expansions and bug fixes. ------ * basic refactor the logic of manager * refactor ainode (has bug needed to be fixed) * use logger that is uniformly initialized. * support singleton for ClientManager * Refine the locking mechanism for multi-threading * Add IT of model for AINode * ignore AINode-example in header check * refine dropModelTest which may exist error * optimized cluster number to reduce execution time * class-level method needs to be static * try to fix CI * fix the problem where CREATE MODEL may be slow. * reduce cluster number (cherry picked from commit cfc4eee)
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.



cherrypick