SteveYurongSu commented on code in PR #11998:
URL: https://github.com/apache/iotdb/pull/11998#discussion_r1542416753
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/task/builder/PipeDataNodeBuilder.java:
##########
@@ -45,25 +48,36 @@ public PipeDataNodeBuilder(PipeMeta pipeMeta) {
this.pipeMeta = pipeMeta;
}
- public Map<Integer, PipeTask> build() {
+ public Map<Integer, PipeTask> build() throws IllegalPathException {
final PipeStaticMeta pipeStaticMeta = pipeMeta.getStaticMeta();
final PipeRuntimeMeta pipeRuntimeMeta = pipeMeta.getRuntimeMeta();
- final List<DataRegionId> dataRegionIds =
StorageEngine.getInstance().getAllDataRegionIds();
- final List<SchemaRegionId> schemaRegionIds =
SchemaEngine.getInstance().getAllSchemaRegionIds();
Review Comment:
Keep
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]