You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Minghui Liu (Jira)" <ji...@apache.org> on 2021/12/01 08:53:00 UTC

[jira] [Assigned] (IOTDB-2077) Unexpected exception when executing raw data query without VF with limit clause

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

Minghui Liu reassigned IOTDB-2077:
----------------------------------

    Assignee: Minghui Liu

> Unexpected exception when executing raw data query without VF with limit clause
> -------------------------------------------------------------------------------
>
>                 Key: IOTDB-2077
>                 URL: https://issues.apache.org/jira/browse/IOTDB-2077
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Core/Query
>    Affects Versions: master branch
>            Reporter: 刘珍
>            Assignee: Minghui Liu
>            Priority: Minor
>              Labels: pull-request-available
>         Attachments: q.sh
>
>
> master  521f5626297e834049e8f8af94bac09ede3b8143
> 1.  Run q.sh  (See the attachment)
> 2.  ./sbin/start-cli.sh  -e "select s_0  from root.ip5.ip50.d_10 {color:#DE350B}*limit 1*{color}"   
> 2021-12-01 14:20:18,743 [pool-15-IoTDB-Query-5] ERROR o.a.i.d.q.d.RawQueryDataSetWithoutValueFilter$ReadTask:126 -{color:#DE350B}* Something gets wrong while reading from the series reader root.ip5.ip50.d_10.s_0:
> java.io.IOException: no next page, neither non-overlapped nor overlapped*{color}
>         at org.apache.iotdb.db.query.reader.series.SeriesReader.nextPage(SeriesReader.java:701)
>         at org.apache.iotdb.db.query.reader.series.SeriesRawDataBatchReader.readPageData(SeriesRawDataBatchReader.java:181)
>         at org.apache.iotdb.db.query.reader.series.SeriesRawDataBatchReader.hasNextBatch(SeriesRawDataBatchReader.java:111)
>         at org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter$ReadTask.runMayThrow(RawQueryDataSetWithoutValueFilter.java:83)
>         at org.apache.iotdb.db.concurrent.WrappedRunnable.run(WrappedRunnable.java:32)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)