Thoreau I
Thoreau I

Reputation: 129

Why Apache IoTDB reported "if certain time series exists" after upgraded to Version 1.0.1?

I am developing an Apache IoTDB client based on c#, and I called "CheckTimeSeriesExistsAsync" in 1.0.1 version. However, IoTDB reports an error: "could not check if certain time series exists". The coding, configuration, and system settings has not been changed. Before upgrading, the old version I used, which is V0.13 has no problem generating the "CheckTimeSeriesExistsAsync" command. Anyone know how to deal with this error?

Upvotes: 0

Views: 33

Answers (1)

Sihan Liu
Sihan Liu

Reputation: 395

Are you still facing this problem now? Version 1.0.1 of Apache IoTDB is not too stable, and the cluster version may change the grammar of the previous V0.13 version. You can see if you can upgrade your version to 1.3, which should integrate some previous statements you can use.

Remember to change your lib file first to version 1.1, then to version 1.2, and at last to version 1.3.

Upvotes: -1

Related Questions