You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by 乔嘉林 <64...@qq.com.INVALID> on 2022/07/12 09:45:13 UTC

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

Hi, +1 (binding)

The source release:
LICENSE and NOTICE [ok]
signatures and hashes [ok]
could compile from source: mvn clean install [not ok], some generated
py files should be ignored by rat checker

The binary distribution:
signatures and hashes [ok]
start server and CLI in mac, jdk1.8 [ok]

----
Jialin Qiao
Apache IoTDB PMC








原始邮件


发件人:"Gaofei Cao"< caogaofei@apache.org &gt;;

发件时间:2022/7/12 16:37

收件人:"dev"< dev@iotdb.apache.org &gt;;

主题:Re: [VOTE] Apache IoTDB 0.12.6 RC1 release


Hi, +1 (binding)

I checked these on my Mac (Apple M1 Pro), JDK 1.8

The source release:
LICENSE and NOTICE [ok]
signatures and hashes [ok]
could compile from source: mvn clean install [not ok], some generated
py files should be ignored by rat checker

The binary distribution:
signatures and hashes [ok]
start server and CLI in mac, jdk1.8 [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;

----
Gaofei Cao
Apache IoTDB PMC

&gt;
&gt; Hi,
&gt;
&gt; +1 (binding)
&gt;
&gt; I checked these on my Mac, JDK 8 and 11
&gt;
&gt; The source release:
&gt; LICENSE and NOTICE [ok]
&gt; signatures and hashes [ok]
&gt; could compile from source: mvn clean install [not ok]
&gt; some generated py files should be ignored by rat checker
&gt;
&gt; The binary distribution:
&gt; signatures and hashes [ok]
&gt; start server and CLI in mac, jdk8 and jdk11 [ok]
&gt; Could run with the following statements [ok]
&gt;
&gt; SET STORAGE GROUP TO root.turbine;
&gt; CREATE TIMESERIES root.turbine.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
&gt; insert into root.turbine.d1(timestamp,s0) values(1,1);
&gt; insert into root.turbine.d1(timestamp,s0) values(2,2);
&gt; insert into root.turbine.d1(timestamp,s0) values(3,3);
&gt; select * from root;
&gt;
&gt; Best,
&gt;
&gt; Haonan Hou
&gt;
&gt; &gt; On Jul 12, 2022, at 2:21 PM, BensonChou <2027178562@qq.com.INVALID&gt; wrote:
&gt; &gt;
&gt; &gt; +1
&gt; &gt;
&gt; &gt;
&gt; &gt;
&gt; &gt; ---Original---
&gt; &gt; From: "Yuan Tian"<jackietien97@gmail.com&gt;
&gt; &gt; Date: Fri, Jul 8, 2022 18:08 PM
&gt; &gt; To: "dev"<dev@iotdb.apache.org&gt;;
&gt; &gt; Subject: [VOTE] Apache IoTDB 0.12.6 RC1 release
&gt; &gt;
&gt; &gt;
&gt; &gt; Hi all,
&gt; &gt;
&gt; &gt; Apache IoTDB 0.12.6 is a bug-fix version from 0.12.5. You can get its
&gt; &gt; mainly changes from [5].
&gt; &gt;
&gt; &gt; Apache IoTDB 0.12.6 has been staged under [2] and it’s time to vote
&gt; &gt; on accepting it for release.&nbsp; All Maven artifacts are available under [1].
&gt; &gt; Voting will be open for 72hr.
&gt; &gt; A minimum of 3 binding +1 votes and more binding +1 than binding -1
&gt; &gt; are required to pass.
&gt; &gt;
&gt; &gt; Release tag: v0.12.6
&gt; &gt; Hash for the release tag: eeb67fab595e090bfc67c62f45017d618acd24cf
&gt; &gt;
&gt; &gt; Before voting +1, PMC members are required to download
&gt; &gt; the signed source code package, compile it as provided, and test
&gt; &gt; the resulting executable on their own platform, along with also
&gt; &gt; verifying that the package meets the requirements of the ASF policy
&gt; &gt; on releases. [3]
&gt; &gt;
&gt; &gt; You can achieve the above by following [4].
&gt; &gt;
&gt; &gt; [ ]&nbsp; +1 accept (indicate what you validated - e.g. performed the
&gt; &gt; non-RM items in [4])
&gt; &gt; [ ]&nbsp; -1 reject (explanation required)
&gt; &gt;
&gt; &gt;
&gt; &gt; [1] https://repository.apache.org/content/repositories/orgapacheiotdb-1079
&gt; &gt; [2] https://dist.apache.org/repos/dist/dev/iotdb/0.12.6/rc1
&gt; &gt; [3] https://www.apache.org/dev/release.html#approving-a-release
&gt; &gt; [4] https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
&gt; &gt; [5] https://dist.apache.org/repos/dist/dev/iotdb/0.12.6/rc1/RELEASE_NOTES.md
&gt; &gt; [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
&gt; &gt;
&gt; &gt;
&gt; &gt; Best,
&gt; &gt; -------------
&gt; &gt; Yuan Tian
&gt;