Hi,

+1 from PMC

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

乔嘉林
清华大学 软件学院

> -----原始邮件-----
&gt; 发件人: "Xiangdong Huang" <[email protected]>
&gt; 发送时间: 2021-01-09 20:22:09 (星期六)
&gt; 收件人: dev <[email protected]>
&gt; 抄送: 
&gt; 主题: [VOTE] Apache IoTDB 0.11.2 RC3 release
&gt; 
&gt; Hi all,
&gt; 
&gt; 0.11.2 RC3 is ready, it fixes the known issues of RC1 and RC2.
&gt; 
&gt; Apache IoTDB 0.11.2 is a bug-fix version from 0.11.1.
&gt; You can get its main changes from [5].
&gt; 
&gt; Apache IoTDB 0.11.2 has been staged under [2] and it’s time to vote
&gt; on accepting it for release.  All Maven artifacts are available under [1].
&gt; 
&gt; Voting will be open for 72hr.
&gt; A minimum of 3 binding +1 votes and more binding +1 than binding -1
&gt; are required to pass.
&gt; 
&gt; Release tag: release/0.11.2
&gt; Hash for the release tag: a5728115a7408268cd414130c303060c30608ea3
&gt; 
&gt; Before voting +1, PMC members are required to download
&gt; the signed source code package, compile it as provided, and test
&gt; the resulting executable on their own platform, along with also
&gt; verifying that the package meets the requirements of the ASF policy
&gt; on releases.[3]
&gt; 
&gt; You can achieve the above by following [4].
&gt; 
&gt; [ ]  +1 accept (indicate what you validated)
&gt; [ ]  -1 reject (explanation required)
&gt; 
&gt; 
&gt; Bugfix list:
&gt; 
&gt; * IOTDB-1049 Fix Nullpointer exception and a delete bug in Last query
&gt; * IOTDB-1060 Support full deletion for delete statement without where 
clause
&gt; * IOTDB-1068 Fix Time series metadata cache bug
&gt; * IOTDB-1069 restrict the flushing memtable number to avoid OOM when
&gt; mem_control is disabled
&gt; * IOTDB-1077 add insertOneDeviceRecords API in java session
&gt; * IOTDB-1087 fix compaction block flush: flush do not return until
&gt; compaction finished
&gt; * IOTDB-1106 Delete timeseries statement will incorrectly delete other
&gt; timeseries
&gt; * Github issue-2137 fix grafana value-time position bug
&gt; * Github issue-2169 GetObject returns String for all data types
&gt; * Github issue-2240 fix Sync failed: Socket is closed by peer
&gt; * Github issue-2387 The deleteData method exists in Session but not in
&gt; SessionPool.
&gt; * add thrift_max_frame_size in iotdb-engine.properties
&gt; * Fix incorrect last result after deleting all data
&gt; * Fix compaction recover block restart: IoTDB cannot restart until last
&gt; compaction recover task finished
&gt; * Fix compaction ignore modification file: delete does not work after
&gt; compaction
&gt; * print more insert error message in client
&gt; * expose enablePartition parameter into iotdb-engines.properpties
&gt; 
&gt; 
&gt; 
&gt; [1] https://repository.apache.org/content/repositories/orgapacheiotdb-1053
&gt; [2] https://dist.apache.org/repos/dist/dev/iotdb/0.11.2/rc3
&gt; [3] https://www.apache.org/dev/release.html#approving-a-release
&gt; [4]
&gt; 
https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
&gt; [5] 
https://dist.apache.org/repos/dist/dev/iotdb/0.11.2/rc3/RELEASE_NOTES.md
&gt; [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
&gt; 
&gt; Best,
&gt; -----------------------------------
&gt; Xiangdong Huang
&gt; School of Software, Tsinghua University
&gt; 
&gt;  黄向东
&gt; 清华大学 软件学院
</[email protected]></[email protected]>

Reply via email to