[BUILD-FAILURE]: Job 'IoTDB/IoTDB-Pipe/master [master] [741]'

2022-10-19 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'IoTDB/IoTDB-Pipe/master [master] [741]':

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

Re: [VOTE] Apache IoTDB 0.13.3 release

2022-10-19 Thread Haonan Hou
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 


These two files are generated when compiling the source code, we should
omit them.

The binary distribution:
the version number in CLI [ok]
signatures and hashes [ok]
start in mac, jdk11 [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);
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 Oct 17, 2022, at 9:29 PM, Jialin Qiao  wrote:
> 
> Hi all,
> 
> Apache IoTDB 0.13.3 is a bug-fix version from 0.13.2. You can get its
> mainly changes from [5].
> 
> Apache IoTDB 0.13.3 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: v0.13.3
> Hash for the release tag: c3b9955e4b057b92c586baea68904458d48596fc
> 
> 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-1088
> [2] https://dist.apache.org/repos/dist/dev/iotdb/0.13.3/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/0.13.3/rc1/RELEASE_NOTES.md
> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
> 
> Best,
> 
> Jialin Qiao
> Apache IoTDB PMC



Re: [VOTE] Apache IoTDB 0.13.3 release

2022-10-19 Thread Yuan Tian
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


These two files are generated when compiling the source code, we should
omit them.

The binary distribution:
the version number in CLI [ok]
signatures and hashes [ok]
start in mac, jdk11 [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);
insert into root.turbine.d1(timestamp,s0) values(2,2);
insert into root.turbine.d1(timestamp,s0) values(3,3);
select * from root.**;

Thanks,

Yuan Tian

On Mon, Oct 17, 2022 at 9:31 PM Jialin Qiao  wrote:
>
> Hi all,
>
> Apache IoTDB 0.13.3 is a bug-fix version from 0.13.2. You can get its
> mainly changes from [5].
>
> Apache IoTDB 0.13.3 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: v0.13.3
> Hash for the release tag: c3b9955e4b057b92c586baea68904458d48596fc
>
> 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-1088
> [2] https://dist.apache.org/repos/dist/dev/iotdb/0.13.3/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/0.13.3/rc1/RELEASE_NOTES.md
> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
>
> Best,
>
> Jialin Qiao
> Apache IoTDB PMC


Remove old version standalone IoTDB

2022-10-19 Thread Yuan Tian
Hi all,

As is known to all, we will release v1.0 in the near future, and in
this new version, we will have a brand new architecture which is
totally different from previous old versions. The old standalone
version won't be included in v1.0, so to save the precious CI
resources, we decide to remove old  standalone iotdb test in
integration module.

And BTW, new standalone IoTDB will also have a big change and
currently it's not well supported, some features are only implemented
in cluster mode, so we also decide to temporarily remove
StandaloneMppIT. After it's refactored, we will add it back.

Best,
---
Yuan Tian


Re: Remove old version standalone IoTDB

2022-10-19 Thread Jialin Qiao
Hi,

+1, we are working on the new standalone version, either using 1C1D,
either including a ConfigNode in DataNode.

The LocalConfigNode will be discarded.

https://apache-iotdb.feishu.cn/docx/doxcnvRKE4InwXB4gFvU8RLUW6c

Thanks,
—
Jialin Qiao
Apache IoTDB PMC

Yuan Tian  于2022年10月20日周四 11:55写道:
>
> Hi all,
>
> As is known to all, we will release v1.0 in the near future, and in
> this new version, we will have a brand new architecture which is
> totally different from previous old versions. The old standalone
> version won't be included in v1.0, so to save the precious CI
> resources, we decide to remove old  standalone iotdb test in
> integration module.
>
> And BTW, new standalone IoTDB will also have a big change and
> currently it's not well supported, some features are only implemented
> in cluster mode, so we also decide to temporarily remove
> StandaloneMppIT. After it's refactored, we will add it back.
>
> Best,
> ---
> Yuan Tian


