zerolbsony opened a new pull request, #15559:
URL: https://github.com/apache/iotdb/pull/15559

   In the conf/iotdb-system.properties files, add these configs below
   
   default_storage_group_level=2 
   enable_audit_log=true 
   
   Start up 1C1D, enter CLI
   ```
   Starting IoTDB Cli
   ---------------------
    _____       _________  ______   ______    
   |_   _|     |  _   _  ||_   _ `.|_   _ \   
     | |   .--.|_/ | | \_|  | | `. \ | |_) |  
     | | / .'`\ \  | |      | |  | | |  __'.  
    _| |_| \__. | _| |_    _| |_.' /_| |__) | 
   |_____|'.__.' |_____|  |______.'|_______/  version 1.3.3-SNAPSHOT (Build: 
16c2856)
   Successfully login at 127.0.0.1:6667
   IoTDB> create timeseries root.db.s1 with datatype=INT32;
   Msg: org.apache.iotdb.jdbc.IoTDBSQLException: 305: 
[INTERNAL_SERVER_ERROR(305)] Exception occurred: "create timeseries root.db.s1 
with datatype=INT32". executeStatement failed. An error occurred when executing 
getDeviceToStorageGroup():root.db is not a legal path
   ```
   Hope don't appear the error code of 305, but display number 509. After code 
is changed, the content will be becomed as follow :
   `Msg: org.apache.iotdb.jdbc.IoTDBSQLException: 509: An error occurred when 
executing getDeviceToDatabase():root.fail is not a legal path`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to