Hi, all
I implemented the transmission and execution of some nonQueryPlan in IoTDB, which correspond to issue [IOTDB-348], the cluster version, including AuthorPlan, DeleteStorageGroupPlan, DeleteTimeseriesPlan. The urls of the pull requests respectively are as follows: https://github.com/apache/incubator-iotdb/pull/1065 https://github.com/apache/incubator-iotdb/pull/1072 https://github.com/apache/incubator-iotdb/pull/1078 Here're the statements that have been tested: CREATE USER ln_write_user 'write_pwd'; CREATE USER sgcc_write_user 'write_pwd'; LIST USER; DELETE STORAGE GROUP root.h1 DELETE TIMESERIES root.h1.w1.k1.s1; DELETE TIMESERIES root.h1.h2.* DELETE TIMESERIES root.h1.h2.h3, root.h1.h2.h4 Now I'm working on the LoadConfigurationPlan. Best, -------------- Yuyuan Kang, School of Software, Tsinghua University
