Haimei Guo created IOTDB-1318:
---------------------------------
Summary: encoding=regular not supported in cluster mode
Key: IOTDB-1318
URL: https://issues.apache.org/jira/browse/IOTDB-1318
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Cluster
Reporter: Haimei Guo
Attachments: image-2021-04-20-16-15-55-247.png
create timeseries with encoding type REGULAR, not supported in cluster mode,
server mode works fine.
SQL as following:
create timeseries root.sg1.d1.s1 with datatype=int64, encoding=regular
create timeseries root.sg1.d1.s1 with datatype=int32, encoding=regular
Cluster NOT supported:
!image-2021-04-20-16-13-21-657.png!
Server supported:
!image-2021-04-20-16-14-48-605.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)