[
https://issues.apache.org/jira/browse/IOTDB-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jialin Qiao closed IOTDB-261.
-----------------------------
Fix Version/s: 0.9.0
Resolution: Fixed
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
>
> 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)