You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by JT <jt...@163.com> on 2022/03/18 09:52:21 UTC

回复: [VOTE] Apache IoTDB 0.13.0 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 [ok]

The binary distribution:
version number in CLI [ok]
signatures and hashes [ok]
start in win11, 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
发送时间: 2022年3月18日 12:49
收件人: dev@iotdb.apache.org
主题: Re: [VOTE] Apache IoTDB 0.13.0 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 [ok]

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

乔嘉林
清华大学 软件学院


清华大学软件学院薛恺丰 <82...@qq.com.invalid> 于2022年3月18日周五 09:15写道:

> Hi
>
>
> +1
>
>
> I have checked:
> 1. download source code
> 2. use benchmark to ingest data, raw data query, aggregation query and
> last point query.
>
>
> Best,
> Kaifeng Xue
>
>
>
>
> ------------------&nbsp;原始邮件&nbsp;------------------
> 发件人:
>                                                   "dev"
>
> <hhaonan4444@qq.com.INVALID&gt;;
> 发送时间:&nbsp;2022年3月17日(星期四) 晚上8:19
> 收件人:&nbsp;"dev-iotdb"<dev@iotdb.apache.org&gt;;
>
> 主题:&nbsp;[VOTE] Apache IoTDB 0.13.0 RC1 release
>
>
>
> Hi all,
>
> Big News! Apache IoTDB 0.13.0 rc1 is finally ready. You can get its new
> features
> and changes from [5].
>
> Apache IoTDB 0.13.0 has been staged under [2] and it’s time to vote
> on accepting it for release.&nbsp; 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.0
> Hash for the release tag: 4f985dd6dd7d1deb47359f27f10e84248490f837
>
> 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].
>
> [ ]&nbsp; +1 accept (indicate what you validated - e.g. performed the
> non-RM items in [4])
> [ ]&nbsp; -1 reject (explanation required)
>
>
>
> [1] https://repository.apache.org/content/repositories/orgapacheiotdb-1076
> <https://repository.apache.org/content/repositories/orgapacheiotdb-1076&gt
> ;
> [2] https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1 <
> https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1&gt;
> [3] https://www.apache.org/dev/release.html#approving-a-release <
> https://www.apache.org/dev/release.html#approving-a-release&gt;
> [4]
> https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
> <
> https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release&gt
> ;
> [5]
> https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1/RELEASE_NOTES.md <
> https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1/RELEASE_NOTES.md&gt
> ;
> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS <
> https://dist.apache.org/repos/dist/dev/iotdb/KEYS&gt;
>
> Best,
>
> Haonan Hou



Re: [VOTE] Apache IoTDB 0.13.0 RC1 release

Posted by Houliang Qi <ne...@163.com>.
Hi,
+1 (binding)


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


The binary distribution:
version number in CLI [ok]
start in macOS, jdk8 [ok]
statements executed successfully:  [ok]
SET STORAGE GROUP TO root.ln;
insert into root.turbine.d1(timestamp,s0) values(1,1);
select ** from root




Thanks,
---------------------------------------
Houliang Qi
BONC, Ltd
On 03/18/2022 17:52,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]

The binary distribution:
version number in CLI [ok]
signatures and hashes [ok]
start in win11, 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
发送时间: 2022年3月18日 12:49
收件人: dev@iotdb.apache.org
主题: Re: [VOTE] Apache IoTDB 0.13.0 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 [ok]

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

乔嘉林
清华大学 软件学院


清华大学软件学院薛恺丰 <82...@qq.com.invalid> 于2022年3月18日周五 09:15写道:

Hi


+1


I have checked:
1. download source code
2. use benchmark to ingest data, raw data query, aggregation query and
last point query.


Best,
Kaifeng Xue




------------------&nbsp;原始邮件&nbsp;------------------
发件人:
"dev"

<hhaonan4444@qq.com.INVALID&gt;;
发送时间:&nbsp;2022年3月17日(星期四) 晚上8:19
收件人:&nbsp;"dev-iotdb"<dev@iotdb.apache.org&gt;;

主题:&nbsp;[VOTE] Apache IoTDB 0.13.0 RC1 release



Hi all,

Big News! Apache IoTDB 0.13.0 rc1 is finally ready. You can get its new
features
and changes from [5].

Apache IoTDB 0.13.0 has been staged under [2] and it’s time to vote
on accepting it for release.&nbsp; 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.0
Hash for the release tag: 4f985dd6dd7d1deb47359f27f10e84248490f837

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].

[ ]&nbsp; +1 accept (indicate what you validated - e.g. performed the
non-RM items in [4])
[ ]&nbsp; -1 reject (explanation required)



[1] https://repository.apache.org/content/repositories/orgapacheiotdb-1076
<https://repository.apache.org/content/repositories/orgapacheiotdb-1076&gt
;
[2] https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1 <
https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1&gt;
[3] https://www.apache.org/dev/release.html#approving-a-release <
https://www.apache.org/dev/release.html#approving-a-release&gt;
[4]
https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
<
https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release&gt
;
[5]
https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1/RELEASE_NOTES.md <
https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1/RELEASE_NOTES.md&gt
;
[6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS <
https://dist.apache.org/repos/dist/dev/iotdb/KEYS&gt;

Best,

Haonan Hou