Re: [VOTE] Apache IoTDB 1.3.0 RC1 release

2023-12-26 Thread Gaofei Cao
Hi,

+1 (binding).

The source release:
apache headers [ok]
signatures and hashes [ok]
LICENSE and NOTICE [ok]
no jar files [ok]

The binary distribution:
version number in CLI [ok]
signatures and hashes [ok]
start in mac, jdk17 [ok]
statements executed successfully:  [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);
select ** from root;

CREATE database root.sg1;
CREATE schema template t1 (s1 FLOAT encoding=RLE, s2 BOOLEAN
encoding=PLAIN compression=SNAPPY, s3 INT32);
SET SCHEMA TEMPLATE t1 to root.sg1;
INSERT INTO root.sg1.d1(timestamp,s1,s2,s3) values(1,1.1,false,1),
(2,2.2,false,2);
INSERT INTO root.sg1.d2(timestamp,s1,s2,s3) values(1,11.1,false,11),
(2,22.2,false,22);
INSERT INTO root.sg1.d3(timestamp,s1,s2,s3) values(1,111.1,true,null),
(4,444.4,true,44);
INSERT INTO root.sg1.d4(timestamp,s1,s2,s3)
values(1,.1,true,), (5,.5,false,);
INSERT INTO root.sg1.d4(timestamp,s1,s2,s3) values(2,22.2,true,22),
(3,333.3,false,333);

