Hi,

+1 from PMC,




[✔️]download staged artifacts. Check their signature and hashes.
[✔️]verify the existence of LICENSE, NOTICE, README, RELEASE_NOTES files in the 
extracted source bundle
[✔️]verify the staged source README, RELEASE_NOTE files correspond to those in 
the extracted source bundle 
[✔️]review target/rat.txt 
        - mvn clean apache-rat:check
[✔️]Could run with the 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(1,0);
        insert into root.turbine.d1(timestamp,s0) values(1,2);
        select * from root;



Minor issue :
[❕]./mvnw.sh install
        failed at client-py
[❕]Search for SNAPSHOT references: find . -type f -name 'pom.xml' -exec grep -l 
"SNAPSHOT" {} \;
        ./client-cpp/pom.xml
        ./client-cpp/client-cpp-example/pom.xml
        ./compile-tools/boost/pom.xml
        ./compile-tools/pom.xml
        ./compile-tools/thrift/pom.xml
[❕]The scripts in cli/target/iotdb-cli-0.11.3/sbin are not executable by 
default.


Dawei Liu
On 04/11/2021 18:56,JT<[email protected]> wrote:
Hi,

+1

The source release:
LICENSE and NOTICE [ok]
signatures and hashes [ok]
All files have ASF header [ok]

The binary distribution:
LICENSE and NOTICE [ok]
signatures and hashes [ok]
Could run with the following statements [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;


Tian Jiang

发件人: Jialin Qiao
发送时间: 2021年4月9日 11:26
收件人: [email protected]
主题: Re: [VOTE] Apache IoTDB 0.11.3 RC3 release

Hi,

+1

The source release:
LICENSE and NOTICE [ok]
signatures and hashes [ok]
All files have ASF header [ok]

The binary distribution:
LICENSE and NOTICE [ok]
signatures and hashes [ok]
Could run with the following statements [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;


Minor issue :
./mvnw.sh clean install failed at client-py
This may due to that we forget to ignore the generated code by thrift when
checking the license.

Thanks,
—————————————————
Jialin Qiao
School of Software, Tsinghua University

乔嘉林
清华大学 软件学院


王超 <[email protected]> 于2021年4月8日周四 下午8:56写道:

Hi,

+1 (binding)

The source release:
apache headers [ok]
signatures and hashes [ok]
LICENSE and NOTICE [ok]


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

insert into root.sg.de(timestamp, s1) values (1, 1.0)
flush
insert into root.sg.de(timestamp, s1) values (102, 1.0)
flush
insert into root.sg.de(timestamp, s1) values (102999, 1.0)
flush
merge
insert into root.sg.de(timestamp, s1) values (109, 2.0)
flush
select * from root;


Chao Wang


BONC, Ltd
[email protected]
On 4/6/2021 13:25,Xiangdong Huang<[email protected]> wrote:
Hi all,

0.11.3 RC3 is ready, it fixes many bugs in 0.11.2, and bugs in 0.11.3 RC1
and RC2.  and this is the first time that our release tag format changes
from release/<VERSION> to v<VERSION>.

Apache IoTDB 0.11.3 is a bug-fix version from 0.11.2.
You can get its main changes from [5].

Apache IoTDB 0.11.3 has been staged under [2] and it’s time to vote
on accepting it for release.  All Maven artifacts are available under [1].

Known issue:  in client-cpp and compile-tools, you will find "SNAPSHOT"
word in these two folders. It will be fixed in 0.12.


Voting will be open for 72hr.
A minimum of 3 binding +1 votes and more binding +1 than binding -1
are required to pass.

Release tag: v0.11.3
Hash for the release tag: e284b6af0cbcb55dcaa19f7213c0f29fac2b1cc1

Before voting +1, PMC members are required to download
the signed source code package, compile it as provided, and test
the resulting executable on their own platform, along with also
verifying that the package meets the requirements of the ASF policy
on releases.[3]

You can achieve the above by following [4].

[ ]  +1 accept (indicate what you validated)
[ ]  -1 reject (explanation required)

[1] https://repository.apache.org/content/repositories/orgapacheiotdb-1058
[2] https://dist.apache.org/repos/dist/dev/iotdb/0.11.3/rc3
[3] https://www.apache.org/dev/release.html#approving-a-release
[4]

https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
[5]
https://dist.apache.org/repos/dist/dev/iotdb/0.11.3/rc3/RELEASE_NOTES.md
[6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS

Best,
-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University

黄向东
清华大学 软件学院



Reply via email to