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