Tao Yi created IOTDB-4221:
-----------------------------
Summary: IoTDB-Client may not get response while selecting in
0.14.0-SNAPSHOT
Key: IOTDB-4221
URL: https://issues.apache.org/jira/browse/IOTDB-4221
Project: Apache IoTDB
Issue Type: Bug
Affects Versions: 0.14.0-SNAPSHOT
Environment: Windows 10
Reporter: Tao Yi
Attachments: image-2022-08-24-17-27-33-480.png,
image-2022-08-24-17-29-24-443.png
I try to execute the following statements in iotdb client. 0.14.0-SNAPSHOT
which sometimes cause the client stucked not working.
create timeseries root.sg1.d1.code with datatype=INT32, encoding=plain;
insert into root.sg1.d1(timestamp, code) values(1, 2147483647);
select code from root.sg1.d1 where code < 1.0e100;
And then, sometimes the IoTDB-client can't get any response and stuck like this.
!image-2022-08-24-17-27-33-480.png!
I check IoTDB-server, it firstly shows error like:
2022-08-24 17:26:11,995 [20220824_092611_00002_0.1.0-51] ERROR
o.a.i.d.m.e.f.FragmentInstanceManager:119 - error when create
FragmentInstanceExecution.
java.lang.UnsupportedOperationException:
org.apache.iotdb.db.exception.query.QueryProcessException: The input float
value is Infinity
And then, the server shows the following info:
!image-2022-08-24-17-29-24-443.png!
Also there is about 1/3 probability, when I executed the statements, The client
get response from server and can continue using, which is like
Msg: 500: [INTERNAL_SERVER_ERROR(500)] Exception occurred: "select * from
root.** where * < 1.0e100". executeStatement failed. 20220824_085302_00003_0
cannot transition from FAILED to RUNNING
--
This message was sent by Atlassian Jira
(v8.20.10#820010)