+1 binding

I checked:

- ok: mvn apache-rat:check
- ok: mvn package
- ok: start iotdb server and client.

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

 黄向东
清华大学 软件学院


Lei Rui <[email protected]> 于2022年3月7日周一 13:51写道:

> +1
>
>
> I checked the following steps with a cloud computer running Ubuntu 18.04
> x64, Java openjdk version "11.0.13" 2021-10-19, Apache Maven 3.6.0:
>
> 1. verify the existence of LICENSE, NOTICE, README, RELEASE_NOTES files in
> the extracted source bundle (Next time update NOTICE Year 2021 to 2022) [ok]
> 2. verify the staged source README, RELEASE_NOTE files correspond to those
> in the extracted source bundle [ok]
> 3. mvn clean package -DskipTests [ok]
> 4. ./mvnw.sh install [not ok]
> [ERROR] Errors:
> [ERROR]
>  SameMeasurementsWithDifferentDataTypesTest.before:61->writeFile:121 »
> NullPointer
> But this test passes on my local computer with Windows 10, java version
> "1.8.0_161", Apache Maven 3.8.4.
> 5. ./mvnw.sh site:site [not ok]
> [ERROR] Failed to execute goal on project iotdb-thrift-cluster: Could not
> resolve dependencies for project
> org.apache.iotdb:iotdb-thrift-cluster:jar:0.12.5: Could not find artifact
> org.apache.iotdb:iotdb-thrift:jar:0.12.5 in central (
> https://repo.maven.apache.org/maven2) -> [Help 1]
> 6. SET STORAGE GROUP TO root.ln
> SHOW STORAGE GROUP
> SHOW TIMESERIES
> SHOW TIMESERIES root.ln.wf01.wt01.status
> INSERT INTO root.ln.wf01.wt01(timestamp,status) values(100,true);
> INSERT INTO root.ln.wf01.wt01(timestamp,status,temperature)
> values(200,false,20.71)
> SELECT status FROM root.ln.wf01.wt01
>
> SELECT * FROM root.ln.wf01.wt01
> SET time_zone=+08:00
>
> SELECT * FROM root.ln.wf01.wt01
> [ok]
> On 3/4/2022 20:47,Steve Yurong Su<[email protected]> wrote:
> Hi all,
>
> Apache IoTDB 0.12.5 is a bug-fix version from 0.12.4. You can get its
> main changes from [1]. Apache IoTDB 0.12.5 has been staged under [2]
> and it’s time to vote on accepting it for release. All Maven artifacts
> are available under [3].
>
> Release tag: v0.12.5
> Hash for the release tag: 03f276e086c5c6ef2d9d3de9e01c2bada5fa0b6e
>
> Voting will be open for 72hr. A minimum of 3 binding +1 votes and more
> binding +1 than binding -1 are required to pass.
>
> 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[4].  You
> can achieve the above by following [5].
>
> [ ]  +1 accept (indicate what you validated - e.g. performed the
> non-RM items in [5])
> [ ]  -1 reject (explanation required)
>
> ------
> [1]
> https://dist.apache.org/repos/dist/dev/iotdb/0.12.5/rc1/RELEASE_NOTES.md
> [2] https://dist.apache.org/repos/dist/dev/iotdb/0.12.5/rc1
> [3]
> https://repository.apache.org/content/repositories/orgapacheiotdb-1075/
> [4] https://www.apache.org/dev/release.html#approving-a-release
> [5]
> https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
> ------
>
> Thanks,
> Steve Yurong Su
>

Reply via email to