Re: [VOTE] Apache IoTDB (Incubating) 0.8.0 RC3

2019-08-13 Thread Willem Jiang
+1 binding.

I checked:
Checked incubating in the artifacts name
Checked License and Notice file of source zip and bin zip
Build source file with mvn clean install.
There is no binary files in the source jar.

Here are some issue I found.
1. There are jenkins file which need to be excluded from the source zip.
2. License-binary, Notes-binary need to be excluded from the source zip.
3. For the MIT license and BSD license, as there are copyright
information in the license file we'd better deal those License file
one by one.


Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem
On Tue, Aug 6, 2019 at 10:56 PM Julian Feinauer
 wrote:
>
> Hi all,
>
> thanks to cdutz for finding some major issues in RC2 and fixing them we are 
> able to already provide RC3 now.
>
> Important: All PMCs please note that you have to CHECK the release artifacts 
> [1] (see below) before being allowed to vote “+1”, see [3,4].
>
> Apache IoTDB (Incubating) 0.8.0 has been staged under [1] and it’s time to 
> vote
> on accepting it for release.  All Maven artifacts are available under [2].
> If approved we will seek final release approval from the IPMC.
> 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: release/0.8.0
> Hash for the release tag: 2f4da03b05d1c063eaaca622c68de86abe35de22
>
> Per [3] "Before voting +1 [P]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].
>
> [ ]  +1 accept (indicate what you validated - e.g. performed the non-RM items 
> in [4])
> [ ]  -1 reject (explanation required)
>
> [1] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.8.0/rc3
> [2] https://repository.apache.org/content/repositories/orgapacheiotdb-1003
> [3] https://www.apache.org/dev/release.html#approving-a-release
> [4] 
> https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
>


Re: [VOTE] Apache IoTDB (Incubating) 0.8.0 RC3

2019-08-13 Thread Justin Mclean
Hi,

+1 binding

I checked:
- incubating in name
- DISCLAIMER exists
- LICENSE file
- NOTICE has a minor issue
- signatures and hashes fine
- al source file have ASF headers
- no unexpected binary files
- can compile from source

