Commit da250b8
authored
Skip broken pipe plugins on startup and snapshot load (#17470)
- PipeAgentLauncher: catch Throwable per plugin so registration errors do not stop startup
- PipePluginInfo: catch Throwable when loading plugin classes from snapshot; continue with remaining plugins
Made-with: Cursor1 parent b8756a8 commit da250b8
File tree
2 files changed
+3
-3
lines changed- iotdb-core
- confignode/src/main/java/org/apache/iotdb/confignode/persistence/pipe
- datanode/src/main/java/org/apache/iotdb/db/pipe/agent/runtime
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
| 416 | + | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
| 423 | + | |
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments