Eric Pai created IOTDB-2495:
-------------------------------
Summary: Version adaption is not worked in cluster mode
Key: IOTDB-2495
URL: https://issues.apache.org/jira/browse/IOTDB-2495
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Cluster
Affects Versions: 0.13.0
Reporter: Eric Pai
Assignee: Eric Pai
Fix For: master branch, 0.13.0
By replaying
IoTDBDDLVersionAdaptionIT.testDeleteStorageGroup
we got the failure of:
org.apache.iotdb.jdbc.IoTDBSQLException: 304: Path [root.ln.*] does not exist
The root cause is that the new field isPrefixMatch of PhysicalPlan introduced
in [https://github.com/apache/iotdb/pull/4829] is not serializable. The field
is missing and reset to false after fowarding from coordinator which sent from
a v0.12 session.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)