xiaozhihong created IOTDB-1894:
----------------------------------
Summary: The device nodes in the time series overlap, according to
align by device to query data, then report 500
Key: IOTDB-1894
URL: https://issues.apache.org/jira/browse/IOTDB-1894
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Server
Affects Versions: 0.12.3
Reporter: xiaozhihong
Attachments: image-2021-10-26-15-22-23-195.png
1. start server,enter CLI
2. query data
SQL like this:
IoTDB> show devices
+---------------------+
| devices|
+---------------------+
| root.FJXNY.350112|
|root.FJXNY.350112.F11|
+---------------------+
Total line number = 2
It costs 0.002s
IoTDB> merge
Msg: The statement is executed successfully.
IoTDB> select * from root.FJXNY.350112 align by device
Msg: 500: [INTERNAL_SERVER_ERROR] Exception occurred while executing "select *
from root.FJXNY.350112 align by device".
org.apache.iotdb.db.exception.query.QueryProcessException:
og.apache.iotdb.db.exception.metadata.PathNotExistException: Path
[root.FJXNY.350112.MUUQE00121PW01RAW00] does not exist
!image-2021-10-26-15-22-23-195.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)