You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by Haonan Hou <hh...@outlook.com> on 2021/11/14 07:29:07 UTC

[VOTE] Apache IoTDB 0.12.3 RC2 release

Hi,

Apache IoTDB 0.12.3  RC2 is a bug-fix version from 0.12.2. It fixes many bugs
in v0.12.2, and brings some improvements as well.
You can get its main changes from [5].

Apache IoTDB 0.12.3 has been staged under [2] and it’s time to vote
on accepting it for release.  All Maven artifacts are available under [1].
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.12.3
Hash for the release tag: a8c5dc8a13a4b90303fec4b29e40a1b33e6b737d

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 - e.g. performed the
non-RM items in [4])
[ ]  -1 reject (explanation required)

[1] https://repository.apache.org/content/repositories/orgapacheiotdb-1071
[2] https://dist.apache.org/repos/dist/dev/iotdb/0.12.3/rc2
[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.12.3/rc2/RELEASE_NOTES.md
[6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS

Best,
-----------------------------------
Haonan Hou

Re: Re: [VOTE] Apache IoTDB 0.12.3 RC2 release

Posted by "songbinghua@iie.ac.cn" <so...@iie.ac.cn>.
Hi,
 
 
+1  (binding)

 
From: Dawei Liu
Date: 2021-11-16 13:50
To: dev@iotdb.apache.org
Subject: Re: [VOTE] Apache IoTDB 0.12.3 RC2 release
 
 
Hi,
 
 
+1  (binding)
 
 
[✔] download staged artifacts. Check their signature and hashes.
 
 
[✔] extract SRC bundle, verify the existence of LICENSE, NOTICE, README, RELEASE_NOTES files in the extracted source bundle
[✔] check the contents of "Copyright 2018-2021 The Apache Software Foundation”
[✔] mvn clean apache-rat:check
[✔] mvn clean package -DskipTests
 
 
[✔] start stand-alone server in Mac Monterey, jdk8
[✔]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 :
 
 
[❕]Search for SNAPSHOT references:
./jdbc/src/main/feature/feature.xml:    <feature name="iotdb-feature" description="iotdb-feature" version="0.10.0.SNAPSHOT”>
 
 
 
 
Dawei Liu
On 11/15/2021 19:05,JT<jt...@163.com> wrote:
Hi,
 
+1 (binding)
 
The source release:
apache headers [ok]
signatures and hashes [ok]
LICENSE and NOTICE [ok]
no jar files [ok]
could compile from source: ./mvnw.sh clean install [ok with minor issue]
 
The binary distribution:
the version number in CLI [ok]
signatures and hashes [ok]
start in Win10, jdk8 [ok]
statements executed successfully:  [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;
 
Best,
Tian Jiang
 
发件人: Jialin Qiao
发送时间: 2021年11月14日 21:11
收件人: dev@iotdb.apache.org
主题: Re: [VOTE] Apache IoTDB 0.12.3 RC2 release
 
Hi,
 
+1 (binding)
 
The source release:
apache headers [ok]
signatures and hashes [ok]
LICENSE and NOTICE [ok]
no jar files [ok]
could compile from source: ./mvnw.sh clean install [ok with minor issue]
 
minor issue:
 
[*WARNING*] Files with unapproved licenses:
/Users/qiaojialin/Desktop/apache-iotdb-0.12.3/client-py/iotdb/thrift/__init__.py
/Users/qiaojialin/Desktop/apache-iotdb-0.12.3/client-py/iotdb/thrift/rpc/__init__.py
 
These two files are generated when compiling the source code, we should
omit them.
 
The binary distribution:
the version number in CLI [ok]
signatures and hashes [ok]
start in mac, jdk8 [ok]
statements executed successfully:  [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,
—————————————————
Jialin Qiao
 
Haonan Hou <hh...@outlook.com> 于2021年11月14日周日 下午3:29写道:
 
Hi,
 
Apache IoTDB 0.12.3  RC2 is a bug-fix version from 0.12.2. It fixes many
bugs
in v0.12.2, and brings some improvements as well.
You can get its main changes from [5].
 
Apache IoTDB 0.12.3 has been staged under [2] and it’s time to vote
on accepting it for release.  All Maven artifacts are available under [1].
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.12.3
Hash for the release tag: a8c5dc8a13a4b90303fec4b29e40a1b33e6b737d
 
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 - e.g. performed the
non-RM items in [4])
[ ]  -1 reject (explanation required)
 
[1] https://repository.apache.org/content/repositories/orgapacheiotdb-1071
[2] https://dist.apache.org/repos/dist/dev/iotdb/0.12.3/rc2
[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.12.3/rc2/RELEASE_NOTES.md
[6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
 
Best,
-----------------------------------
Haonan Hou
 
 
 

Re: [VOTE] Apache IoTDB 0.12.3 RC2 release

Posted by Dawei Liu <at...@163.com>.

Hi,


+1  (binding)


[✔] download staged artifacts. Check their signature and hashes.


[✔] extract SRC bundle, verify the existence of LICENSE, NOTICE, README, RELEASE_NOTES files in the extracted source bundle
[✔] check the contents of "Copyright 2018-2021 The Apache Software Foundation”
[✔] mvn clean apache-rat:check
[✔] mvn clean package -DskipTests


[✔] start stand-alone server in Mac Monterey, jdk8
[✔]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 :


[❕]Search for SNAPSHOT references:
./jdbc/src/main/feature/feature.xml:    <feature name="iotdb-feature" description="iotdb-feature" version="0.10.0.SNAPSHOT”>




Dawei Liu
On 11/15/2021 19:05,JT<jt...@163.com> wrote:
Hi,

+1 (binding)

The source release:
apache headers [ok]
signatures and hashes [ok]
LICENSE and NOTICE [ok]
no jar files [ok]
could compile from source: ./mvnw.sh clean install [ok with minor issue]

The binary distribution:
the version number in CLI [ok]
signatures and hashes [ok]
start in Win10, jdk8 [ok]
statements executed successfully:  [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;

Best,
Tian Jiang

发件人: Jialin Qiao
发送时间: 2021年11月14日 21:11
收件人: dev@iotdb.apache.org
主题: Re: [VOTE] Apache IoTDB 0.12.3 RC2 release

Hi,

+1 (binding)

The source release:
apache headers [ok]
signatures and hashes [ok]
LICENSE and NOTICE [ok]
no jar files [ok]
could compile from source: ./mvnw.sh clean install [ok with minor issue]

minor issue:

[*WARNING*] Files with unapproved licenses:
/Users/qiaojialin/Desktop/apache-iotdb-0.12.3/client-py/iotdb/thrift/__init__.py
/Users/qiaojialin/Desktop/apache-iotdb-0.12.3/client-py/iotdb/thrift/rpc/__init__.py

These two files are generated when compiling the source code, we should
omit them.

The binary distribution:
the version number in CLI [ok]
signatures and hashes [ok]
start in mac, jdk8 [ok]
statements executed successfully:  [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,
—————————————————
Jialin Qiao

Haonan Hou <hh...@outlook.com> 于2021年11月14日周日 下午3:29写道:

Hi,

Apache IoTDB 0.12.3  RC2 is a bug-fix version from 0.12.2. It fixes many
bugs
in v0.12.2, and brings some improvements as well.
You can get its main changes from [5].

Apache IoTDB 0.12.3 has been staged under [2] and it’s time to vote
on accepting it for release.  All Maven artifacts are available under [1].
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.12.3
Hash for the release tag: a8c5dc8a13a4b90303fec4b29e40a1b33e6b737d

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 - e.g. performed the
non-RM items in [4])
[ ]  -1 reject (explanation required)

[1] https://repository.apache.org/content/repositories/orgapacheiotdb-1071
[2] https://dist.apache.org/repos/dist/dev/iotdb/0.12.3/rc2
[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.12.3/rc2/RELEASE_NOTES.md
[6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS

Best,
-----------------------------------
Haonan Hou




回复: [VOTE] Apache IoTDB 0.12.3 RC2 release

Posted by JT <jt...@163.com>.
Hi,

+1 (binding)

The source release:
apache headers [ok]
signatures and hashes [ok]
LICENSE and NOTICE [ok]
no jar files [ok]
could compile from source: ./mvnw.sh clean install [ok with minor issue]

The binary distribution:
the version number in CLI [ok]
signatures and hashes [ok]
start in Win10, jdk8 [ok]
statements executed successfully:  [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;

Best,
Tian Jiang

发件人: Jialin Qiao
发送时间: 2021年11月14日 21:11
收件人: dev@iotdb.apache.org
主题: Re: [VOTE] Apache IoTDB 0.12.3 RC2 release

Hi,

+1 (binding)

The source release:
apache headers [ok]
signatures and hashes [ok]
LICENSE and NOTICE [ok]
no jar files [ok]
could compile from source: ./mvnw.sh clean install [ok with minor issue]

minor issue:

[*WARNING*] Files with unapproved licenses:
/Users/qiaojialin/Desktop/apache-iotdb-0.12.3/client-py/iotdb/thrift/__init__.py
/Users/qiaojialin/Desktop/apache-iotdb-0.12.3/client-py/iotdb/thrift/rpc/__init__.py

These two files are generated when compiling the source code, we should
omit them.

The binary distribution:
the version number in CLI [ok]
signatures and hashes [ok]
start in mac, jdk8 [ok]
statements executed successfully:  [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,
—————————————————
Jialin Qiao

Haonan Hou <hh...@outlook.com> 于2021年11月14日周日 下午3:29写道:

> Hi,
>
> Apache IoTDB 0.12.3  RC2 is a bug-fix version from 0.12.2. It fixes many
> bugs
> in v0.12.2, and brings some improvements as well.
> You can get its main changes from [5].
>
> Apache IoTDB 0.12.3 has been staged under [2] and it’s time to vote
> on accepting it for release.  All Maven artifacts are available under [1].
> 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.12.3
> Hash for the release tag: a8c5dc8a13a4b90303fec4b29e40a1b33e6b737d
>
> 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 - e.g. performed the
> non-RM items in [4])
> [ ]  -1 reject (explanation required)
>
> [1] https://repository.apache.org/content/repositories/orgapacheiotdb-1071
> [2] https://dist.apache.org/repos/dist/dev/iotdb/0.12.3/rc2
> [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.12.3/rc2/RELEASE_NOTES.md
> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
>
> Best,
> -----------------------------------
> Haonan Hou
>



Re: [VOTE] Apache IoTDB 0.12.3 RC2 release

Posted by Jialin Qiao <qi...@apache.org>.
Hi,

+1 (binding)

The source release:
apache headers [ok]
signatures and hashes [ok]
LICENSE and NOTICE [ok]
no jar files [ok]
could compile from source: ./mvnw.sh clean install [ok with minor issue]

minor issue:

[*WARNING*] Files with unapproved licenses:
/Users/qiaojialin/Desktop/apache-iotdb-0.12.3/client-py/iotdb/thrift/__init__.py
/Users/qiaojialin/Desktop/apache-iotdb-0.12.3/client-py/iotdb/thrift/rpc/__init__.py

These two files are generated when compiling the source code, we should
omit them.

The binary distribution:
the version number in CLI [ok]
signatures and hashes [ok]
start in mac, jdk8 [ok]
statements executed successfully:  [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,
—————————————————
Jialin Qiao

Haonan Hou <hh...@outlook.com> 于2021年11月14日周日 下午3:29写道:

> Hi,
>
> Apache IoTDB 0.12.3  RC2 is a bug-fix version from 0.12.2. It fixes many
> bugs
> in v0.12.2, and brings some improvements as well.
> You can get its main changes from [5].
>
> Apache IoTDB 0.12.3 has been staged under [2] and it’s time to vote
> on accepting it for release.  All Maven artifacts are available under [1].
> 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.12.3
> Hash for the release tag: a8c5dc8a13a4b90303fec4b29e40a1b33e6b737d
>
> 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 - e.g. performed the
> non-RM items in [4])
> [ ]  -1 reject (explanation required)
>
> [1] https://repository.apache.org/content/repositories/orgapacheiotdb-1071
> [2] https://dist.apache.org/repos/dist/dev/iotdb/0.12.3/rc2
> [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.12.3/rc2/RELEASE_NOTES.md
> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
>
> Best,
> -----------------------------------
> Haonan Hou
>