答复: Remove old version standalone IoTDB

2022-10-19 Thread Eric Pai
For temporarily removing StandaloneMppIT, just changing 
.github/workflows/standalone-it-for-mpp.yml is OK? I think it’s not necessary 
removing the profile from pom.xml or the category annotation from *IT files.

发件人: Yuan Tian 
日期: 星期四, 2022年10月20日 11:56
收件人: dev 
主题: Remove old version standalone IoTDB
Hi all,

As is known to all, we will release v1.0 in the near future, and in
this new version, we will have a brand new architecture which is
totally different from previous old versions. The old standalone
version won't be included in v1.0, so to save the precious CI
resources, we decide to remove old  standalone iotdb test in
integration module.

And BTW, new standalone IoTDB will also have a big change and
currently it's not well supported, some features are only implemented
in cluster mode, so we also decide to temporarily remove
StandaloneMppIT. After it's refactored, we will add it back.

Best,
---
Yuan Tian


Re: [VOTE] Apache IoTDB 0.13.3 release

2022-10-19 Thread Gaofei Cao
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

These two files are generated when compiling the source code, we should
omit them.

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

SET STORAGE GROUP TO root.sg;
CREATE TIMESERIES root.sg.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
insert into root.sg.d1(timestamp,s0) values(1,1);
insert into root.sg.d1(timestamp,s0) values(2,2);
insert into root.sg.d1(timestamp,s0) values(3,3);
select * from root.**;

Thanks,
Gaofei Cao

Yuan Tian  于2022年10月20日周四 11:26写道:
>
> 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
>
>
> These two files are generated when compiling the source code, we should
> omit them.
>
> The binary distribution:
> the version number in CLI [ok]
> signatures and hashes [ok]
> start in mac, jdk11 [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);
> insert into root.turbine.d1(timestamp,s0) values(2,2);
> insert into root.turbine.d1(timestamp,s0) values(3,3);
> select * from root.**;
>
> Thanks,
> 
> Yuan Tian
>
> On Mon, Oct 17, 2022 at 9:31 PM Jialin Qiao  wrote:
> >
> > Hi all,
> >
> > Apache IoTDB 0.13.3 is a bug-fix version from 0.13.2. You can get its
> > mainly changes from [5].
> >
> > Apache IoTDB 0.13.3 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: v0.13.3
> > Hash for the release tag: c3b9955e4b057b92c586baea68904458d48596fc
> >
> > 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-1088
> > [2] https://dist.apache.org/repos/dist/dev/iotdb/0.13.3/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/0.13.3/rc1/RELEASE_NOTES.md
> > [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
> >
> > Best,
> >
> > Jialin Qiao
> > Apache IoTDB PMC


Re: Remove old version standalone IoTDB

2022-10-19 Thread Yuan Tian
Sure, I also think so. We may also add it back when new standalone
version is well done.

On Thu, Oct 20, 2022 at 12:03 PM Eric Pai  wrote:
>
> For temporarily removing StandaloneMppIT, just changing 
> .github/workflows/standalone-it-for-mpp.yml is OK? I think it’s not necessary 
> removing the profile from pom.xml or the category annotation from *IT files.
>
> 发件人: Yuan Tian 
> 日期: 星期四, 2022年10月20日 11:56
> 收件人: dev 
> 主题: Remove old version standalone IoTDB
> Hi all,
>
> As is known to all, we will release v1.0 in the near future, and in
> this new version, we will have a brand new architecture which is
> totally different from previous old versions. The old standalone
> version won't be included in v1.0, so to save the precious CI
> resources, we decide to remove old  standalone iotdb test in
> integration module.
>
> And BTW, new standalone IoTDB will also have a big change and
> currently it's not well supported, some features are only implemented
> in cluster mode, so we also decide to temporarily remove
> StandaloneMppIT. After it's refactored, we will add it back.
>
> Best,
> ---
> Yuan Tian