You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by Al Wei <wz...@163.com> on 2020/12/24 17:58:46 UTC

merge sequence and out-of-order(unsequence) files by manually has some problems in cluster env.

1.The situation is:(execute this in cluster env)

IoTDB> merge

Msg: 500: serialization unimplemented



2.The essential reason is :
MergePlan doesn't implement its own serialize method, therefore, this problem happened.


3. Discuss: should it implement its own serialize method or not at this moment?


More related description or information at https://issues.apache.org/jira/browse/IOTDB-1075