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 (星期六) > 收件人: dev <[email protected]> > 抄送: > 主题: 回复: [VOTE] Apache IoTDB 0.12.2 RC3 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: > 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, > ————————————————— > Kaifeng Xue, > School of Software, Tsinghua University > > > > > ------------------ 原始邮件 ------------------ > 发件人: "dev" <[email protected]>;> 发送时间: 2021年9月10日(星期五) 下午4:41 > 收件人: "dev"<[email protected]>;> > 主题: Re: [VOTE] Apache IoTDB 0.12.2 RC3 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 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: > 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, > ————————————————— > Jialin Qiao > School of Software, Tsinghua University > > 乔嘉林 > 清华大学 软件学院 > > > JT <[email protected]> 于2021年9月10日周五="" 下午12:19写道:=""> > > Hi, > > > > +1 (binding) > > > > I checked these on my Windows10, JDK 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 Win10, jdk8 [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; > > > > Best, > > > > Tian Jiang > > > > > > 发件人: Haonan Hou > > 发送时间: 2021年9月8日 14:41 > > 收件人: [email protected] > > 主题: Re: [VOTE] Apache IoTDB 0.12.2 RC3 release > > > > Hi, > > > > +1 (binding) > > > > I checked these on my Mac, JDK 11and 16. > > > > 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, jdk11 and jdk16 [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; > > > > Best, > > > > Haonan Hou > > > > > On Sep 8, 2021, at 7:47 AM, Xiangdong Huang <[email protected]> wrote:=""> > > > > > Hi, > > > > > > I am here again... > > > Apache IoTDB 0.12.2 RC3 is a bug-fix version from 0.12.1. It fixes 49 > > 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: 55303223ec31faea003efc4ae3c41625ec51b341 > > > > > > 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-1067 > > > [2] https://dist.apache.org/repos/dist/dev/iotdb/0.12.2/rc3 > > > [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/rc3/RELEASE_NOTES.md > > > [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS > > > > > > Best, > > > ----------------------------------- > > > Xiangdong Huang > > > School of Software, Tsinghua University > > > > > > 黄向东 > > > 清华大学 软件学院 > > > > > > > > > </[email protected]>></[email protected]>></[email protected]>;></[email protected]>;></[email protected]>