CREATE database root.sg2;
CREATE schema template t2 aligned (s1 FLOAT encoding=RLE, s2 BOOLEAN
encoding=PLAIN compression=SNAPPY, s3 INT32);
SET SCHEMA TEMPLATE t2 to root.sg2;
INSERT INTO root.sg2.d1(timestamp,s1,s2,s3) values(1,1.1,false,1),
(2,2.2,false,2);
INSERT INTO root.sg2.d2(timestamp,s1,s2,s3) values(1,11.1,false,11),
(2,22.2,false,22);
INSERT INTO root.sg2.d3(timestamp,s1,s2,s3) values(1,111.1,true,null),
(4,444.4,true,44);
INSERT INTO root.sg2.d4(timestamp,s1,s2,s3)
values(1,.1,true,), (5,.5,false,);
INSERT INTO root.sg2.d4(timestamp,s1,s2,s3) values(2,22.2,true,22),
(3,333.3,false,333);
INSERT INTO root.sg2.d5(timestamp,s1,s2,s3) values(2,22.2,true,22),
(3,333.3,false,333);
INSERT INTO root.sg2.d6(timestamp,s1,s2,s3) values(2,22.2,true,22),
(3,333.3,false,333);
INSERT INTO root.sg2.d4(timestamp,s1,s2,s3)
values(now(),22.2,true,22), (3,333.3,false,333);
INSERT INTO root.sg2.d5(timestamp,s1,s2,s3)
values(now(),22.2,true,22), (3,333.3,false,333);
INSERT INTO root.sg2.d6(timestamp,s1,s2,s3)
values(now(),22.2,true,22), (3,333.3,false,333);
INSERT INTO root.sg2.d7(timestamp,s1,s2,s3)
values(now(),22.2,true,22), (3,333.3,false,333);
SELECT * FROM root.sg1.** where time > 1 and time < 5 and s3>=11 and
s3<= and s1 != 11.1 ORDER BY TIME DESC ALIGN BY DEVICE;
SELECT * FROM root.sg2.** where time > 1 and time < 5 and s3>=11 and
s3<= and s1 != 11.1 ORDER BY TIME DESC ALIGN BY DEVICE;
SELECT s3,s2 FROM root.sg1.** where time > 1 and time < 5 and s3>=11
and s3<= and s1 != 11.1 ORDER BY TIME DESC ALIGN BY DEVICE;
SELECT s3,s2 FROM root.sg2.** where time > 1 and time < 5 and s3>=11
and s3<= and s1 != 11.1 ORDER BY TIME DESC ALIGN BY DEVICE;
```

Best,
—
Gaofei Cao

Haonan Hou  于2023年12月27日周三 12:34写道:
>
> Hi all,
>
> Apache IoTDB 1.3.0 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.3.0
> Hash for the release tag: fe787cac2ddd874b44482a80306d9d6ae333143c
>
> 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-1154
> [2] https://dist.apache.org/repos/dist/dev/iotdb/1.3.0/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://github.com/apache/iotdb/blob/v1.3.0/RELEASE_NOTES.md
> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
>
> Best,
>
> Haonan Hou


[VOTE] Apache IoTDB 1.3.0 RC1 release

2023-12-26 Thread Haonan Hou
Hi all,

Apache IoTDB 1.3.0 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.3.0
Hash for the release tag: fe787cac2ddd874b44482a80306d9d6ae333143c

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-1154
[2] https://dist.apache.org/repos/dist/dev/iotdb/1.3.0/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://github.com/apache/iotdb/blob/v1.3.0/RELEASE_NOTES.md
[6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS

Best,

Haonan Hou


Re: Celebrating the Release of Ratis 3.0.0 on Our Community's Contributions

2023-12-26 Thread Chao Wang
Hi ,Thank you for your contribution.
I have a suggetion , When upgrading the ratis version, consider the 
compatibility of the iotdb upgrade from an earlier version to a later version.

On 2023/12/26 13:15:19 William Song wrote:
> Dear Community Members,
> 
> I am excited to announce the release of Ratis version 3.0.0, marking the 
> first major version update since IoTDB began utilizing Ratis for consensus 
> services. This release encompasses a multitude of new features, enhancements, 
> and fixes, all of which are the contributions of the dedicated efforts of our 
> IoTDB community. Reflecting on the past year, it's hard to imagine the 
> remarkable journey that unfolded after several key members (Mr. Huang, Mr. 
> Qiao, and Xinyu Tan) made the pivotal decision to utilize Ratis for data 
> replication.
> 
> I wish to extend my gratitude to each one of you for your contributions, 
> whether direct or indirect. Our collective success is a testament to the 
> strength of our community spirit, resonating perfectly with the Apache 
> Software Foundation's ethos: “Community Over Code.” 
> 
> In the upcoming period, we plan to integrate these features and improvements 
> into the master branch. Each addition will undergo backtesting and validation 
> to ensure optimal performance and reliability. Your feedback and insights are 
> invaluable to us, and I eagerly look forward to your thoughts and suggestions.
> 
> Thank you once again for your support and dedication. Together, we are 
> shaping a brighter future for our project.
> 
> 
> 
> Warm regards,
> William


Re: Celebrating the Release of Ratis 3.0.0 on Our Community's Contributions

2023-12-26 Thread Xinyu Tan
Hi, William

Thank you for your relentless efforts and significant achievements in the Ratis 
community over the past year. Currently, I am very much looking forward to the 
new chemical reaction between Ratis 3.0 and IoTDB!

Best
-
Xinyu Tan

On 2023/12/26 13:15:19 William Song wrote:
> Dear Community Members,
> 
> I am excited to announce the release of Ratis version 3.0.0, marking the 
> first major version update since IoTDB began utilizing Ratis for consensus 
> services. This release encompasses a multitude of new features, enhancements, 
> and fixes, all of which are the contributions of the dedicated efforts of our 
> IoTDB community. Reflecting on the past year, it's hard to imagine the 
> remarkable journey that unfolded after several key members (Mr. Huang, Mr. 
> Qiao, and Xinyu Tan) made the pivotal decision to utilize Ratis for data 
> replication.
> 
> I wish to extend my gratitude to each one of you for your contributions, 
> whether direct or indirect. Our collective success is a testament to the 
> strength of our community spirit, resonating perfectly with the Apache 
> Software Foundation's ethos: “Community Over Code.” 
> 
> In the upcoming period, we plan to integrate these features and improvements 
> into the master branch. Each addition will undergo backtesting and validation 
> to ensure optimal performance and reliability. Your feedback and insights are 
> invaluable to us, and I eagerly look forward to your thoughts and suggestions.
> 
> Thank you once again for your support and dedication. Together, we are 
> shaping a brighter future for our project.
> 
> 
> 
> Warm regards,
> William


Re: Celebrating the Release of Ratis 3.0.0 on Our Community's Contributions

2023-12-26 Thread Yuan Tian
Wow, that's really good news. Congrats!

On Tue, Dec 26, 2023 at 9:15 PM William Song  wrote:

> Dear Community Members,
>
> I am excited to announce the release of Ratis version 3.0.0, marking the
> first major version update since IoTDB began utilizing Ratis for consensus
> services. This release encompasses a multitude of new features,
> enhancements, and fixes, all of which are the contributions of the
> dedicated efforts of our IoTDB community. Reflecting on the past year, it's
> hard to imagine the remarkable journey that unfolded after several key
> members (Mr. Huang, Mr. Qiao, and Xinyu Tan) made the pivotal decision to
> utilize Ratis for data replication.
>
> I wish to extend my gratitude to each one of you for your contributions,
> whether direct or indirect. Our collective success is a testament to the
> strength of our community spirit, resonating perfectly with the Apache
> Software Foundation's ethos: “Community Over Code.”
>
> In the upcoming period, we plan to integrate these features and
> improvements into the master branch. Each addition will undergo backtesting
> and validation to ensure optimal performance and reliability. Your feedback
> and insights are invaluable to us, and I eagerly look forward to your
> thoughts and suggestions.
>
> Thank you once again for your support and dedication. Together, we are
> shaping a brighter future for our project.
>
>
>
> Warm regards,
> William


Celebrating the Release of Ratis 3.0.0 on Our Community's Contributions

2023-12-26 Thread William Song
Dear Community Members,

I am excited to announce the release of Ratis version 3.0.0, marking the first 
major version update since IoTDB began utilizing Ratis for consensus services. 
This release encompasses a multitude of new features, enhancements, and fixes, 
all of which are the contributions of the dedicated efforts of our IoTDB 
community. Reflecting on the past year, it's hard to imagine the remarkable 
journey that unfolded after several key members (Mr. Huang, Mr. Qiao, and Xinyu 
Tan) made the pivotal decision to utilize Ratis for data replication.

I wish to extend my gratitude to each one of you for your contributions, 
whether direct or indirect. Our collective success is a testament to the 
strength of our community spirit, resonating perfectly with the Apache Software 
Foundation's ethos: “Community Over Code.” 

In the upcoming period, we plan to integrate these features and improvements 
into the master branch. Each addition will undergo backtesting and validation 
to ensure optimal performance and reliability. Your feedback and insights are 
invaluable to us, and I eagerly look forward to your thoughts and suggestions.

Thank you once again for your support and dedication. Together, we are shaping 
a brighter future for our project.



Warm regards,
William