You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "yanze chen (Jira)" <ji...@apache.org> on 2023/03/16 09:45:00 UTC

[jira] [Created] (IOTDB-5688) ShcemaFile mode lost template schema after reboot in SimpleConsensus

yanze chen created IOTDB-5688:
---------------------------------

             Summary: ShcemaFile mode lost template schema after reboot in SimpleConsensus
                 Key: IOTDB-5688
                 URL: https://issues.apache.org/jira/browse/IOTDB-5688
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: yanze chen
            Assignee: yanze chen
             Fix For: 1.1.0, master
         Attachments: image-2023-03-16-17-44-06-034.png

{code:java}
create database root.sg1;
create schema template t1  (temperature FLOAT encoding=RLE, status BOOLEAN encoding=PLAIN compression=SNAPPY);
set schema template t1 to root.sg1;
create timeseries of schema template on root.sg1.d3;
create timeseries of schema template on root.sg1.d2; {code}
!image-2023-03-16-17-44-06-034.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)