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;


Best Regards,
Kaifeng Xue




------------------ ???????? ------------------
??????:                                                                         
                                               "dev"                            
                                                        <[email protected]&gt;;
????????:&nbsp;2020??11??24??(??????) ????6:29
??????:&nbsp;"dev"<[email protected]&gt;;"private"<[email protected]&gt;;

????:&nbsp;Re: [VOTE] Apache IoTDB 0.11.0 RC3 release



Hi all,

Four +1 votes from PMC now (and 1 committer and 2 contributors).

Welcome more PMCs checking and voting this release.

Best,
-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University

&nbsp;??????
???????? ????????


jincheng sun <[email protected]&gt; ??2020??11??24?????? ????4:19??????

&gt; +1 (binding)?? Download and run some command in the CLI.
&gt; Best,
&gt; Jincheng
&gt;
&gt;
&gt; Benedict Jin <[email protected]&gt; ??2020??11??24?????? ????2:41??????
&gt;
&gt; &gt; Hi,
&gt; &gt;
&gt; &gt; +1 from Contributor
&gt; &gt;
&gt; &gt;
&gt; &gt; I checked the binary distribution in MacOS:
&gt; &gt; Download links [ok]
&gt; &gt; Start in MacOS, JDK8 [ok]
&gt; &gt; Version number in CLI [ok]
&gt; &gt; Recover from disk [ok]
&gt; &gt; Statements executed successfully:&nbsp; [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; SHOW STORAGE GROUP;
&gt; &gt; SHOW TIMESERIES;
&gt; &gt; select * from root;
&gt; &gt;
&gt; &gt; Close and Restart server:
&gt; &gt;
&gt; &gt; SHOW TIMESERIES;
&gt; &gt; select * from root;
&gt; &gt;
&gt; &gt; On 2020/11/24 03:18:35, Xiangwei Wei <[email protected]&gt; wrote:
&gt; &gt; &gt; Hi,
&gt; &gt; &gt;
&gt; &gt; &gt; +1 from Contributor.
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; &gt; &gt; I checked the binary distribution in Windows:
&gt; &gt; &gt; Download links [ok]
&gt; &gt; &gt; Start in Windows, jdk8 [ok]
&gt; &gt; &gt; Version number in CLI [ok]
&gt; &gt; &gt; Recover from disk [ok]
&gt; &gt; &gt; Statements executed successfully:&nbsp; [ok]
&gt; &gt; &gt;
&gt; &gt; &gt; SET STORAGE GROUP TO root.turbine;
&gt; &gt; &gt; CREATE TIMESERIES root.turbine.d1.s0 WITH DATATYPE=DOUBLE,
&gt; &gt; ENCODING=GORILLA;
&gt; &gt; &gt; insert into root.turbine.d1(timestamp,s0) values(1,1);
&gt; &gt; &gt; insert into root.turbine.d1(timestamp,s0) values(2,2);
&gt; &gt; &gt; insert into root.turbine.d1(timestamp,s0) values(3,3);
&gt; &gt; &gt; SHOW STORAGE GROUP;
&gt; &gt; &gt; SHOW TIMESERIES;
&gt; &gt; &gt; select * from root;
&gt; &gt; &gt;
&gt; &gt; &gt; Close and Restart server:
&gt; &gt; &gt;
&gt; &gt; &gt; SHOW TIMESERIES;
&gt; &gt; &gt; select * from root;
&gt; &gt; &gt;
&gt; &gt; &gt; ?????? <[email protected]&gt; ??2020??11??24?????? 
????10:31??????
&gt; &gt; &gt;
&gt; &gt; &gt; &gt; Hi,
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; +1 from committer
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; I checked:
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; - Download links
&gt; &gt; &gt; &gt; - Signatures and hashes
&gt; &gt; &gt; &gt; - Git tag
&gt; &gt; &gt; &gt; - ASF headers in all source files
&gt; &gt; &gt; &gt; - Compiling from source
&gt; &gt; &gt; &gt; - LICENSE and NOTICE
&gt; &gt; &gt; &gt; - Start in Mac
&gt; &gt; &gt; &gt; - Run with following statements
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; SET STORAGE GROUP TO root.turbine;
&gt; &gt; &gt; &gt; CREATE TIMESERIES root.turbine.d1.s0 WITH DATATYPE=DOUBLE,
&gt; &gt; &gt; &gt; ENCODING=GORILLA;
&gt; &gt; &gt; &gt; insert into root.turbine.d1(timestamp,s0) values(1,1);
&gt; &gt; &gt; &gt; insert into root.turbine.d1(timestamp,s0) values(2,2);
&gt; &gt; &gt; &gt; insert into root.turbine.d1(timestamp,s0) values(3,3);
&gt; &gt; &gt; &gt; select * from root;
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; Best,
&gt; &gt; &gt; &gt; -----------------------------------
&gt; &gt; &gt; &gt; Zesong Sun
&gt; &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; &gt; &gt; &gt; 2020??11??24?? 00:25??Lei Rui <[email protected]&gt; 
??????
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; +1
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; I think the doc issues can be solved next time.
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; 1. There is a pair of Chinese single quotes used in 
English version
&gt; &gt; &gt; &gt; "README.md":
&gt; &gt; &gt; &gt; &gt; "Insert timeseries data is a basic operation of IoTDB, 
you can use
&gt; &gt; &gt; &gt; ??INSERT?? command to finish this."
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; SUGGESTION: Use `insert` by the markdown grammar, or 
use English
&gt; &gt; single
&gt; &gt; &gt; &gt; or double quotes.
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; 2. The "incubat*" string occurs twice in README_ZH.md:
&gt; &gt; &gt; &gt; &gt; (1) "* ????Docker: dockerfile????????
&gt; &gt; &gt; &gt; 
https://github.com/apache/incubat-iotdb/tree/master/docker/src/main";
&gt; &gt; &gt; &gt; &gt; (2)
&gt; &gt; &gt; &gt;
&gt; &gt;
&gt; 
"????????????????????**distribution/target/apache-iotdb-{project.version}-incubating-bin.zip**????????????????????????(??????????????????)"
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; Actually, I use the command ( grep -r "incubat" ./ ) 
to find a lot
&gt; &gt; more
&gt; &gt; &gt; &gt; files containing "incubat*".
&gt; &gt; &gt; &gt; &gt; I think most of them are correct, to give a few 
examples:
&gt; &gt; &gt; &gt; &gt; Example 1: [./RELEASE_NOTES.md] "# Apache IoTDB 
(incubating)
&gt; 0.10.1"
&gt; &gt; &gt; &gt; &gt; Example 2: [./docs/Community/Materials.md] 
"2018.12.09, ......,
&gt; &gt; IoTDB:
&gt; &gt; &gt; &gt; from Tsinghua IoTDB to Apache IoTDB (incubating)."
&gt; &gt; &gt; &gt; &gt; Example 3: [./docker/src/main/Dockerfile-0.9.0] "wget
&gt; &gt; &gt; &gt;
&gt; &gt;
&gt; 
https://www-us.apache.org/dist/iotdb/0.9.0-incubating/apache-iotdb-0.9.0-incubating-bin.zip
&gt; &gt; &gt; &gt; \"
&gt; &gt; &gt; &gt; &gt; Some of them may need updating carefully, for example:
&gt; &gt; &gt; &gt; &gt; [./client-py/pypi/README.md] "Apache IoTDB 
(incubating) (Database
&gt; for
&gt; &gt; &gt; &gt; Internet of Things) is an integrated ..."
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; ------------------
&gt; &gt; &gt; &gt; &gt; What I checked:
&gt; &gt; &gt; &gt; &gt; ?7?8 download staged artifacts. Check their signature 
and hashes.
&gt; &gt; &gt; &gt; &gt; ?7?8 [RM] verify the reported signature is for an 
"apache.org"
&gt; address
&gt; &gt; &gt; &gt; ("gpg: Good signature from ...")
&gt; &gt; &gt; &gt; &gt; ?7?8 [RM] verify the reported hashes
&gt; &gt; &gt; &gt; &gt; ?7?8 extract src bundle
&gt; &gt; &gt; &gt; &gt; ?7?8 verify the existence of LICENSE, NOTICE, README, 
RELEASE_NOTES
&gt; &gt; files
&gt; &gt; &gt; &gt; in the extracted source bundle
&gt; &gt; &gt; &gt; &gt; ?7?8 [RM] verify the staged source README, 
RELEASE_NOTE files
&gt; &gt; correspond to
&gt; &gt; &gt; &gt; those in the extracted source bundle
&gt; &gt; &gt; &gt; &gt; ?7?5 check the contents of LICENSE, NOTICE, README, 
RELEASE_NOTES
&gt; &gt; &gt; &gt; &gt; ?7?8 UNPACK the binary artefact and check the contents 
of
&gt; LICENSE-binary
&gt; &gt; &gt; &gt; and NOTICE-binary
&gt; &gt; &gt; &gt; &gt; ?7?8 build from directions in README with an empty 
maven local repo:
&gt; mvn
&gt; &gt; &gt; &gt; clean package -DskipTests -Dmaven.repo.local=../.m2
&gt; &gt; &gt; &gt; &gt; ?7?8 ./mvnw.sh install
&gt; &gt; &gt; &gt; &gt; ?7?8 ./mvnw.sh site:site
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; Regards,
&gt; &gt; &gt; &gt; &gt; Lei Rui
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; On 11/20/2020 14:23??Xiangdong 
Huang<[email protected]&gt; wrote??
&gt; &gt; &gt; &gt; &gt; Hi all,
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; This is a long-lost vote for RELEASE a new major 
version of IoTDB,
&gt; &gt; &gt; &gt; &gt; especially after IoTDB graduated from the incubator.
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; (RC1 and RC2 failed because of some critical bugs and 
receives -1
&gt; &gt; votes.
&gt; &gt; &gt; &gt; &gt; RC3 fixed them.)
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; Apache IoTDB (incubating) 0.11.0 will be the first 
major release
&gt; &gt; version
&gt; &gt; &gt; &gt; &gt; after IoTDB graduated. This version improves the 
memory control for
&gt; &gt; &gt; &gt; writing
&gt; &gt; &gt; &gt; &gt; data and improves the query performance.
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; You can get its main changes from [5].
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; Apache IoTDB (Incubating) 0.11.0 has been staged under 
[2] and it??s
&gt; &gt; time
&gt; &gt; &gt; &gt; to
&gt; &gt; &gt; &gt; &gt; vote
&gt; &gt; &gt; &gt; &gt; on accepting it for release.&nbsp; All Maven artifacts 
are available
&gt; under
&gt; &gt; &gt; &gt; [1].
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; Release tag: release/0.11.0
&gt; &gt; &gt; &gt; &gt; Hash for the release tag: 
3dafc977766e750d868d64fccfe6a5df8f1f0e1e
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; Voting will be open for 72hr.
&gt; &gt; &gt; &gt; &gt; A minimum of 3 binding +1 votes and more binding +1 
than binding -1
&gt; &gt; &gt; &gt; &gt; are required to pass.
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; [ ]&nbsp; +1 accept (indicate what you validated - 
e.g. performed the
&gt; &gt; non-RM
&gt; &gt; &gt; &gt; &gt; items in [4])
&gt; &gt; &gt; &gt; &gt; [ ]&nbsp; -1 reject (explanation required)
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; Before voting +1, PMC members are required to download
&gt; &gt; &gt; &gt; &gt; the signed source code package, compile it as 
provided, and test
&gt; &gt; &gt; &gt; &gt; the resulting executable on their own platform, along 
with also
&gt; &gt; &gt; &gt; &gt; verifying that the package meets the requirements of 
the ASF policy
&gt; &gt; &gt; &gt; &gt; on releases.
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; You can achieve the above by following [4].
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; NOTICE: this is the first version that we remove 
"incubating", so
&gt; &gt; there
&gt; &gt; &gt; &gt; may
&gt; &gt; &gt; &gt; &gt; be some issues for the release, please pay attention 
and let make
&gt; our
&gt; &gt; &gt; &gt; &gt; release better and better.
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; [1]
&gt; &gt; &gt; &gt;
&gt; https://repository.apache.org/content/repositories/orgapacheiotdb-1047
&gt; &gt; &gt; &gt; &gt; [2] 
https://dist.apache.org/repos/dist/dev/iotdb/0.11.0/rc3
&gt; &gt; &gt; &gt; &gt; [3] 
https://www.apache.org/dev/release.html#approving-a-release
&gt; &gt; &gt; &gt; &gt; [4]
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt;
&gt; &gt;
&gt; 
https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
&gt; &gt; &gt; &gt; &gt; [5]
&gt; &gt; &gt; &gt;
&gt; &gt; 
https://dist.apache.org/repos/dist/dev/iotdb/0.11.0/rc3/RELEASE_NOTES.md
&gt; &gt; &gt; &gt; &gt; [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
&gt; &gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; &gt; Best,
&gt; &gt; &gt; &gt; &gt; -----------------------------------
&gt; &gt; &gt; &gt; &gt; Xiangdong Huang
&gt; &gt; &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; &gt;
&gt; &gt; &gt; &gt;
&gt; &gt; &gt;
&gt; &gt; &gt; --
&gt; &gt; &gt; Best,
&gt; &gt; &gt; Xiangwei Wei
&gt; &gt; &gt;
&gt; &gt;
&gt;

Reply via email to