xiaozhihong created IOTDB-2916: ---------------------------------- Summary: After enabling persistence, the enabling parameters are not written in system.properties Key: IOTDB-2916 URL: https://issues.apache.org/jira/browse/IOTDB-2916 Project: Apache IoTDB Issue Type: Bug Components: Core/Schema Manager Affects Versions: master branch Reporter: xiaozhihong
Step 1:In iotdb-engine.properties, change schema_engine_mode from Memory to Schema_File {code:java} #################### ### Schema Engine Configuration #################### # Choose the mode of schema engine. The value could be Memory,Schema_File and Rocksdb_based. If the provided value doesn't match any pre-defined value, Memory mode will be used as default. # Datatype: string schema_engine_mode=Schema_File {code} Step 2: start iotdb Step 3: {code:java} cd data/system/schema/ cat system.properties{code} -- This message was sent by Atlassian Jira (v8.20.1#820001)