This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 27d265e597a Adjust series_partition_slot_num to series_slot_num in the
response message (#11628)
27d265e597a is described below
commit 27d265e597ac15846a49637da7364ab4c5d098f8
Author: Potato <[email protected]>
AuthorDate: Tue Nov 28 11:49:08 2023 +0800
Adjust series_partition_slot_num to series_slot_num in the response message
(#11628)
Signed-off-by: OneSizeFitQuorum <[email protected]>
---
.../main/java/org/apache/iotdb/confignode/manager/ConfigManager.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/ConfigManager.java
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/ConfigManager.java
index 18eaf51456e..b3458cf3425 100644
---
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/ConfigManager.java
+++
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/ConfigManager.java
@@ -1089,7 +1089,7 @@ public class ConfigManager implements IManager {
}
if (clusterParameters.getSeriesPartitionSlotNum() !=
CONF.getSeriesSlotNum()) {
- return errorStatus.setMessage(errorPrefix + "series_partition_slot_num"
+ errorSuffix);
+ return errorStatus.setMessage(errorPrefix + "series_slot_num" +
errorSuffix);
}
if (!clusterParameters
.getSeriesPartitionExecutorClass()