Pengzna commented on code in PR #12355:
URL: https://github.com/apache/iotdb/pull/12355#discussion_r1616706529


##########
iotdb-core/node-commons/src/assembly/resources/sbin/destroy-datanode.sh:
##########
@@ -40,6 +40,7 @@ dn_wal_dirs=$(echo $(grep '^dn_wal_dirs=' 
${IOTDB_DATANODE_CONFIG} || echo "data
 dn_tracing_dir=$(echo $(grep '^dn_tracing_dir=' ${IOTDB_DATANODE_CONFIG} || 
echo "datanode/tracing") | sed 's/.*=//')
 dn_sync_dir=$(echo $(grep '^dn_sync_dir=' ${IOTDB_DATANODE_CONFIG} || echo 
"data/datanode/sync") | sed 's/.*=//')
 pipe_receiver_file_dirs=$(echo $(grep '^pipe_receiver_file_dirs=' 
${IOTDB_DATANODE_CONFIG} || echo "data/datanode/system/pipe/receiver") | sed 
's/.*=//')
+pipe_consensus_receiver_file_dirs=$(echo $(grep 
'^pipe_consensus_receiver_file_dirs=' ${IOTDB_DATANODE_CONFIG} || echo 
"data/datanode/system/pipe/consensus/receiver") | sed 's/.*=//')

Review Comment:
   pipe_consensus_receiver_file_dirs can be personalized and configured, so it 
may not be under the system folder



-- 
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]

Reply via email to