How should I solve this error when exporting data for "select * from root.**
from Apache IoTDB? The error information is Cannot dump result because: Not allowed to write out-of-order data in timeseries root.hess_test.running.inverter.WL000001.WL2N1N10131001D9A1000005, time should later than 1706218688000
. I did not set any ttl, and the directory data/datanode/data/unsequence
, which should be the out-of-order data storage directory, is also empty. Therefore, why is this error reported and how should I deal with it?
If you want to export root.**
in Apache IoTDB, you can just go to the $IOTDB_HOME/data/datanode/data/
directory and copy all the tsfiles to the other server you need to complete the export progress, then you should not be reported this error.