You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by 张金瑞 <32...@qq.com.INVALID> on 2023/03/27 02:30:58 UTC

Re:Re: [VOTE] Apache IoTDB 1.1.0 RC1 release

-1 (binding)






Hi all,


I found that the REST API defined in 0.13 is not compatible with 1.1.0, which may lead unexpected error from user side. Let's fix them in this release.&nbsp;


Thanks,
Jinrui

                       
Original
                       
                     

From:"Yuan Tian"< jackietien97@gmail.com &gt;;

Date:2023/3/26 12:28

To:"dev"< dev@iotdb.apache.org &gt;;

Subject:Re: [VOTE] Apache IoTDB 1.1.0 RC1 release


Hi,

+1 (binding)

The source release:
apache headers [ok]
signatures and hashes [ok]
LICENSE and NOTICE [ok]
no jar files [ok]
could compile from source: ./mvnw.sh clean install [ok]

The binary distribution:
version number in CLI [ok]
signatures and hashes [ok]
start in mac, jdk-17 [ok]
statements executed successfully:  [ok]


insert into root.db.d1(time,s0) values(1,1);
insert into root.db.d1(time,s0) values(2,2);
insert into root.db.d1(time,s0) values(3,3);
select * from root.db.**;
select count(*) from root.db.** group by level=1;

Best,
--------------
Yuan Tian

On Sat, Mar 25, 2023 at 1:20 PM Haonan Hou  wrote:
&gt;
&gt; Hi all,
&gt;
&gt; Apache IoTDB 1.1.0 has been staged under [2] and it’s time to vote
&gt; on accepting it for release.  All Maven artifacts are available under [1].
&gt; Voting will be open for 72hr.
&gt; A minimum of 3 binding +1 votes and more binding +1 than binding -1
&gt; are required to pass.
&gt;
&gt; Release tag: v1.1.0
&gt; Hash for the release tag: 12e3f998667c72586139e023fe4521cb4db7c013
&gt;
&gt; Before voting +1, PMC members are required to download
&gt; the signed source code package, compile it as provided, and test
&gt; the resulting executable on their own platform, along with also
&gt; verifying that the package meets the requirements of the ASF policy
&gt; on releases. [3]
&gt;
&gt; You can achieve the above by following [4].
&gt;
&gt; [ ]  +1 accept (indicate what you validated - e.g. performed the
&gt; non-RM items in [4])
&gt; [ ]  -1 reject (explanation required)
&gt;
&gt;
&gt; [1] https://repository.apache.org/content/repositories/orgapacheiotdb-1114
&gt; [2] https://dist.apache.org/repos/dist/dev/iotdb/1.1.0/rc1
&gt; [3] https://www.apache.org/dev/release.html#approving-a-release
&gt; [4] https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
&gt; [5] https://dist.apache.org/repos/dist/dev/iotdb/1.1.0/rc1/RELEASE_NOTES.md
&gt; [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
&gt;
&gt; Best,
&gt;
&gt; Haonan Hou

Re: [VOTE] Apache IoTDB 1.1.0 RC1 release

Posted by Haonan Hou <hh...@qq.com.INVALID>.
Ok, let me do rc2 releasing later.

Best,
Haonan 

> On Mar 27, 2023, at 10:30 AM, 张金瑞 <32...@qq.com.INVALID> wrote:
> 
> -1 (binding)
> 
> 
> 
> 
> 
> 
> Hi all,
> 
> 
> I found that the REST API defined in 0.13 is not compatible with 1.1.0, which may lead unexpected error from user side. Let's fix them in this release.&nbsp;
> 
> 
> Thanks,
> Jinrui
> 
> 
> Original
> 
> 
> 
> From:"Yuan Tian"< jackietien97@gmail.com &gt;;
> 
> Date:2023/3/26 12:28
> 
> To:"dev"< dev@iotdb.apache.org &gt;;
> 
> Subject:Re: [VOTE] Apache IoTDB 1.1.0 RC1 release
> 
> 
> Hi,
> 
> +1 (binding)
> 
> The source release:
> apache headers [ok]
> signatures and hashes [ok]
> LICENSE and NOTICE [ok]
> no jar files [ok]
> could compile from source: ./mvnw.sh clean install [ok]
> 
> The binary distribution:
> version number in CLI [ok]
> signatures and hashes [ok]
> start in mac, jdk-17 [ok]
> statements executed successfully:  [ok]
> 
> 
> insert into root.db.d1(time,s0) values(1,1);
> insert into root.db.d1(time,s0) values(2,2);
> insert into root.db.d1(time,s0) values(3,3);
> select * from root.db.**;
> select count(*) from root.db.** group by level=1;
> 
> Best,
> --------------
> Yuan Tian
> 
> On Sat, Mar 25, 2023 at 1:20 PM Haonan Hou  wrote:
> &gt;
> &gt; Hi all,
> &gt;
> &gt; Apache IoTDB 1.1.0 has been staged under [2] and it’s time to vote
> &gt; on accepting it for release.  All Maven artifacts are available under [1].
> &gt; Voting will be open for 72hr.
> &gt; A minimum of 3 binding +1 votes and more binding +1 than binding -1
> &gt; are required to pass.
> &gt;
> &gt; Release tag: v1.1.0
> &gt; Hash for the release tag: 12e3f998667c72586139e023fe4521cb4db7c013
> &gt;
> &gt; Before voting +1, PMC members are required to download
> &gt; the signed source code package, compile it as provided, and test
> &gt; the resulting executable on their own platform, along with also
> &gt; verifying that the package meets the requirements of the ASF policy
> &gt; on releases. [3]
> &gt;
> &gt; You can achieve the above by following [4].
> &gt;
> &gt; [ ]  +1 accept (indicate what you validated - e.g. performed the
> &gt; non-RM items in [4])
> &gt; [ ]  -1 reject (explanation required)
> &gt;
> &gt;
> &gt; [1] https://repository.apache.org/content/repositories/orgapacheiotdb-1114
> &gt; [2] https://dist.apache.org/repos/dist/dev/iotdb/1.1.0/rc1
> &gt; [3] https://www.apache.org/dev/release.html#approving-a-release
> &gt; [4] https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
> &gt; [5] https://dist.apache.org/repos/dist/dev/iotdb/1.1.0/rc1/RELEASE_NOTES.md
> &gt; [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
> &gt;
> &gt; Best,
> &gt;
> &gt; Haonan Hou