Jialin Qiao created IOTDB-261:
---------------------------------
Summary: Special characters in Session
Key: IOTDB-261
URL: https://issues.apache.org/jira/browse/IOTDB-261
Project: Apache IoTDB
Issue Type: Bug
Affects Versions: 0.9.0-SNAPSHOT
Reporter: Jialin Qiao
When using Session to set storage group or create time series, special
character in the path will cause an error in mlog.txt, which impacts the
restart and recover of IoTDB.
session.setStorageGroup("root.tur_\n\t_bine");
session.createTimeseries("root.turbine.d1.s_\n\t_1", TSDataType.INT64,
TSEncoding.RLE, CompressionType.SNAPPY);
It's better to reject these characters in the Session.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)