Skip to content

Commit

Permalink
modify directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
yschengzi committed Jun 13, 2024
1 parent abf1eeb commit 6f24268
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ public PipeConsensusReceiver(
// Each pipeConsensusReceiver has its own base directories. for example, a default dir path is
// data/datanode/system/pipe/consensus/receiver/__consensus.{consensusGroupId}_{leaderDataNodeId}_{followerDataNodeId}
receiverBaseDirsName =
Arrays.stream(IoTDBDescriptor.getInstance().getConfig().getPipeConsensusReceiverFileDirs())
.collect(Collectors.toList());
Arrays.asList(IoTDBDescriptor.getInstance().getConfig().getPipeConsensusReceiverFileDirs());

try {
this.folderManager =
Expand Down

0 comments on commit 6f24268

Please sign in to comment.