Hi,

+1 from committer

I checked:

- Download links
- Signatures and hashes 
- Git tag
- ASF headers in all source files
- Compiling from source
- LICENSE and NOTICE
- Start in Mac
- Run with 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(2,2);
insert into root.turbine.d1(timestamp,s0) values(3,3);
select * from root;


--
Zesong Sun
School of Software, Tsinghua University

孙泽嵩
清华大学 软件学院

> -----原始邮件-----
> 发件人: "清华大学软件学院薛恺丰" <[email protected]>
> 发送时间: 2021-09-11 15:50:36 (星期六)
&gt; 收件人: dev <[email protected]>
&gt; 抄送: 
&gt; 主题: 回复: [VOTE] Apache IoTDB 0.12.2 RC3 release
&gt; 
&gt; Hi,
&gt; 
&gt; +1 (binding)
&gt; 
&gt; The source release:
&gt; apache headers [ok]
&gt; signatures and hashes [ok]
&gt; LICENSE and NOTICE [ok]
&gt; no jar files [ok]
&gt; could compile from source: ./mvnw.sh clean install [ok]
&gt; 
&gt; The binary distribution:
&gt; the version number in CLI [ok]
&gt; signatures and hashes [ok]
&gt; start in mac, jdk8 [ok]
&gt; statements executed successfully:&nbsp; [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; Thanks,
&gt; —————————————————
&gt; Kaifeng Xue,
&gt; School of Software, Tsinghua University
&gt; 
&gt; 
&gt; 
&gt; 
&gt; ------------------&nbsp;原始邮件&nbsp;------------------
&gt; 发件人:                                                                       
                                                 "dev"                          
                                                          
<[email protected]&gt;;> 发送时间:&nbsp;2021年9月10日(星期五) 下午4:41
&gt; 收件人:&nbsp;"dev"<[email protected]&gt;;> 
&gt; 主题:&nbsp;Re: [VOTE] Apache IoTDB 0.12.2 RC3 release
&gt; 
&gt; 
&gt; 
&gt; Hi,
&gt; 
&gt; +1 (binding)
&gt; 
&gt; The source release:
&gt; apache headers [ok]
&gt; signatures and hashes [ok]
&gt; LICENSE and NOTICE [ok]
&gt; no jar files [ok]
&gt; could compile from source: ./mvnw.sh clean install [ok with minor issue]
&gt; 
&gt; minor issue:
&gt; 
&gt; [*WARNING*] Files with unapproved licenses:
&gt; 
/Users/qiaojialin/Desktop/apache-iotdb-0.12.2/client-py/iotdb/thrift/__init__.py
&gt; 
/Users/qiaojialin/Desktop/apache-iotdb-0.12.2/client-py/iotdb/thrift/rpc/__init__.py
&gt; 
&gt; These two files are generated when compiling the source code, we should
&gt; omit them.
&gt; 
&gt; 
&gt; The binary distribution:
&gt; the version number in CLI [ok]
&gt; signatures and hashes [ok]
&gt; start in mac, jdk8 [ok]
&gt; statements executed successfully:&nbsp; [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; Thanks,
&gt; —————————————————
&gt; Jialin Qiao
&gt; School of Software, Tsinghua University
&gt; 
&gt; 乔嘉林
&gt; 清华大学 软件学院
&gt; 
&gt; 
&gt; JT <[email protected]&gt; 于2021年9月10日周五="" 下午12:19写道:=""> 
&gt; &gt; Hi,
&gt; &gt;
&gt; &gt; +1 (binding)
&gt; &gt;
&gt; &gt; I checked these on my Windows10, JDK 8.
&gt; &gt;
&gt; &gt; The source release:
&gt; &gt; LICENSE and NOTICE [ok]
&gt; &gt; signatures and hashes [ok]
&gt; &gt; could compile from source: mvn clean install [not ok]
&gt; &gt; some generated py files should be ignored by rat checker
&gt; &gt;
&gt; &gt; The binary distribution:
&gt; &gt; signatures and hashes [ok]
&gt; &gt; start server and CLI in Win10, jdk8 [ok]
&gt; &gt; Could run with the following statements [ok]
&gt; &gt;
&gt; &gt; SET STORAGE GROUP TO root.turbine;
&gt; &gt; CREATE TIMESERIES root.turbine.d1.s0 WITH DATATYPE=DOUBLE,
&gt; &gt; ENCODING=GORILLA;
&gt; &gt; insert into root.turbine.d1(timestamp,s0) values(1,1);
&gt; &gt; insert into root.turbine.d1(timestamp,s0) values(2,2);
&gt; &gt; insert into root.turbine.d1(timestamp,s0) values(3,3);
&gt; &gt; select * from root;
&gt; &gt;
&gt; &gt; Best,
&gt; &gt;
&gt; &gt; Tian Jiang
&gt; &gt;
&gt; &gt;
&gt; &gt; 发件人: Haonan Hou
&gt; &gt; 发送时间: 2021年9月8日 14:41
&gt; &gt; 收件人: [email protected]
&gt; &gt; 主题: Re: [VOTE] Apache IoTDB 0.12.2 RC3 release
&gt; &gt;
&gt; &gt; Hi,
&gt; &gt;
&gt; &gt; +1 (binding)
&gt; &gt;
&gt; &gt; I checked these on my Mac, JDK 11and 16.
&gt; &gt;
&gt; &gt; The source release:
&gt; &gt; LICENSE and NOTICE [ok]
&gt; &gt; signatures and hashes [ok]
&gt; &gt; could compile from source: mvn clean install [not ok]
&gt; &gt; some generated py files should be ignored by rat checker
&gt; &gt;
&gt; &gt; The binary distribution:
&gt; &gt; signatures and hashes [ok]
&gt; &gt; start server and CLI in mac, jdk11 and jdk16 [ok]
&gt; &gt; Could run with the following statements [ok]
&gt; &gt;
&gt; &gt; SET STORAGE GROUP TO root.turbine;
&gt; &gt; CREATE TIMESERIES root.turbine.d1.s0 WITH DATATYPE=DOUBLE,
&gt; &gt; ENCODING=GORILLA;
&gt; &gt; insert into root.turbine.d1(timestamp,s0) values(1,1);
&gt; &gt; insert into root.turbine.d1(timestamp,s0) values(2,2);
&gt; &gt; insert into root.turbine.d1(timestamp,s0) values(3,3);
&gt; &gt; select * from root;
&gt; &gt;
&gt; &gt; Best,
&gt; &gt;
&gt; &gt; Haonan Hou
&gt; &gt;
&gt; &gt; &gt; On Sep 8, 2021, at 7:47 AM, Xiangdong Huang 
<[email protected]&gt; wrote:=""> &gt; &gt;
&gt; &gt; &gt; Hi,
&gt; &gt; &gt;
&gt; &gt; &gt; I am here again...
&gt; &gt; &gt; Apache IoTDB 0.12.2&nbsp; RC3 is a bug-fix version from 0.12.1. 
It fixes 49
&gt; &gt; bugs
&gt; &gt; &gt; in v0.12.1, and brings a more stable compaction module.
&gt; &gt; &gt; You can get its main changes from [5].
&gt; &gt; &gt;
&gt; &gt; &gt; Apache IoTDB 0.12.2 has been staged under [2] and it’s time to 
vote
&gt; &gt; &gt; on accepting it for release.&nbsp; All Maven artifacts are 
available under
&gt; &gt; [1].
&gt; &gt; &gt; Voting will be open for 72hr.
&gt; &gt; &gt; A minimum of 3 binding +1 votes and more binding +1 than binding 
-1
&gt; &gt; &gt; are required to pass.
&gt; &gt; &gt;
&gt; &gt; &gt; Release tag: v0.12.2
&gt; &gt; &gt; Hash for the release tag: 
55303223ec31faea003efc4ae3c41625ec51b341
&gt; &gt; &gt;
&gt; &gt; &gt; Before voting +1, PMC members are required to download
&gt; &gt; &gt; the signed source code package, compile it as provided, and test
&gt; &gt; &gt; the resulting executable on their own platform, along with also
&gt; &gt; &gt; verifying that the package meets the requirements of the ASF 
policy
&gt; &gt; &gt; on releases. [3]
&gt; &gt; &gt;
&gt; &gt; &gt; You can achieve the above by following [4].
&gt; &gt; &gt;
&gt; &gt; &gt; [ ]&nbsp; +1 accept (indicate what you validated - e.g. 
performed the
&gt; &gt; &gt; non-RM items in [4])
&gt; &gt; &gt; [ ]&nbsp; -1 reject (explanation required)
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; &gt; &gt; [1]
&gt; &gt; https://repository.apache.org/content/repositories/orgapacheiotdb-1067
&gt; &gt; &gt; [2] https://dist.apache.org/repos/dist/dev/iotdb/0.12.2/rc3
&gt; &gt; &gt; [3] https://www.apache.org/dev/release.html#approving-a-release
&gt; &gt; &gt; [4]
&gt; &gt; 
https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
&gt; &gt; &gt; [5]
&gt; &gt; 
https://dist.apache.org/repos/dist/dev/iotdb/0.12.2/rc3/RELEASE_NOTES.md
&gt; &gt; &gt; [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
&gt; &gt; &gt;
&gt; &gt; &gt; Best,
&gt; &gt; &gt; -----------------------------------
&gt; &gt; &gt; Xiangdong Huang
&gt; &gt; &gt; School of Software, Tsinghua University
&gt; &gt; &gt;
&gt; &gt; &gt; 黄向东
&gt; &gt; &gt; 清华大学 软件学院
&gt; &gt; &gt;
&gt; &gt;
&gt; &gt;
&gt; &gt;
</[email protected]&gt;></[email protected]&gt;></[email protected]&gt;;></[email protected]&gt;;></[email protected]>

Reply via email to