You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by zyx <th...@qq.com> on 2020/06/23 14:05:40 UTC

回复: [VOTE] Apache IoTDB 0.10.0 (incubating) RC4 release

+1 from contributor


The source release:
incubating in name [ok]
apache headers [ok]
signatures and hashes [ok]
DISCLAIMER [ok]
LICENSE and NOTICE [ok]
could compile from source: ./mvnw.sh clean install [ok]


The binary distribution:
signatures and hashes [ok]
start in mac, jdk8 [ok]
statements executed successfully:&nbsp; [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,

Yuxin Zhang

&nbsp;




------------------ 原始邮件 ------------------
发件人:&nbsp;"Ray"<nezhalegend@163.com&gt;;
发送时间:&nbsp;2020年6月23日(星期二) 下午4:02
收件人:&nbsp;"dev@iotdb.apache.org"<dev@iotdb.apache.org&gt;;

主题:&nbsp;Re: [VOTE] Apache IoTDB 0.10.0 (incubating) RC4 release



+1 from PPMC. 


There are two small problems in README though.
(1) The scripts in server/target/iotdb-server-0.10.0/sbin or cli/target/iotdb-cli-0.10.0/sbin are not executable by default. 
Therefore, before running the command "nohup sbin/start-server.sh &gt;/dev/null 2&gt;&amp;1 &amp;" as guided in README, users have to make the scripts executable. 
I suggest making these scripts executable by default.
(2) The "SHOW TIMESERIES" query result examples in README lack the "alias" column.


All check details are shown below.
✔ 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
bash download_staged_release.sh 0.10.0 4
✔ 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 
cd downloaded-iotdb-0.10.0rc4/0.10.0/rc4
unzip apache-iotdb-0.10.0-incubating-source-release.zip
cd apache-iotdb-0.10.0-incubating/
wget https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.10.0/rc4/README.md
diff README.md README.md.1
wget https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.10.0/rc4/RELEASE_NOTES.md
diff RELEASE_NOTES.md RELEASE_NOTES.md.1
rm README.md.1
rm RELEASE_NOTES.md.1
✔ 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)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; - mvn clean apache-rat:check
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; - Find and files containing binary content with this command: find . -type f -name 'rat.txt' -exec grep -l " B " {} \;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; ./server/target/rat.txt
./target/rat.txt
./grafana/target/rat.txt
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; - Then review for B (binary) content in those files: 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; grep " B " ./server/target/rat.txt
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; B&nbsp;&nbsp; &nbsp; /root/incubator-iotdb/tools/downloaded-iotdb-0.10.0rc4/0.10.0/rc4/apache-iotdb-0.10.0-incubating/server/src/main/resources/iotdb/ui/static/iotdb-logo.png
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; grep " B " ./target/rat.txt
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/home-icon6.png
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/home-icon3.png
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/home-Slide2.png
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/home-icon4.png
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/contributor-avatar/zss.jpg
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/contributor-avatar/xdh.jpg
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/contributor-avatar/yt.jpg
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/contributor-avatar/jlq.png
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/contributor-avatar/kfx.jpeg
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/home-icon2.png
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/home-Slide3.png
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/home-icon1.png
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/logo.png
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/home-icon5.png
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/arrow.png
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/home-Slide1.png
&nbsp;B&nbsp;&nbsp; &nbsp; site/src/main/.vuepress/public/img/tools.jpg
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; grep " B " ./grafana/target/rat.txt
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; B&nbsp;&nbsp; &nbsp; /root/incubator-iotdb/tools/downloaded-iotdb-0.10.0rc4/0.10.0/rc4/apache-iotdb-0.10.0-incubating/grafana/img/edit_data_source.png
&nbsp;B&nbsp;&nbsp; &nbsp; /root/incubator-iotdb/tools/downloaded-iotdb-0.10.0rc4/0.10.0/rc4/apache-iotdb-0.10.0-incubating/grafana/img/add_graph.png
&nbsp;B&nbsp;&nbsp; &nbsp; /root/incubator-iotdb/tools/downloaded-iotdb-0.10.0rc4/0.10.0/rc4/apache-iotdb-0.10.0-incubating/grafana/img/add_data_source.png
✔ Search for SNAPSHOT references: find . -type f -name 'pom.xml' -exec grep -l "SNAPSHOT" {} \;
✔ ./mvnw.sh install
✔ ./mvnw.sh site:site (executed after ./mvnw.sh install)




Regards,
Lei Rui


On 6/17/2020 20:04,Xiangdong Huang<sainthxd@gmail.com&gt; wrote:
Hi all,


Welcome&nbsp; (well, once again and again) to verify the release of Apache IoTDB
(incubating) 0.10.0 (RC4).


Apache IoTDB (Incubating) 0.10.0 has been staged under [1] and it’s time to
vote
on accepting it for release.&nbsp; All Maven artifacts are available under [2].


RC3 fixes the following issues of RC1, an internal bug in 0.10.0-SNAPSHOT
and issues in RC2:

- incorrect version info in CLI.

- add executable permission on sbin/*, tools/* and conf/iotdb-env.sh files.

- fix some incorrect links in documents.

- fix the version of the site module.


The release note can be get from [5]. The data file of v0.10.0 is
incompatible with v0.9.x, but v0.10.0 can automatically upgrade the data
file to the latest format.

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.10.0
Hash for the release tag: aaaaf506d9c731231f97d8813528cbf062760d40


Please follow the steps in [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].

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


[1] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.10.0/rc4/
<https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.10.0/rc3/&gt;
[2] https://repository.apache.org/content/repositories/orgapacheiotdb-1038
[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.10.0/rc4/RELEASE_NOTES.md
<https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.10.0/rc3/RELEASE_NOTES.md&gt;
[6] https://dist.apache.org/repos/dist/dev/incubator/iotdb/KEYS

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

黄向东
清华大学 软件学院