xiaozhihong created IOTDB-4493:
----------------------------------
Summary: [cluster]After setting system to readonly, insert data
returns Msg is null
Key: IOTDB-4493
URL: https://issues.apache.org/jira/browse/IOTDB-4493
Project: Apache IoTDB
Issue Type: Bug
Components: mpp-cluster
Affects Versions: 0.14.0-SNAPSHOT
Reporter: xiaozhihong
Assignee: Haonan Hou
Attachments: image-2022-09-22-11-46-42-497.png
commit b10f6bcf8527f17fa7ef3dbcc19b4c38427b5591
Step1: Start 3C3D
Step2: Enter CLI, execute sql
{code:java}
IoTDB> SET SYSTEM TO READONLY
Msg: The statement is executed successfully. {code}
Step3: Execute insert SQL,then Msg is 904 null
{code:java}
IoTDB> insert into root.sg.d1(time, s1, s2) aligned values(1, 1, 1)
Msg: 904: null {code}
The log is:
!image-2022-09-22-11-46-42-497.png|width=553,height=208!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)