You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by 南京大学软件学院薛恺丰 <82...@qq.com> on 2020/07/31 07:23:15 UTC

回复: [VOTE] Apache IoTDB 0.10.1 (incubating) RC2 release

Hi,

+1 from committer

I checked:

- Incubating in name
- Download links
- Signatures and hashes&nbsp;
- DISCLAIMER
- Git tag
- ASF headers in all source files
- Compiling from source
- LICENSE and NOTICE
- Start in Mac
- Run with following statements

SET STORAGE GROUP TO root.turbine;
CREATE TIMESERIES root.turbine.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
insert into root.turbine.d1(timestamp,s0) values(1,1);
insert into root.turbine.d1(timestamp,s0) values(2,2);
insert into root.turbine.d1(timestamp,s0) values(3,3);
select * from root;



Best,
Kaifeng Xue


------------------&nbsp;原始邮件&nbsp;------------------
发件人:                                                                                                                        "dev"                                                                                    <hhaonan@outlook.com&gt;;
发送时间:&nbsp;2020年7月29日(星期三) 下午5:46
收件人:&nbsp;"dev@iotdb.apache.org"<dev@iotdb.apache.org&gt;;

主题:&nbsp;Re: [VOTE] Apache IoTDB 0.10.1 (incubating) RC2 release



Hi,

+1 from PPMC

The source release:
incubating in name [ok]
apache headers [ok]
signatures and hashes [ok]
DISCLAIMER [ok]
LICENSE and NOTICE [ok]
no jar files [ok]
could compile from source: ./mvnw.sh clean install [ok]

The binary distribution:
version number in CLI [ok]
signatures and hashes [ok]
start in mac, jdk8 [ok]
statements executed successfully:&nbsp; [ok]

SET STORAGE GROUP TO root.turbine;
CREATE TIMESERIES root.turbine.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
insert into root.turbine.d1(timestamp,s0) values(1,1);
insert into root.turbine.d1(timestamp,s0) values(2,2);
insert into root.turbine.d1(timestamp,s0) values(3,3);
select * from root;

Thanks,
Haonan Hou

&gt; On Jul 28, 2020, at 7:41 PM, Xiangdong Huang <sainthxd@gmail.com&gt; wrote:
&gt; 
&gt; Hi all,
&gt; 
&gt; RC2 is coming.
&gt; 
&gt; This is a vote for releasing v0.10.1, which is a bug-fix version of v0.10.0.
&gt; 
&gt; You can get its main changes from [5].
&gt; 
&gt; Comparing with RC1, RC2 fixes the following issue:
&gt; 
&gt; - add README_ZH.md file into release.
&gt; - upgrade orc-core dependency for license compatibility
&gt; - remove org.json dependency for license compatibility
&gt; 
&gt; 
&gt; Apache IoTDB (Incubating)&nbsp; 0.10.1 has been staged under [2] and it’s time
&gt; to vote
&gt; on accepting it for release.&nbsp; All Maven artifacts are available under [1].
&gt; If approved we will seek final release approval from the IPMC.
&gt; 
&gt; Voting will be open for 72hr.
&gt; 
&gt; A minimum of 3 binding +1 votes and more binding +1 than binding -1
&gt; are required to pass.
&gt; 
&gt; tag: release/0.10.1
&gt; Hash for the release tag: e1bc304a966263217602e8e9bf90e0de1beaaa20
&gt; 
&gt; According to [3], "Before voting +1 [P]PMC members are required to download
&gt; the signed source code package, compile it as provided, and test
&gt; the resulting executable on their own platform, along with also
&gt; verifying that the package meets the requirements of the ASF policy
&gt; on releases."
&gt; 
&gt; You can achieve the above by following [4].
&gt; 
&gt; [ ]&nbsp; +1 accept (indicate what you validated - e.g. performed the non-RM
&gt; items in [4])
&gt; [ ]&nbsp; -1 reject (explanation required)
&gt; 
&gt; 
&gt; [1] https://repository.apache.org/content/repositories/orgapacheiotdb-1043
&gt; [2] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.10.1/rc2
&gt; [3] https://www.apache.org/dev/release.html#approving-a-release
&gt; [4]
&gt; https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
&gt; [5]
&gt; https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.10.1/rc2/RELEASE_NOTES.md
&gt; [6] https://dist.apache.org/repos/dist/dev/incubator/iotdb/KEYS
&gt; 
&gt; Best,
&gt; -----------------------------------
&gt; Xiangdong Huang
&gt; School of Software, Tsinghua University
&gt; 
&gt; 黄向东
&gt; 清华大学 软件学院