Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[to dev/1.3] When the config node can not find the configuration file, the set configuration command does not update other nodes' configuration #14395

Merged
merged 5 commits into from
Dec 17, 2024

Conversation

shuwenwei
Copy link
Collaborator

@shuwenwei shuwenwei commented Dec 12, 2024

Description

#14390

  1. When the config node can not find the configuration file, the set configuration command does not update other nodes' configuration
IoTDB> set configuration "enable_seq_space_compaction"="true"
Msg: org.apache.iotdb.jdbc.IoTDBSQLException: 301: Unable to find the configuration file. Some modifications are made only in memory.

  1. Ignore undefined configuration items.
IoTDB> set configuration "enable_seq_space_compaction1"="true" on 1
Msg: org.apache.iotdb.jdbc.IoTDBSQLException: 301: ignored config items: [enable_seq_space_compaction1] because they are immutable or undefined.

@shuwenwei shuwenwei changed the title When the config node can not find the configuration file, the set configuration command does not update other nodes' configuration [to dev/1.3] When the config node can not find the configuration file, the set configuration command does not update other nodes' configuration Dec 12, 2024
@jt2594838 jt2594838 merged commit 7d369ee into apache:dev/1.3 Dec 17, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants