XiangweiWei created IOTDB-404:
---------------------------------

             Summary: Server will be stuck when executing SELECT statement
                 Key: IOTDB-404
                 URL: https://issues.apache.org/jira/browse/IOTDB-404
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: XiangweiWei
             Fix For: 0.10.0-SNAPSHOT


First, I open a new server and client, and add some data, like

```sql

SET STORAGE GROUP TO root.vehicle

CREATE TIMESERIES root.vehicle.d0.s0 WITH DATATYPE=INT32, ENCODING=RLE

insert into root.vehicle.d0(timestamp,s0) values(1,101)
insert into root.vehicle.d0(timestamp,s0) values(2,198)
insert into root.vehicle.d0(timestamp,s0) values(100,99)
insert into root.vehicle.d0(timestamp,s0) values(101,99)
insert into root.vehicle.d0(timestamp,s0) values(102,80)

```

Then the select and other statament is usual, returning the correct result.

However, once I restart the server, then execute the select statement again, 
like 

`SELECT * FROM root.vehicle`

the server will be stuck and don't return any data.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to