[RESULT][VOTE] Release Apache IoTDB 1.0.1

2023-02-20 Thread Gaofei Cao
Hi all,


The vote to release Apache IoTDB 1.0.1 has passed with 3 +1 binding votes.

binding votes:

Jialin Qiao

Jinrui Zhang

Haonan Hou


Vote thread:

https://lists.apache.org/thread/8204q67yv11dnb7mwdh65cv9fkjzmown
https://lists.apache.org/thread/zjg6rkogohmykmmmj8bd13jntd5t564s
https://lists.apache.org/thread/wcdp97dr353tov8tk8dp9jz4tk2cp0kw

Thanks,
Gaofei Cao


Re: [VOTE] Apache IoTDB 1.0.1 RC1 release

2023-02-20 Thread Haonan Hou
Hi,

+1 (binding)

The source release:
LICENSE and NOTICE [ok]
signatures and hashes [ok]
All files have ASF header [ok]
could compile from source: ./mvnw clean install [ok]

The binary distribution:
LICENSE and NOTICE [ok]
signatures and hashes [ok]
Could run with the following statements [ok]

CREATE DATABASE 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,
Haonan Hou

> On Feb 20, 2023, at 10:44 PM, Jialin Qiao  wrote:
> 
> Hi,
> 
> +1 (binding)
> 
> The source release:
> LICENSE and NOTICE [ok]
> signatures and hashes [ok]
> All files have ASF header [ok]
> could compile from source: ./mvnw clean install [ok]
> 
> The binary distribution:
> LICENSE and NOTICE [ok]
> signatures and hashes [ok]
> Could run with the following statements [ok]
> 
> CREATE DATABASE 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,
> —
> Jialin Qiao
> Apache IoTDB PMC
> 
> Gaofei Cao  于2023年2月17日周五 19:26写道:
>> 
>> Hi all,
>> 
>> Apache IoTDB 1.0.1 has been staged under [2] and it’s time to vote
>> on accepting it for release.  All Maven artifacts are available under [1].
>> 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: v1.0.1
>> Hash for the release tag: ff6de906748d9ddc1a3b40a768c3de69fecc6733
>> 
>> 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. [3]
>> 
>> 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-1097
>> [2] https://dist.apache.org/repos/dist/dev/iotdb/1.0.1/rc1
>> [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/1.0.1/rc1/RELEASE_NOTES.md
>> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
>> 
>> Best,
>> 
>> Gaofei Cao



[BUILD-STABLE]: Job 'IoTDB/IoTDB-pip-new/master [master] [81]'

2023-02-20 Thread Apache Jenkins Server
BUILD-STABLE: Job 'IoTDB/IoTDB-pip-new/master [master] [81]':

Is back to normal.

Re: [VOTE] Apache IoTDB 1.0.1 RC1 release

2023-02-20 Thread Jialin Qiao
Hi,

+1 (binding)

The source release:
LICENSE and NOTICE [ok]
signatures and hashes [ok]
All files have ASF header [ok]
could compile from source: ./mvnw clean install [ok]

The binary distribution:
LICENSE and NOTICE [ok]
signatures and hashes [ok]
Could run with the following statements [ok]

CREATE DATABASE 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,
—
Jialin Qiao
Apache IoTDB PMC

Gaofei Cao  于2023年2月17日周五 19:26写道:
>
> Hi all,
>
> Apache IoTDB 1.0.1 has been staged under [2] and it’s time to vote
> on accepting it for release.  All Maven artifacts are available under [1].
> 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: v1.0.1
> Hash for the release tag: ff6de906748d9ddc1a3b40a768c3de69fecc6733
>
> 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. [3]
>
> 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-1097
> [2] https://dist.apache.org/repos/dist/dev/iotdb/1.0.1/rc1
> [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/1.0.1/rc1/RELEASE_NOTES.md
> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
>
> Best,
>
> Gaofei Cao


[BUILD-FAILURE]: Job 'IoTDB/IoTDB-pip-new/master [master] [80]'

2023-02-20 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'IoTDB/IoTDB-pip-new/master [master] [80]':

Check console output at "https://ci-builds.apache.org/job/IoTDB/job/IoTDB-pip-new/job/master/80/;>IoTDB/IoTDB-pip-new/master
 [master] [80]"