Skip to content

Commit

Permalink
unchange
Browse files Browse the repository at this point in the history
Signed-off-by: Weihao Li <[email protected]>
  • Loading branch information
Wei-hao-Li committed Sep 6, 2024
1 parent 5d6f3b7 commit 61e9b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,6 @@
<artifactId>jcip-annotations</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ cn_metric_prometheus_reporter_port=9091
timestamp_precision=ms
data_region_consensus_protocol_class=org.apache.iotdb.consensus.iot.IoTConsensus
schema_region_consensus_protocol_class=org.apache.iotdb.consensus.ratis.RatisConsensus
schema_replication_factor=1
data_replication_factor=1
schema_replication_factor=3
data_replication_factor=3
udf_lib_dir=target/confignode1/ext/udf
trigger_lib_dir=target/confignode1/ext/trigger
pipe_lib_dir=target/confignode1/ext/pipe
Expand Down

0 comments on commit 61e9b19

Please sign in to comment.