Re: [VOTE] Apache IoTDB 0.9.0 (incubating) RC4 release

2019-11-21 Thread Lei Rui
My vote is +1 (PPMC binding).


1. download staged artifacts. Check their signature and hashes.
✔ [RM] verify the reported signature is for an "apache.org" address ("gpg: Good 
signature from ...") 
✔ [RM] verify the reported hashes
2. extract src bundle
✔ verify the existence of LICENSE, NOTICE, README, RELEASE_NOTES files in the 
extracted source bundle 
✔ [RM] verify the staged source README, RELEASE_NOTE files correspond to those 
in the extracted source bundle 
3. staged src bundle items: content, can compile & test
✔ check the contents of LICENSE, NOTICE, README, RELEASE_NOTES 
✔ UNPACK the binary artefact and check the contents of LICENSE-binary and 
NOTICE-binary 
✔ build from directions in README with an empty maven local repo: mvn clean 
package -DskipTests -Dmaven.repo.local=../.m2
✔ [RM] review target/rat.txt (though the build should fail if RAT constraints 
aren't met)
- mvn clean apache-rat:check
- Find and files containing binary content with this command: find . 
-type f -name 'rat.txt' -exec grep -l " B " {} \;
- Then review for B (binary) content in those files: 
grep " B " ./grafana/target/rat.txt
grep " B " ./server/target/rat.txt
I find:
B 
/home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/add_data_source.png
B 
/home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/edit_data_source.png
B 
/home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/add_graph.png
B 
/home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/server/src/main/resources/iotdb/ui/static/iotdb-logo.png
✔ Search for SNAPSHOT references: find . -type f -name 'pom.xml' -exec grep -l 
"SNAPSHOT" {} \;
✔ ./mvnw.sh install
✔ ./mvnw.sh site:site


Best,
Lei Rui


On 11/21/2019 12:41,Jialin Qiao wrote:
Hi all,


Now I open a new ticket for Apache IoTDB (incubating) 0.9.0 RC4, which fixs
some issues comparing with RC3. You can find the details at the end of this
email.


Apache IoTDB (incubating) 0.9.0 is a major version with many exciting features.
You can get the release notes in [5].


Apache IoTDB (Incubating) 0.9.0 has been staged under [2] and it’s time to
vote on accepting it for release.  All Maven artifacts are available under [1].
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.9.0


Hash for the release tag: eedfec84462c0f574f9d6ade5ac53801cb3bc869


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


Difference with RC3:


Remove the .tsfile




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-1016
[2] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.9.0/rc4
[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/incubator/iotdb/0.9.0/rc4/RELEASE_NOTES.md


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


乔嘉林
清华大学 软件学院

Re: [VOTE] Apache IoTDB 0.9.0 (incubating) RC4 release

2019-11-21 Thread 李天安
Hi,
My vote is +1 (PPMC)

I have checked following items:

Source release:
1. Verify the existence of LICENSE, NOTICE, README, RELEASE_NOTES files in the 
extracted source bundle (Correct)
2. Compile and build code with command: mvn clean package. (Correct)
3. Verifying the signature (ASC) (Correct)
4. Verifying the hashes (SHA512) (Correct)
5. Running RAT(mvn apache-rat:check) (Correct)

Binary distribution:
1. Verifying the signature (ASC) (Correct)
2. Verifying the hashes (SHA512) (Correct)
3. Verify the existence of LICENSE, NOTICE, README, RELEASE_NOTES files 
(Correct)

Functionality:
1. Run server and client script:  sh start-server.sh, start-client.sh -h 
127.0.0.1 -p 6667 -u root -pw root (Correct)
2. REBOOT
3. Execuet some basic operations: (Correct)
1) SET STORAGE GROUP TO root.vehicle
2) CREATE TIMESERIES root.vehicle.d0.s0 WITH DATATYPE=INT32, ENCODING=RLE
3) insert into root.vehicle.d0(timestamp,s0) values(10,100)
4) insert into root.vehicle.d0(timestamp,s0) values(1,101)
5) select * from root.vehicle
6) select * from root.vehicle where time > 5
7) show timeseries
8) show timeseries root.*
9) delete from root.vehicle.d0.s0 where time < 9
10) select * from root.vehicle

Best Regards,
—
Tianan Li
School of Software, Tsinghua University

