Hi, all

I've finished the implementation of LoadConfigurationPlan in distributed 
version. Here's the url of the pull request:
https://github.com/apache/incubator-iotdb/pull/1102

New statements are introduced in this pull request. We can have an extra 
argument "-g" after "LOAD CONFIGURATION", indicating that the plan should be 
executed among all nodes in the cluster (globally). If the argument is omitted, 
then the plan should only be executed locally.

Best,
----------------
Yuyuan Kang, 
School of Software, Tsinghua University


> -----原始邮件-----
> 发件人: "Yuyuan KANG" <[email protected]>
> 发送时间: 2020-04-21 15:52:38 (星期二)
> 收件人: [email protected]
> 抄送: 
> 主题: Working on issue [IOTDB-348]
> 
> 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

Reply via email to