xiaozhihong created IOTDB-4637:
----------------------------------
Summary: [0.13.3]In the case of a large amount of data, perform an
aggregate query to report NPE
Key: IOTDB-4637
URL: https://issues.apache.org/jira/browse/IOTDB-4637
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Query
Affects Versions: 0.13.3
Reporter: xiaozhihong
Assignee: Yuan Tian
Attachments: log_all.log
In Version V0.13.3, I prepared 208G data files: 1 storage group, 1 device, 500
timeseries.
After started server, then enter CLI, executed aggregate sql.
For a while, repored NPE message.
{code:java}
IoTDB> select count(s_0) from root.test.g_0.d_0 ;
Msg: 500: [INTERNAL_SERVER_ERROR(500)] Exception occurred: "select count(s_0)
from root.test.g_0.d_0". executeStatement failed.
java.lang.NullPointerException {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)