李天安
清华大学 软件学院

> 2019年11月21日 下午12:41,Jialin Qiao  写道:
> 
> Hi all,
> 
> 
> Now I open a new ticket for Apache IoTDB (incubating) 0.9.0 RC4, which fixs
> some issues comparing with RC3. You can find the details at the end of this
> email.
> 
> 
> Apache IoTDB (incubating) 0.9.0 is a major version with many exciting 
> features. 
> You can get the release notes in [5].
> 
> 
> Apache IoTDB (Incubating) 0.9.0 has been staged under [2] and it’s time to
> vote on accepting it for release.  All Maven artifacts are available under 
> [1].
> 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.9.0
> 
> 
> Hash for the release tag: eedfec84462c0f574f9d6ade5ac53801cb3bc869
> 
> 
> Per [3] "Before voting +1 PMC/PPMC 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."
> 
> 
> Difference with RC3:
> 
> 
> Remove the .tsfile
> 
> 
> 
> 
> 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-1016
> [2] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.9.0/rc4
> [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/incubator/iotdb/0.9.0/rc4/RELEASE_NOTES.md
> 
> 
> Thanks,
> --
> Jialin Qiao
> School of Software, Tsinghua University
> 
> 
> 乔嘉林
> 清华大学 软件学院



Re: [VOTE] Apache IoTDB 0.9.0 (incubating) RC4 release

2019-11-21 Thread Tian Jiang


Hi,
+1 (PPMC vote)

The followings are successfully verified:

Source release:
1. ASC sinature
2. Hashes
3. LICENSE, NOTICE, README, RELEASE_NOTES
4. RAT
5. mvn clean package
6. start server and client
7. execute basic operations and reboot
8. python client

Binary distribution:
1. ASC sinature
2. Hashes
3. start server and client
4. execute basic operations and reboot
5. python client


Best,
Tian Jiang
| |
Tian Jiang
|
|
jt2594...@163.com
|
签名由网易邮箱大师定制


On 11/22/2019 09:44,Lei Rui wrote:
My vote is +1 (PPMC binding).


1. download staged artifacts. Check their signature and hashes.
✔ [RM] verify the reported signature is for an "apache.org" address ("gpg: Good 
signature from ...")
✔ [RM] verify the reported hashes
2. extract src bundle
✔ verify the existence of LICENSE, NOTICE, README, RELEASE_NOTES files in the 
extracted source bundle
✔ [RM] verify the staged source README, RELEASE_NOTE files correspond to those 
in the extracted source bundle
3. staged src bundle items: content, can compile & test
✔ check the contents of LICENSE, NOTICE, README, RELEASE_NOTES
✔ UNPACK the binary artefact and check the contents of LICENSE-binary and 
NOTICE-binary
✔ build from directions in README with an empty maven local repo: mvn clean 
package -DskipTests -Dmaven.repo.local=../.m2
✔ [RM] review target/rat.txt (though the build should fail if RAT constraints 
aren't met)
- mvn clean apache-rat:check
- Find and files containing binary content with this command: find . -type f 
-name 'rat.txt' -exec grep -l " B " {} \;
- Then review for B (binary) content in those files:
grep " B " ./grafana/target/rat.txt
grep " B " ./server/target/rat.txt
I find:
B 
/home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/add_data_source.png
B 
/home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/edit_data_source.png
B 
/home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/add_graph.png
B 
/home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/server/src/main/resources/iotdb/ui/static/iotdb-logo.png
✔ Search for SNAPSHOT references: find . -type f -name 'pom.xml' -exec grep -l 
"SNAPSHOT" {} \;
✔ ./mvnw.sh install
✔ ./mvnw.sh site:site


Best,
Lei Rui


On 11/21/2019 12:41,Jialin Qiao wrote:
Hi all,


Now I open a new ticket for Apache IoTDB (incubating) 0.9.0 RC4, which fixs
some issues comparing with RC3. You can find the details at the end of this
email.


Apache IoTDB (incubating) 0.9.0 is a major version with many exciting features.
You can get the release notes in [5].


Apache IoTDB (Incubating) 0.9.0 has been staged under [2] and it’s time to
vote on accepting it for release.  All Maven artifacts are available under [1].
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.9.0


Hash for the release tag: eedfec84462c0f574f9d6ade5ac53801cb3bc869


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


Difference with RC3:


Remove the .tsfile




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-1016
[2] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.9.0/rc4
[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/incubator/iotdb/0.9.0/rc4/RELEASE_NOTES.md


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


乔嘉林
清华大学 软件学院

Re: [VOTE] Apache IoTDB 0.9.0 (incubating) RC4 release

2019-11-22 Thread Lei Rui
Hi, 
because of the issue IOTDB-315 "Can't start iotdb on windows" just found, I 
change my vote to -1 (PPMC binding).


Best,
Lei Rui


On 11/22/2019 11:12,Tian Jiang wrote:


Hi,
+1 (PPMC vote)

The followings are successfully verified:

Source release:
1. ASC sinature
2. Hashes
3. LICENSE, NOTICE, README, RELEASE_NOTES
4. RAT
5. mvn clean package
6. start server and client
7. execute basic operations and reboot
8. python client

Binary distribution:
1. ASC sinature
2. Hashes
3. start server and client
4. execute basic operations and reboot
5. python client


Best,
Tian Jiang
| |
Tian Jiang
|
|
jt2594...@163.com
|
签名由网易邮箱大师定制


On 11/22/2019 09:44,Lei Rui wrote:
My vote is +1 (PPMC binding).


1. download staged artifacts. Check their signature and hashes.
✔ [RM] verify the reported signature is for an "apache.org" address ("gpg: Good 
signature from ...")
✔ [RM] verify the reported hashes
2. extract src bundle
✔ verify the existence of LICENSE, NOTICE, README, RELEASE_NOTES files in the 
extracted source bundle
✔ [RM] verify the staged source README, RELEASE_NOTE files correspond to those 
in the extracted source bundle
3. staged src bundle items: content, can compile & test
✔ check the contents of LICENSE, NOTICE, README, RELEASE_NOTES
✔ UNPACK the binary artefact and check the contents of LICENSE-binary and 
NOTICE-binary
✔ build from directions in README with an empty maven local repo: mvn clean 
package -DskipTests -Dmaven.repo.local=../.m2
✔ [RM] review target/rat.txt (though the build should fail if RAT constraints 
aren't met)
- mvn clean apache-rat:check
- Find and files containing binary content with this command: find . -type f 
-name 'rat.txt' -exec grep -l " B " {} \;
- Then review for B (binary) content in those files:
grep " B " ./grafana/target/rat.txt
grep " B " ./server/target/rat.txt
I find:
B 
/home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/add_data_source.png
B 
/home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/edit_data_source.png
B 
/home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/add_graph.png
B 
/home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/server/src/main/resources/iotdb/ui/static/iotdb-logo.png
✔ Search for SNAPSHOT references: find . -type f -name 'pom.xml' -exec grep -l 
"SNAPSHOT" {} \;
✔ ./mvnw.sh install
✔ ./mvnw.sh site:site


Best,
Lei Rui


On 11/21/2019 12:41,Jialin Qiao wrote:
Hi all,


Now I open a new ticket for Apache IoTDB (incubating) 0.9.0 RC4, which fixs
some issues comparing with RC3. You can find the details at the end of this
email.


Apache IoTDB (incubating) 0.9.0 is a major version with many exciting features.
You can get the release notes in [5].


Apache IoTDB (Incubating) 0.9.0 has been staged under [2] and it’s time to
vote on accepting it for release.  All Maven artifacts are available under [1].
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.9.0


Hash for the release tag: eedfec84462c0f574f9d6ade5ac53801cb3bc869


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


Difference with RC3:


Remove the .tsfile




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-1016
[2] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.9.0/rc4
[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/incubator/iotdb/0.9.0/rc4/RELEASE_NOTES.md


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


乔嘉林
清华大学 软件学院

Re: [VOTE] Apache IoTDB 0.9.0 (incubating) RC4 release

2019-11-22 Thread Xiangdong Huang
Hi,

the same -1.

"can't start iotdb on Windows" is reproduced on my PC.

Good luck..

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

 黄向东
清华大学 软件学院


Lei Rui  于2019年11月22日周五 下午5:15写道:

> Hi,
> because of the issue IOTDB-315 "Can't start iotdb on windows" just found,
> I change my vote to -1 (PPMC binding).
>
>
> Best,
> Lei Rui
>
>
> On 11/22/2019 11:12,Tian Jiang wrote:
>
>
> Hi,
> +1 (PPMC vote)
>
> The followings are successfully verified:
>
> Source release:
> 1. ASC sinature
> 2. Hashes
> 3. LICENSE, NOTICE, README, RELEASE_NOTES
> 4. RAT
> 5. mvn clean package
> 6. start server and client
> 7. execute basic operations and reboot
> 8. python client
>
> Binary distribution:
> 1. ASC sinature
> 2. Hashes
> 3. start server and client
> 4. execute basic operations and reboot
> 5. python client
>
>
> Best,
> Tian Jiang
> | |
> Tian Jiang
> |
> |
> jt2594...@163.com
> |
> 签名由网易邮箱大师定制
>
>
> On 11/22/2019 09:44,Lei Rui wrote:
> My vote is +1 (PPMC binding).
>
>
> 1. download staged artifacts. Check their signature and hashes.
> ✔ [RM] verify the reported signature is for an "apache.org" address
> ("gpg: Good signature from ...")
> ✔ [RM] verify the reported hashes
> 2. extract src bundle
> ✔ verify the existence of LICENSE, NOTICE, README, RELEASE_NOTES files in
> the extracted source bundle
> ✔ [RM] verify the staged source README, RELEASE_NOTE files correspond to
> those in the extracted source bundle
> 3. staged src bundle items: content, can compile & test
> ✔ check the contents of LICENSE, NOTICE, README, RELEASE_NOTES
> ✔ UNPACK the binary artefact and check the contents of LICENSE-binary and
> NOTICE-binary
> ✔ build from directions in README with an empty maven local repo: mvn
> clean package -DskipTests -Dmaven.repo.local=../.m2
> ✔ [RM] review target/rat.txt (though the build should fail if RAT
> constraints aren't met)
> - mvn clean apache-rat:check
> - Find and files containing binary content with this command: find . -type
> f -name 'rat.txt' -exec grep -l " B " {} \;
> - Then review for B (binary) content in those files:
> grep " B " ./grafana/target/rat.txt
> grep " B " ./server/target/rat.txt
> I find:
> B
> /home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/add_data_source.png
> B
> /home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/edit_data_source.png
> B
> /home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/add_graph.png
> B
> /home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/server/src/main/resources/iotdb/ui/static/iotdb-logo.png
> ✔ Search for SNAPSHOT references: find . -type f -name 'pom.xml' -exec
> grep -l "SNAPSHOT" {} \;
> ✔ ./mvnw.sh install
> ✔ ./mvnw.sh site:site
>
>
> Best,
> Lei Rui
>
>
> On 11/21/2019 12:41,Jialin Qiao wrote:
> Hi all,
>
>
> Now I open a new ticket for Apache IoTDB (incubating) 0.9.0 RC4, which fixs
> some issues comparing with RC3. You can find the details at the end of this
> email.
>
>
> Apache IoTDB (incubating) 0.9.0 is a major version with many exciting
> features.
> You can get the release notes in [5].
>
>
> Apache IoTDB (Incubating) 0.9.0 has been staged under [2] and it’s time to
> vote on accepting it for release.  All Maven artifacts are available under
> [1].
> 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.9.0
>
>
> Hash for the release tag: eedfec84462c0f574f9d6ade5ac53801cb3bc869
>
>
> Per [3] "Before voting +1 PMC/PPMC 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."
>
>
> Difference with RC3:
>
>
> Remove the .tsfile
>
>
>
>
> 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-1016
> [2] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.9.0/rc4
> [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/incubator/iotdb/0.9.0/rc4/RELEASE_NOTES.md
>
>
> Thanks,
> --
> Jialin Qiao
> School of Software, Tsinghua University
>
>
> 乔嘉林
> 清华大学 软件学院


Re: [VOTE] Apache IoTDB 0.9.0 (incubating) RC4 release

2019-11-23 Thread Jialin Qiao
Hi,

Due to this problem, I will closing the voting for RC4 and prepare RC5.

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

乔嘉林
清华大学 软件学院

> -原始邮件-
> 发件人: "Xiangdong Huang" 
> 发送时间: 2019-11-22 18:04:59 (星期五)
> 收件人: dev@iotdb.apache.org
> 抄送: 
> 主题: Re: [VOTE] Apache IoTDB 0.9.0 (incubating) RC4 release
> 
> Hi,
> 
> the same -1.
> 
> "can't start iotdb on Windows" is reproduced on my PC.
> 
> Good luck..
> 
> Best,
> ---
> Xiangdong Huang
> School of Software, Tsinghua University
> 
>  黄向东
> 清华大学 软件学院
> 
> 
> Lei Rui  于2019年11月22日周五 下午5:15写道:
> 
> > Hi,
> > because of the issue IOTDB-315 "Can't start iotdb on windows" just found,
> > I change my vote to -1 (PPMC binding).
> >
> >
> > Best,
> > Lei Rui
> >
> >
> > On 11/22/2019 11:12,Tian Jiang wrote:
> >
> >
> > Hi,
> > +1 (PPMC vote)
> >
> > The followings are successfully verified:
> >
> > Source release:
> > 1. ASC sinature
> > 2. Hashes
> > 3. LICENSE, NOTICE, README, RELEASE_NOTES
> > 4. RAT
> > 5. mvn clean package
> > 6. start server and client
> > 7. execute basic operations and reboot
> > 8. python client
> >
> > Binary distribution:
> > 1. ASC sinature
> > 2. Hashes
> > 3. start server and client
> > 4. execute basic operations and reboot
> > 5. python client
> >
> >
> > Best,
> > Tian Jiang
> > | |
> > Tian Jiang
> > |
> > |
> > jt2594...@163.com
> > |
> > 签名由网易邮箱大师定制
> >
> >
> > On 11/22/2019 09:44,Lei Rui wrote:
> > My vote is +1 (PPMC binding).
> >
> >
> > 1. download staged artifacts. Check their signature and hashes.
> > ✔ [RM] verify the reported signature is for an "apache.org" address
> > ("gpg: Good signature from ...")
> > ✔ [RM] verify the reported hashes
> > 2. extract src bundle
> > ✔ verify the existence of LICENSE, NOTICE, README, RELEASE_NOTES files in
> > the extracted source bundle
> > ✔ [RM] verify the staged source README, RELEASE_NOTE files correspond to
> > those in the extracted source bundle
> > 3. staged src bundle items: content, can compile & test
> > ✔ check the contents of LICENSE, NOTICE, README, RELEASE_NOTES
> > ✔ UNPACK the binary artefact and check the contents of LICENSE-binary and
> > NOTICE-binary
> > ✔ build from directions in README with an empty maven local repo: mvn
> > clean package -DskipTests -Dmaven.repo.local=../.m2
> > ✔ [RM] review target/rat.txt (though the build should fail if RAT
> > constraints aren't met)
> > - mvn clean apache-rat:check
> > - Find and files containing binary content with this command: find . -type
> > f -name 'rat.txt' -exec grep -l " B " {} \;
> > - Then review for B (binary) content in those files:
> > grep " B " ./grafana/target/rat.txt
> > grep " B " ./server/target/rat.txt
> > I find:
> > B
> > /home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/add_data_source.png
> > B
> > /home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/edit_data_source.png
> > B
> > /home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/grafana/img/add_graph.png
> > B
> > /home/ruilei/tools/downloaded-iotdb-0.9.0rc4/0.9.0/rc4/apache-iotdb-0.9.0-incubating/server/src/main/resources/iotdb/ui/static/iotdb-logo.png
> > ✔ Search for SNAPSHOT references: find . -type f -name 'pom.xml' -exec
> > grep -l "SNAPSHOT" {} \;
> > ✔ ./mvnw.sh install
> > ✔ ./mvnw.sh site:site
> >
> >
> > Best,
> > Lei Rui
> >
> >
> > On 11/21/2019 12:41,Jialin Qiao wrote:
> > Hi all,
> >
> >
> > Now I open a new ticket for Apache IoTDB (incubating) 0.9.0 RC4, which fixs
> > some issues comparing with RC3. You can find the details at the end of this
> > email.
> >
> >
> > Apache IoTDB (incubating) 0.9.0 is a major version with many exciting
> > features.
> > You can get the release notes in [5].
> >
> >
> > Apache IoTDB (Incubating) 0.9.0 has been staged under [2] and it’s time to
> > vote on accepting it for release.  All Maven artifacts are available under
> > [1].
> > If approved we will seek final release approval from the IPMC.
> >
> >
> > Voting will be open for 72hr.
> >
&