This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch try-separate-lock
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/try-separate-lock by this push:
new d6fad48b56b fix
d6fad48b56b is described below
commit d6fad48b56baf95e53d9dfebdb2dc435b57deb0f
Author: Caideyipi <[email protected]>
AuthorDate: Thu Jan 29 18:49:16 2026 +0800
fix
---
.../plan/execution/config/executor/ClusterConfigTaskExecutor.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/execution/config/executor/ClusterConfigTaskExecutor.java
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/execution/config/executor/ClusterConfigTaskExecutor.java
index bf2ee3d17a0..b241709898b 100644
---
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/execution/config/executor/ClusterConfigTaskExecutor.java
+++
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/execution/config/executor/ClusterConfigTaskExecutor.java
@@ -421,7 +421,7 @@ public class ClusterConfigTaskExecutor implements
IConfigTaskExecutor {
SUBSCRIPTION_NOT_ENABLED_ERROR_FUTURE = SettableFuture.create();
SUBSCRIPTION_NOT_ENABLED_ERROR_FUTURE.setException(
new IoTDBException(
- "Subscription not enabled, please set config
`subscription_enabled` to true.",
+ "Subscription is not enabled.",
TSStatusCode.SUBSCRIPTION_NOT_ENABLED_ERROR.getStatusCode()));
}