You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by Jialin Qiao <qi...@apache.org> on 2022/08/01 02:18:43 UTC

[VOTE] Apache IoTDB 0.13.1 RC1 release

Hi all,

Apache IoTDB 0.13.1 is a bug-fix version from 0.13.0. You can get its
mainly changes from [5].

Apache IoTDB v0.13.1 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.13.1
Hash for the release tag: 8dd7aa670bf4ceabf8dd27dd9817de8cd0669e82

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


Best,
-------------
Jialin Qiao
Apache IoTDB PMC

Re: 回复: [VOTE] Apache IoTDB 0.13.1 RC1 release

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

This is not a critical bug, we could release it in 0.13.2 at the end of this month.

Thanks,
Jialin Qiao

On 2022/08/03 08:19:21 冯 庆新 wrote:
> -1
> I think you hava to prepare release RC2,because “[To rel/0.13][IOTDB-2736] DELETE_STORAGE_GROUP can not be granted to user (reporting 401)” maybe a criticlt issue too.
> 
> 
> 发件人: Haonan Hou<ma...@qq.com.INVALID>
> 发送时间: 2022年8月3日 9:30
> 收件人: dev-iotdb<ma...@iotdb.apache.org>
> 主题: Re: [VOTE] Apache IoTDB 0.13.1 RC1 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
> 
> 
> 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, jdk11 [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,
> Haonan Hou
> 
> > On Aug 3, 2022, at 9:14 AM, Yuan Tian <ja...@gmail.com> wrote:
> >
> > Hi,
> >
> > +1(binding)
> >
> > Best,
> > -----------------
> > Yuan Tian
> >
> > On Mon, Aug 1, 2022 at 10:18 AM Jialin Qiao <qi...@apache.org> wrote:
> >>
> >> Hi all,
> >>
> >> Apache IoTDB 0.13.1 is a bug-fix version from 0.13.0. You can get its
> >> mainly changes from [5].
> >>
> >> Apache IoTDB v0.13.1 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.13.1
> >> Hash for the release tag: 8dd7aa670bf4ceabf8dd27dd9817de8cd0669e82
> >>
> >> 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-1081/
> >> [2] https://dist.apache.org/repos/dist/dev/iotdb/0.13.1/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.13.1/rc1/RELEASE_NOTES.md
> >> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
> >>
> >>
> >> Best,
> >> -------------
> >> Jialin Qiao
> >> Apache IoTDB PMC
> 
> 

Re: [VOTE] Apache IoTDB 0.13.1 RC1 release

Posted by Gaofei Cao <ca...@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


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,
Gaofei Cao

冯 庆新 <qi...@hotmail.com> 于2022年8月3日周三 16:19写道:
>
> -1
> I think you hava to prepare release RC2,because “[To rel/0.13][IOTDB-2736] DELETE_STORAGE_GROUP can not be granted to user (reporting 401)” maybe a criticlt issue too.
>
>
> 发件人: Haonan Hou<ma...@qq.com.INVALID>
> 发送时间: 2022年8月3日 9:30
> 收件人: dev-iotdb<ma...@iotdb.apache.org>
> 主题: Re: [VOTE] Apache IoTDB 0.13.1 RC1 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
>
>
> 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, jdk11 [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,
> Haonan Hou
>
> > On Aug 3, 2022, at 9:14 AM, Yuan Tian <ja...@gmail.com> wrote:
> >
> > Hi,
> >
> > +1(binding)
> >
> > Best,
> > -----------------
> > Yuan Tian
> >
> > On Mon, Aug 1, 2022 at 10:18 AM Jialin Qiao <qi...@apache.org> wrote:
> >>
> >> Hi all,
> >>
> >> Apache IoTDB 0.13.1 is a bug-fix version from 0.13.0. You can get its
> >> mainly changes from [5].
> >>
> >> Apache IoTDB v0.13.1 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.13.1
> >> Hash for the release tag: 8dd7aa670bf4ceabf8dd27dd9817de8cd0669e82
> >>
> >> 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-1081/
> >> [2] https://dist.apache.org/repos/dist/dev/iotdb/0.13.1/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.13.1/rc1/RELEASE_NOTES.md
> >> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
> >>
> >>
> >> Best,
> >> -------------
> >> Jialin Qiao
> >> Apache IoTDB PMC
>

回复: [VOTE] Apache IoTDB 0.13.1 RC1 release

Posted by 冯 庆新 <qi...@hotmail.com>.
-1
I think you hava to prepare release RC2,because “[To rel/0.13][IOTDB-2736] DELETE_STORAGE_GROUP can not be granted to user (reporting 401)” maybe a criticlt issue too.


发件人: Haonan Hou<ma...@qq.com.INVALID>
发送时间: 2022年8月3日 9:30
收件人: dev-iotdb<ma...@iotdb.apache.org>
主题: Re: [VOTE] Apache IoTDB 0.13.1 RC1 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


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, jdk11 [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,
Haonan Hou

> On Aug 3, 2022, at 9:14 AM, Yuan Tian <ja...@gmail.com> wrote:
>
> Hi,
>
> +1(binding)
>
> Best,
> -----------------
> Yuan Tian
>
> On Mon, Aug 1, 2022 at 10:18 AM Jialin Qiao <qi...@apache.org> wrote:
>>
>> Hi all,
>>
>> Apache IoTDB 0.13.1 is a bug-fix version from 0.13.0. You can get its
>> mainly changes from [5].
>>
>> Apache IoTDB v0.13.1 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.13.1
>> Hash for the release tag: 8dd7aa670bf4ceabf8dd27dd9817de8cd0669e82
>>
>> 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-1081/
>> [2] https://dist.apache.org/repos/dist/dev/iotdb/0.13.1/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.13.1/rc1/RELEASE_NOTES.md
>> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
>>
>>
>> Best,
>> -------------
>> Jialin Qiao
>> Apache IoTDB PMC


Re: [VOTE] Apache IoTDB 0.13.1 RC1 release

Posted by Haonan Hou <hh...@qq.com.INVALID>.
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 


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, jdk11 [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,
Haonan Hou

> On Aug 3, 2022, at 9:14 AM, Yuan Tian <ja...@gmail.com> wrote:
> 
> Hi,
> 
> +1(binding)
> 
> Best,
> -----------------
> Yuan Tian
> 
> On Mon, Aug 1, 2022 at 10:18 AM Jialin Qiao <qi...@apache.org> wrote:
>> 
>> Hi all,
>> 
>> Apache IoTDB 0.13.1 is a bug-fix version from 0.13.0. You can get its
>> mainly changes from [5].
>> 
>> Apache IoTDB v0.13.1 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.13.1
>> Hash for the release tag: 8dd7aa670bf4ceabf8dd27dd9817de8cd0669e82
>> 
>> 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-1081/
>> [2] https://dist.apache.org/repos/dist/dev/iotdb/0.13.1/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.13.1/rc1/RELEASE_NOTES.md
>> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
>> 
>> 
>> Best,
>> -------------
>> Jialin Qiao
>> Apache IoTDB PMC


Re: [VOTE] Apache IoTDB 0.13.1 RC1 release

Posted by Yuan Tian <ja...@gmail.com>.
Hi,

+1(binding)

Best,
-----------------
Yuan Tian

On Mon, Aug 1, 2022 at 10:18 AM Jialin Qiao <qi...@apache.org> wrote:
>
> Hi all,
>
> Apache IoTDB 0.13.1 is a bug-fix version from 0.13.0. You can get its
> mainly changes from [5].
>
> Apache IoTDB v0.13.1 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.13.1
> Hash for the release tag: 8dd7aa670bf4ceabf8dd27dd9817de8cd0669e82
>
> 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-1081/
> [2] https://dist.apache.org/repos/dist/dev/iotdb/0.13.1/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.13.1/rc1/RELEASE_NOTES.md
> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
>
>
> Best,
> -------------
> Jialin Qiao
> Apache IoTDB PMC