Re NOTICE there no need to list this line twice:
"This product includes software developed by The Apache Software
Foundation (http://www.apache.org/).”

Thanks,
Justin



Re: [VOTE] Apache IoTDB (Incubating) 0.8.0 RC3

2019-08-13 Thread suyue
+1


I have checked :
>Source code
* compile and build. Command: mvn clean package -pl server -am (Correct)
* all tests have passed.(Correct)
* start server and client with  start-server.sh, start-client.sh(Correct)
* test with:(Correct)

SET STORAGE GROUP TO root.fit.d1;
CREATE TIMESERIES root.fit.d1.s1 WITH DATATYPE=INT32,ENCODING=RLE;
SHOW TIMESERIES
insert into root.fit.d1(timestamp,s1) values(1,101);
select * from root;

>Binary code

* start server and client with  start-server.sh, start-client.sh(Correct)
* test with:(Correct)

SET STORAGE GROUP TO root.fit.d1;
CREATE TIMESERIES root.fit.d1.s1 WITH DATATYPE=INT32,ENCODING=RLE;
SHOW TIMESERIES
insert into root.fit.d1(timestamp,s1) values(1,101);
select * from root;

Thanks





Re: [VOTE] Apache IoTDB (Incubating) 0.8.0 RC3

2019-08-10 Thread Jialin Qiao
Hi,

+1 (binding)

I checked:

- Build server and client (mvn clean package -pl server -am 
-Dmaven.test.skip=true, mvn clean package -pl client -am -Dmaven.test.skip=true)
- All tests are passed on my laptop: macOS-10.14.5, jdk-1.8.0_112
- The zip file in server/target, client/target are good.
- The bin.zip works well.

The statements I used to test the binaries are:

SET STORAGE GROUP TO root.turbine;
CREATE TIMESERIES root.turbine.d1.s0 WITH DATATYPE=FLOAT, ENCODING=RLE;
insert into root.turbine.d1(timestamp,s0) values(1,24.5);
insert into root.turbine.d1(timestamp,s0) values(2,25.3);
insert into root.turbine.d1(timestamp,s0) values(3,25.8);
insert into root.turbine.d1(timestamp,s0) values(4,1000);
insert into root.turbine.d1(timestamp,s0) values(5,1000);
insert into root.turbine.d1(timestamp,s0) values(6,1000);
insert into root.turbine.d1(timestamp,s0) values(7,25.9);
insert into root.turbine.d1(timestamp,s0) values(8,25.8);
select s0 from root.turbine.d1;
delete from root.turbine.d1.s0 where time < 5;
select s0 from root.turbine.d1;

Minor issues: 
- When I run the tests, there are some compilation errors because of lack of 
generated sources codes, so I add a note in the readme and submit a PR [1] to 
rel/0.8.

[1] https://github.com/apache/incubator-iotdb/pull/335

Best,
--
Jialin Qiao
School of Software, Tsinghua University

乔嘉林
清华大学 软件学院

> -原始邮件-
> 发件人: "Christofer Dutz" 
> 发送时间: 2019-08-10 18:06:36 (星期六)
> 收件人: "[email protected]" 
> 抄送: 
> 主题: Re: [VOTE] Apache IoTDB (Incubating) 0.8.0 RC3
> 
> +1 (binding) Chris
> 
> Details of what I checked:
> 
> Source-Release
> - Signatures: OK
> - Hashes: OK
> - LICENSE, NOTICE, README, RELEASE_NOTES exist: OK
>   - README refers to wrong paths after the latest changes in the build 
> (client/target/iotdb-client-0.8.0 instead of client/cli ... same for server)
> - RAT: OK
>   - The .checkstyle file doesn't have an Apache Header (minor issue)
>   - There seem to be some log files included in the source-bundle 
> (client/logs/* and tsfile/logs/*) they don't have Apache headers, but I think 
> this is just a minor thing (In general the source-release shouldn't contain 
> log files)
>   - The only binaries found are pictures
> - Building:
>   - server as in the readme (mvn clean package -pl server -am 
> -Dmaven.test.skip=true): OK
>   - client as in the readme (mvn clean package -pl client -am 
> -Dmaven.test.skip=true): OK
>   - full build with all tests (mvn clean verify): OK
> - Running Server: OK
> - Running Client: OK
> - No reference of SNAPSHOT versions: OK
>   - Only the Hadoop pom and the Dockerfile still reference SNAPSHOT 
> versions (minor)
> 
> Binary distribution:
> - Signatures: OK
> - Hashes: OK
> - Running Server: OK
> - Running Client: OK
> 
> 
> 
> Am 06.08.19, 16:56 schrieb "Julian Feinauer" :
> 
> Hi all,
> 
> thanks to cdutz for finding some major issues in RC2 and fixing them we 
> are able to already provide RC3 now.
> 
> Important: All PMCs please note that you have to CHECK the release 
> artifacts [1] (see below) before being allowed to vote “+1”, see [3,4].
> 
> Apache IoTDB (Incubating) 0.8.0 has been staged under [1] and it’s time 
> to vote
> on accepting it for release.  All Maven artifacts are available under [2].
> If approved we will seek final release approval from the IPMC.
> 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: release/0.8.0
> Hash for the release tag: 2f4da03b05d1c063eaaca622c68de86abe35de22
> 
> Per [3] "Before voting +1 [P]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].
> 
> [ ]  +1 accept (indicate what you validated - e.g. performed the non-RM 
> items in [4])
> [ ]  -1 reject (explanation required)
> 
> [1] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.8.0/rc3
> [2] https://repository.apache.org/content/repositories/orgapacheiotdb-1003
> [3] https://www.apache.org/dev/release.html#approving-a-release
> [4] 
> https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
> 
> 
> 


Re: [VOTE] Apache IoTDB (Incubating) 0.8.0 RC3

2019-08-10 Thread Christofer Dutz
+1 (binding) Chris

Details of what I checked:

Source-Release
- Signatures: OK
- Hashes: OK
- LICENSE, NOTICE, README, RELEASE_NOTES exist: OK
- README refers to wrong paths after the latest changes in the build 
(client/target/iotdb-client-0.8.0 instead of client/cli ... same for server)
- RAT: OK
- The .checkstyle file doesn't have an Apache Header (minor issue)
- There seem to be some log files included in the source-bundle 
(client/logs/* and tsfile/logs/*) they don't have Apache headers, but I think 
this is just a minor thing (In general the source-release shouldn't contain log 
files)
- The only binaries found are pictures
- Building:
- server as in the readme (mvn clean package -pl server -am 
-Dmaven.test.skip=true): OK
- client as in the readme (mvn clean package -pl client -am 
-Dmaven.test.skip=true): OK
- full build with all tests (mvn clean verify): OK
- Running Server: OK
- Running Client: OK
- No reference of SNAPSHOT versions: OK
- Only the Hadoop pom and the Dockerfile still reference SNAPSHOT 
versions (minor)

Binary distribution:
- Signatures: OK
- Hashes: OK
- Running Server: OK
- Running Client: OK



Am 06.08.19, 16:56 schrieb "Julian Feinauer" :

Hi all,

thanks to cdutz for finding some major issues in RC2 and fixing them we are 
able to already provide RC3 now.

Important: All PMCs please note that you have to CHECK the release 
artifacts [1] (see below) before being allowed to vote “+1”, see [3,4].

Apache IoTDB (Incubating) 0.8.0 has been staged under [1] and it’s time to 
vote
on accepting it for release.  All Maven artifacts are available under [2].
If approved we will seek final release approval from the IPMC.
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: release/0.8.0
Hash for the release tag: 2f4da03b05d1c063eaaca622c68de86abe35de22

Per [3] "Before voting +1 [P]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].

[ ]  +1 accept (indicate what you validated - e.g. performed the non-RM 
items in [4])
[ ]  -1 reject (explanation required)

[1] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.8.0/rc3
[2] https://repository.apache.org/content/repositories/orgapacheiotdb-1003
[3] https://www.apache.org/dev/release.html#approving-a-release
[4] 
https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release





Re: [VOTE] Apache IoTDB (Incubating) 0.8.0 RC3

2019-08-08 Thread Xiangdong Huang
Hi,

> I think it's quite import of the PPMC to run some tests or sample code on
the release kit to make sure the kit is in good shape.

Yes I have run the scripts on both the source-code.zip
("server/target/iotdb-server-0.8.0/sbin/*.sh",
"client/target/iotdb-client-0.8.0/sbin/.sh", "grafana/target/*.war", but
the `spark-tsfile` module is not checked.) and the bin.zip (sbin/*.sh).

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

 黄向东
清华大学 软件学院


Willem Jiang  于2019年8月8日周四 上午8:46写道:

> Hi Xiangdong,
>
> I think it's quite import of the PPMC to run some tests or sample code
> on the release kit to make sure the kit is in good shape.
> It can give the IPMC some confidence when them send out their vote.
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Wed, Aug 7, 2019 at 9:34 PM Xiangdong Huang  wrote:
> >
> > Hi,
> >
> > +1 PPMC vote
> >
> > I checked:
> >
> > - Build source bundle (mvn clean package)
> > - Checked the zip file in distribution/target, server/target,
> > client/target, grafana/target. All generated bin files work well.
> > - checked bin.zip file.
> >
> >
> > Minor issue:
> >
> > - do we need to remove LICENSE-binary and NOTICE-binary files from the
> > source.zip file?
> >
> > - I think Zhu's PR #332 should be involved in this release, otherwise
> users
> > can not find correct generated files according to README.md (I have not
> > reviewed all the contents of the PR)
> >
> > > One minor thing here: Hive in NOTICE is stated as 2008 - 2018... should
> > it be 2019 here?
> >
> > - I think 2008-2018 is correct because Hive project still uses that (see
> > https://github.com/apache/hive/blob/master/NOTICE ) ... maybe we should
> > wait for Hive updating that
> >
> > Best,
> >
> > ---
> > Xiangdong Huang
> > School of Software, Tsinghua University
> >
> >  黄向东
> > 清华大学 软件学院
> >
> >
> > Julian Feinauer  于2019年8月7日周三 下午5:31写道:
> >
> > > Hi,
> > >
> > > my vote is
> > > +1 (non-binding) PPMC Vote
> > > but also
> > > +1 (binding) IPMC Vote
> > > (as I think the best practice is nowadays to also report IPMC Votes
> that
> > > where cast during PPMC Vote).
> > >
> > > I checked:
> > >
> > > - Downloaded staged artefacts
> > > - Validated Hases and Signatures
> > > - Build source bundle (mvn clean verify)
> > > - Verified existence of README; RELEASE_NOTES, LICENSE and NOTICES
> > > - [RM] Verified RELEADE_NOTES and README are the same as staged ones
> > > - checked the contents of LICENSE, NOTICE, README, RELEASE_NOTES
> > > - source bundle contains NO jars
> > > - Checked no snapshot references
> > > - UNPACKed the binary artefact and check the contents of LICENSE-binary
> > > and NOTICE-binary
> > > - [Not necessary] Started Server, started Client, Client connects
> > > sucessfully
> > >
> > > One minor issue found:
> > > One minor thing here: Hive in NOTICE is stated as 2008 - 2018...
> should it
> > > be 2019 here?
> > >
> > > Julian
> > >
> > > Am 06.08.19, 16:56 schrieb "Julian Feinauer" <
> > > [email protected]>:
> > >
> > > Hi all,
> > >
> > > thanks to cdutz for finding some major issues in RC2 and fixing
> them
> > > we are able to already provide RC3 now.
> > >
> > > Important: All PMCs please note that you have to CHECK the release
> > > artifacts [1] (see below) before being allowed to vote “+1”, see [3,4].
> > >
> > > Apache IoTDB (Incubating) 0.8.0 has been staged under [1] and it’s
> > > time to vote
> > > on accepting it for release.  All Maven artifacts are available
> under
> > > [2].
> > > If approved we will seek final release approval from the IPMC.
> > > 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: release/0.8.0
> > > Hash for the release tag: 2f4da03b05d1c063eaaca622c68de86abe35de22
> > >
> > > Per [3] "Before voting +1 [P]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].
> > >
> > > [ ]  +1 accept (indicate what you validated - e.g. performed the
> > > non-RM items in [4])
> > > [ ]  -1 reject (explanation required)
> > >
> > > [1]
> https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.8.0/rc3
> > > [2]
> > > https://repository.apache.org/content/repositories/orgapacheiotdb-1003
> > > [3] https://www.apache.org/dev/release.html#approving-a-release
> > > [4]
> > >
> https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
> > >
> > >
> > >
> > >
>


Re: [VOTE] Apache IoTDB (Incubating) 0.8.0 RC3

2019-08-07 Thread Willem Jiang
Hi Xiangdong,

I think it's quite import of the PPMC to run some tests or sample code
on the release kit to make sure the kit is in good shape.
It can give the IPMC some confidence when them send out their vote.

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Wed, Aug 7, 2019 at 9:34 PM Xiangdong Huang  wrote:
>
> Hi,
>
> +1 PPMC vote
>
> I checked:
>
> - Build source bundle (mvn clean package)
> - Checked the zip file in distribution/target, server/target,
> client/target, grafana/target. All generated bin files work well.
> - checked bin.zip file.
>
>
> Minor issue:
>
> - do we need to remove LICENSE-binary and NOTICE-binary files from the
> source.zip file?
>
> - I think Zhu's PR #332 should be involved in this release, otherwise users
> can not find correct generated files according to README.md (I have not
> reviewed all the contents of the PR)
>
> > One minor thing here: Hive in NOTICE is stated as 2008 - 2018... should
> it be 2019 here?
>
> - I think 2008-2018 is correct because Hive project still uses that (see
> https://github.com/apache/hive/blob/master/NOTICE ) ... maybe we should
> wait for Hive updating that
>
> Best,
>
> ---
> Xiangdong Huang
> School of Software, Tsinghua University
>
>  黄向东
> 清华大学 软件学院
>
>
> Julian Feinauer  于2019年8月7日周三 下午5:31写道:
>
> > Hi,
> >
> > my vote is
> > +1 (non-binding) PPMC Vote
> > but also
> > +1 (binding) IPMC Vote
> > (as I think the best practice is nowadays to also report IPMC Votes that
> > where cast during PPMC Vote).
> >
> > I checked:
> >
> > - Downloaded staged artefacts
> > - Validated Hases and Signatures
> > - Build source bundle (mvn clean verify)
> > - Verified existence of README; RELEASE_NOTES, LICENSE and NOTICES
> > - [RM] Verified RELEADE_NOTES and README are the same as staged ones
> > - checked the contents of LICENSE, NOTICE, README, RELEASE_NOTES
> > - source bundle contains NO jars
> > - Checked no snapshot references
> > - UNPACKed the binary artefact and check the contents of LICENSE-binary
> > and NOTICE-binary
> > - [Not necessary] Started Server, started Client, Client connects
> > sucessfully
> >
> > One minor issue found:
> > One minor thing here: Hive in NOTICE is stated as 2008 - 2018... should it
> > be 2019 here?
> >
> > Julian
> >
> > Am 06.08.19, 16:56 schrieb "Julian Feinauer" <
> > [email protected]>:
> >
> > Hi all,
> >
> > thanks to cdutz for finding some major issues in RC2 and fixing them
> > we are able to already provide RC3 now.
> >
> > Important: All PMCs please note that you have to CHECK the release
> > artifacts [1] (see below) before being allowed to vote “+1”, see [3,4].
> >
> > Apache IoTDB (Incubating) 0.8.0 has been staged under [1] and it’s
> > time to vote
> > on accepting it for release.  All Maven artifacts are available under
> > [2].
> > If approved we will seek final release approval from the IPMC.
> > 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: release/0.8.0
> > Hash for the release tag: 2f4da03b05d1c063eaaca622c68de86abe35de22
> >
> > Per [3] "Before voting +1 [P]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].
> >
> > [ ]  +1 accept (indicate what you validated - e.g. performed the
> > non-RM items in [4])
> > [ ]  -1 reject (explanation required)
> >
> > [1] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.8.0/rc3
> > [2]
> > https://repository.apache.org/content/repositories/orgapacheiotdb-1003
> > [3] https://www.apache.org/dev/release.html#approving-a-release
> > [4]
> > https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
> >
> >
> >
> >


Re: [VOTE] Apache IoTDB (Incubating) 0.8.0 RC3

2019-08-07 Thread Xiangdong Huang
Hi,

+1 PPMC vote

I checked:

- Build source bundle (mvn clean package)
- Checked the zip file in distribution/target, server/target,
client/target, grafana/target. All generated bin files work well.
- checked bin.zip file.


Minor issue:

- do we need to remove LICENSE-binary and NOTICE-binary files from the
source.zip file?

- I think Zhu's PR #332 should be involved in this release, otherwise users
can not find correct generated files according to README.md (I have not
reviewed all the contents of the PR)

> One minor thing here: Hive in NOTICE is stated as 2008 - 2018... should
it be 2019 here?

- I think 2008-2018 is correct because Hive project still uses that (see
https://github.com/apache/hive/blob/master/NOTICE ) ... maybe we should
wait for Hive updating that

Best,

---
Xiangdong Huang
School of Software, Tsinghua University

 黄向东
清华大学 软件学院


Julian Feinauer  于2019年8月7日周三 下午5:31写道:

> Hi,
>
> my vote is
> +1 (non-binding) PPMC Vote
> but also
> +1 (binding) IPMC Vote
> (as I think the best practice is nowadays to also report IPMC Votes that
> where cast during PPMC Vote).
>
> I checked:
>
> - Downloaded staged artefacts
> - Validated Hases and Signatures
> - Build source bundle (mvn clean verify)
> - Verified existence of README; RELEASE_NOTES, LICENSE and NOTICES
> - [RM] Verified RELEADE_NOTES and README are the same as staged ones
> - checked the contents of LICENSE, NOTICE, README, RELEASE_NOTES
> - source bundle contains NO jars
> - Checked no snapshot references
> - UNPACKed the binary artefact and check the contents of LICENSE-binary
> and NOTICE-binary
> - [Not necessary] Started Server, started Client, Client connects
> sucessfully
>
> One minor issue found:
> One minor thing here: Hive in NOTICE is stated as 2008 - 2018... should it
> be 2019 here?
>
> Julian
>
> Am 06.08.19, 16:56 schrieb "Julian Feinauer" <
> [email protected]>:
>
> Hi all,
>
> thanks to cdutz for finding some major issues in RC2 and fixing them
> we are able to already provide RC3 now.
>
> Important: All PMCs please note that you have to CHECK the release
> artifacts [1] (see below) before being allowed to vote “+1”, see [3,4].
>
> Apache IoTDB (Incubating) 0.8.0 has been staged under [1] and it’s
> time to vote
> on accepting it for release.  All Maven artifacts are available under
> [2].
> If approved we will seek final release approval from the IPMC.
> 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: release/0.8.0
> Hash for the release tag: 2f4da03b05d1c063eaaca622c68de86abe35de22
>
> Per [3] "Before voting +1 [P]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].
>
> [ ]  +1 accept (indicate what you validated - e.g. performed the
> non-RM items in [4])
> [ ]  -1 reject (explanation required)
>
> [1] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.8.0/rc3
> [2]
> https://repository.apache.org/content/repositories/orgapacheiotdb-1003
> [3] https://www.apache.org/dev/release.html#approving-a-release
> [4]
> https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
>
>
>
>


Re: [VOTE] Apache IoTDB (Incubating) 0.8.0 RC3

2019-08-07 Thread Julian Feinauer
Hi,

my vote is 
+1 (non-binding) PPMC Vote
but also
+1 (binding) IPMC Vote
(as I think the best practice is nowadays to also report IPMC Votes that where 
cast during PPMC Vote).

I checked:

- Downloaded staged artefacts
- Validated Hases and Signatures
- Build source bundle (mvn clean verify)
- Verified existence of README; RELEASE_NOTES, LICENSE and NOTICES
- [RM] Verified RELEADE_NOTES and README are the same as staged ones
- checked the contents of LICENSE, NOTICE, README, RELEASE_NOTES
- source bundle contains NO jars
- Checked no snapshot references
- UNPACKed the binary artefact and check the contents of LICENSE-binary and 
NOTICE-binary
- [Not necessary] Started Server, started Client, Client connects sucessfully 

One minor issue found:
One minor thing here: Hive in NOTICE is stated as 2008 - 2018... should it be 
2019 here?

Julian

Am 06.08.19, 16:56 schrieb "Julian Feinauer" :

Hi all,

thanks to cdutz for finding some major issues in RC2 and fixing them we are 
able to already provide RC3 now.

Important: All PMCs please note that you have to CHECK the release 
artifacts [1] (see below) before being allowed to vote “+1”, see [3,4].

Apache IoTDB (Incubating) 0.8.0 has been staged under [1] and it’s time to 
vote
on accepting it for release.  All Maven artifacts are available under [2].
If approved we will seek final release approval from the IPMC.
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: release/0.8.0
Hash for the release tag: 2f4da03b05d1c063eaaca622c68de86abe35de22

Per [3] "Before voting +1 [P]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].

[ ]  +1 accept (indicate what you validated - e.g. performed the non-RM 
items in [4])
[ ]  -1 reject (explanation required)

[1] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.8.0/rc3
[2] https://repository.apache.org/content/repositories/orgapacheiotdb-1003
[3] https://www.apache.org/dev/release.html#approving-a-release
[4] 
https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release