Re: [discuss] Apache IoTDB 0.10.0 (incubating) RC2 release

2020-06-16 Thread Xiangdong Huang
Hi, > 1. '0.10.0-SNAPSHOT' in ./site/pom.xml This is caused that I moved the site module out of default module list and have to use `-P site` when using maven command. I will modify the "How to release" doc to avoid that... > Secondly, I'm not sure whether the updated links should be of

Re: [discuss] Apache IoTDB 0.10.0 (incubating) RC2 release

2020-06-16 Thread Xiangdong Huang
Hi Ray, Many thanks! Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Ray 于2020年6月17日周三 上午1:20写道: > Okay the "3. BUILD FAILURE" is not a real problem. It happened because I > built IoTDB on a brand new cloud computer without

Re: [VOTE] Apache IoTDB 0.10.0 (incubating) RC3 release

2020-06-16 Thread Xiangdong Huang
Hi, Sorry that I will withdraw this release because I notice that Lei Rui pointed out another issue in RC2. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Xiangdong Huang 于2020年6月17日周三 下午12:32写道: > Hi all, > > > Welcome

[VOTE] Apache IoTDB 0.10.0 (incubating) RC3 release

2020-06-16 Thread Xiangdong Huang
Hi all, Welcome (well, once again and again) to verify the release of Apache IoTDB (incubating) 0.10.0. Apache IoTDB (Incubating) 0.10.0 has been staged under [1] and it’s time to vote on accepting it for release. All Maven artifacts are available under [2]. RC3 fixes the following issues

Re: Using Sync Tool with IoTDB Server

2020-06-16 Thread Xiangdong Huang
Hi, I have a question, is the load or sync function supports communication among different versions (e.g., load tsfile of 0.9 to 0.10.0)? If not, is there a check? Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 李天安

Re: 启动IoTDB服务时报错

2020-06-16 Thread Xiangdong Huang
Hi, It is fixed in the master branch. 已经修复windows下的问题了。 Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Xiangdong Huang 于2020年6月16日周二 下午4:34写道: > Hi, > > I have find a way to avoid that: put all classpath into MANIFEST.MF

Re: Using Sync Tool with IoTDB Server

2020-06-16 Thread 李天安
Hi Julian, In sync tool, before data synchronization, all schemas will be synchronized first, so the schema of each tsfile transmitted is guaranteed to exist. Synchronous schema adopts incremental method. Best Regards, — Tianan Li School of Software, Tsinghua University 李天安

Re: [discuss] Apache IoTDB 0.10.0 (incubating) RC2 release

2020-06-16 Thread Ray
Okay the "3. BUILD FAILURE" is not a real problem. It happened because I built IoTDB on a brand new cloud computer without installing Java first. After I installed Java and built again, the build succeeded. Forget about "3. BUILD FAILURE"... Now only the SNAPSHOT references and doc links look

Re: [discuss] Apache IoTDB 0.10.0 (incubating) RC2 release

2020-06-16 Thread Ray
Hi, Before releasing RC3, I better bring up the problems I found today when validating the staged release 0.10.0 RC2. 1. '0.10.0-SNAPSHOT' in ./site/pom.xml Search for SNAPSHOT references: find . -type f -name 'pom.xml' -exec grep -l "SNAPSHOT" {} \; And ./site/pom.xml is returned. I'm not

Re: [VOTE] Apache IoTDB 0.10.0 (incubating) RC2 release

2020-06-16 Thread Xiangdong Huang
Hi, Sorry that Jialin reports a patch for a critical bug (IoTDB-762) is not applied in this release. So, I have to release RC3. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Xiangdong Huang 于2020年6月16日周二 上午1:30写道: > Hi all,

Re: [discuss] Apache IoTDB 0.10.0 (incubating) RC2 release

2020-06-16 Thread Xiangdong Huang
Hi jialin, It is fine... I will release RC3.. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Jialin Qiao 于2020年6月16日周二 下午10:22写道: > Hi, > > I'm sorry to tell you that IOTDB-762 is not solved in 0.10.0, and we need > RC3... >

Re: [discuss] Apache IoTDB 0.10.0 (incubating) RC2 release

2020-06-16 Thread Jialin Qiao
Hi, I'm sorry to tell you that IOTDB-762 is not solved in 0.10.0, and we need RC3... I submit a PR [1] and add a test. This bug impacts the restart, which is critical. Please pay attention to the notice in idea and remember to add test. [1] https://github.com/apache/incubator-iotdb/pull/1376

Re: Using Sync Tool with IoTDB Server

2020-06-16 Thread Jialin Qiao
Hi, As far as I know, if you sync data from IoTDB(A) to IoTDB(B), A will first sync the schema to B, then data. And all TsFiles in A will be send to B, you can not choose to sync a specific file. Another way is loading tsfile(already in server of B) into B. In this way, you could load a

How to attach a jquery.js file in our repo while keeping apache header correct

2020-06-16 Thread Xiangdong Huang
Hi, When I read the PR of the live-demo[1], I find there is a jquery.min.js file and is attached with Apache header. It is obverse incorrect. One solution is using an online jquery file. But if we indeed want to put such a js or css file in our repo (so that we can debug offline), how to

?????? ????IoTDB??????????

2020-06-16 Thread ????????????????
D:\XXX\WorkSpace\Project\incubator-iotdb\server\target\iotdb-server-0.10.0-SNAPSHOT\sbinstart-server.bat Starting IoTDB "setting local JMX..." Detect 64-bit Java, maximum memory allocation pool = 2GB, initial memory allocation pool = 2GB If you

?????? ????IoTDB??????????

2020-06-16 Thread ????????????????
copyjar ---- ??:"Xiangdong Huang"https://github.com/apache/incubator-iotdb/issues) Best, ---

Re: 启动IoTDB服务时报错

2020-06-16 Thread Xiangdong Huang
Hi, I have find a way to avoid that: put all classpath into MANIFEST.MF file. Will submit a PR in few hours. 一会儿会发一个更新,彻底解决掉这个问题。 Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 可以扣篮但没必要 <971106...@qq.com> 于2020年6月16日周二

Re: 启动IoTDB服务时报错

2020-06-16 Thread Xiangdong Huang
Hi, This is a common issue in Windows. It is because the max length of CMD.exe command is 8191 in Windows, while Java programs have to put all jars into its classpath. In this version, you have to reduce the depth of iotdb folder, e.g., from D:\xxx\\...\iotdb to D:\iotdb.

Re: 启动IoTDB服务时报错

2020-06-16 Thread Xiangdong Huang
Hi, I can not see the info.. Can you send it again (with plain text)? 你好, 这个邮件看不到内容,可以再发一次么(邮件列表不支持图片)。也可以放在github 的issue上 ( https://github.com/apache/incubator-iotdb/issues) Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院

????IoTDB??????????

2020-06-16 Thread ????????????????

I've submitted a PR for issue IOTDB-722

2020-06-16 Thread Houliang Qi
Hi, all I submitted a pr to support three consistency levels: strong, mid and weak. (https://github.com/apache/incubator-iotdb/pull/1371) issue: https://issues.apache.org/jira/browse/IOTDB-722 Strong consistency means the server will first try to synchronize with the leader to get the