You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by Xiangdong Huang <sa...@gmail.com> on 2021/08/25 13:47:22 UTC

[VOTE] Apache IoTDB 0.12.2 RC1 release

Hi,

Apache IoTDB 0.12.2 is a bug-fix version from 0.12.1. It fixes 45 bugs
in v0.12.1, and brings a more stable compaction module.
You can get its main changes from [5].

Apache IoTDB 0.12.2 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.2
Hash for the release tag: abc2ea12388d25dcbe9e18c66c46f52e1938aec8

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-1065
[2] https://dist.apache.org/repos/dist/dev/iotdb/0.12.2/rc1
[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.2/rc1/RELEASE_NOTES.md
[6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS

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

 黄向东
清华大学 软件学院

Re: [VOTE] Apache IoTDB 0.12.2 RC1 release

Posted by Xiangdong Huang <sa...@gmail.com>.
Hi, I will try to release RC2.
-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University

 黄向东
清华大学 软件学院

Haonan Hou <hh...@outlook.com> 于2021年8月30日周一 下午2:31写道:
>
> Hi,
>
> -1
>
> I see there are some bugs[1][2][3][4] fixed after RC1 released.
> Especially [4], it may cause data accuracy issue.
>
>
> [1] https://github.com/apache/iotdb/pull/3825
> [2] https://github.com/apache/iotdb/pull/3842
> [3] https://github.com/apache/iotdb/pull/3853
> [4] https://github.com/apache/iotdb/pull/3861
>
> Thanks,
> Haonan Hou
>
> On Aug 26, 2021, at 3:04 PM, Jialin Qiao <qi...@apache.org>> 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]
>
> minor issue:
>
> [*WARNING*] Files with unapproved licenses:
>
>
> /Users/qiaojialin/Desktop/apache-iotdb-0.12.2/client-py/iotdb/thrift/__init__.py
>
>
> /Users/qiaojialin/Desktop/apache-iotdb-0.12.2/client-py/iotdb/thrift/rpc/__init__.py
>
>
> These two files are generated when compiling the source code, we should
> omit them.
>
>
> The binary distribution:
> 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
> School of Software, Tsinghua University
>
> 乔嘉林
> 清华大学 软件学院
>
>
> Xiangdong Huang <sa...@gmail.com>> 于2021年8月25日周三 下午9:47写道:
>
> Hi,
>
> Apache IoTDB 0.12.2 is a bug-fix version from 0.12.1. It fixes 45 bugs
> in v0.12.1, and brings a more stable compaction module.
> You can get its main changes from [5].
>
> Apache IoTDB 0.12.2 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.2
> Hash for the release tag: abc2ea12388d25dcbe9e18c66c46f52e1938aec8
>
> 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-1065
> [2] https://dist.apache.org/repos/dist/dev/iotdb/0.12.2/rc1
> [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.2/rc1/RELEASE_NOTES.md
> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
>
> Best,
> -----------------------------------
> Xiangdong Huang
> School of Software, Tsinghua University
>
> 黄向东
> 清华大学 软件学院
>
>
>

Re: [VOTE] Apache IoTDB 0.12.2 RC1 release

Posted by Haonan Hou <hh...@outlook.com>.
Hi,

-1

I see there are some bugs[1][2][3][4] fixed after RC1 released.
Especially [4], it may cause data accuracy issue.


[1] https://github.com/apache/iotdb/pull/3825
[2] https://github.com/apache/iotdb/pull/3842
[3] https://github.com/apache/iotdb/pull/3853
[4] https://github.com/apache/iotdb/pull/3861

Thanks,
Haonan Hou

On Aug 26, 2021, at 3:04 PM, Jialin Qiao <qi...@apache.org>> 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]

minor issue:

[*WARNING*] Files with unapproved licenses:


/Users/qiaojialin/Desktop/apache-iotdb-0.12.2/client-py/iotdb/thrift/__init__.py


/Users/qiaojialin/Desktop/apache-iotdb-0.12.2/client-py/iotdb/thrift/rpc/__init__.py


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


The binary distribution:
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
School of Software, Tsinghua University

乔嘉林
清华大学 软件学院


Xiangdong Huang <sa...@gmail.com>> 于2021年8月25日周三 下午9:47写道:

Hi,

Apache IoTDB 0.12.2 is a bug-fix version from 0.12.1. It fixes 45 bugs
in v0.12.1, and brings a more stable compaction module.
You can get its main changes from [5].

Apache IoTDB 0.12.2 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.2
Hash for the release tag: abc2ea12388d25dcbe9e18c66c46f52e1938aec8

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-1065
[2] https://dist.apache.org/repos/dist/dev/iotdb/0.12.2/rc1
[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.2/rc1/RELEASE_NOTES.md
[6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS

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

黄向东
清华大学 软件学院




Re: [VOTE] Apache IoTDB 0.12.2 RC1 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.2/client-py/iotdb/thrift/__init__.py


/Users/qiaojialin/Desktop/apache-iotdb-0.12.2/client-py/iotdb/thrift/rpc/__init__.py


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


The binary distribution:
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
School of Software, Tsinghua University

乔嘉林
清华大学 软件学院


Xiangdong Huang <sa...@gmail.com> 于2021年8月25日周三 下午9:47写道:

> Hi,
>
> Apache IoTDB 0.12.2 is a bug-fix version from 0.12.1. It fixes 45 bugs
> in v0.12.1, and brings a more stable compaction module.
> You can get its main changes from [5].
>
> Apache IoTDB 0.12.2 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.2
> Hash for the release tag: abc2ea12388d25dcbe9e18c66c46f52e1938aec8
>
> 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-1065
> [2] https://dist.apache.org/repos/dist/dev/iotdb/0.12.2/rc1
> [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.2/rc1/RELEASE_NOTES.md
> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
>
> Best,
> -----------------------------------
> Xiangdong Huang
> School of Software, Tsinghua University
>
>  黄向东
> 清华大学 软件学院
>