Pipe Plugin: Fix ClassLoader and Visibility not initialized from CN snapshot after reboot#15212
Merged
SteveYurongSu merged 4 commits intomasterfrom Mar 27, 2025
Merged
Conversation
…napshot after reboot
…e-plugin-loader-not-loaded-in-snapshot
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request fixes an issue where the ClassLoader and plugin visibility were not properly reinitialized from the configuration node snapshot after a reboot.
- The new code iterates over all plugin metadata and reloads the corresponding plugin classes.
- It updates the plugin visibility and registers each plugin's class loader in the manager.
...re/confignode/src/main/java/org/apache/iotdb/confignode/persistence/pipe/PipePluginInfo.java
Show resolved
Hide resolved
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #15212 +/- ##
============================================
- Coverage 39.33% 39.30% -0.04%
Complexity 193 193
============================================
Files 4620 4623 +3
Lines 297368 297482 +114
Branches 37121 37131 +10
============================================
- Hits 116982 116913 -69
- Misses 180386 180569 +183 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
XNX02
pushed a commit
to XNX02/iotdb
that referenced
this pull request
Apr 1, 2025
…napshot after reboot (apache#15212)
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.