You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by "Jialin Qiao (Jira)" <ji...@apache.org> on 2020/01/07 11:03:00 UTC

[jira] [Closed] (IOTDB-404) Server will be stuck when executing SELECT statement

     [ https://issues.apache.org/jira/browse/IOTDB-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jialin Qiao closed IOTDB-404.
-----------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.10.0-SNAPSHOT
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)