You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by Mingyu Chen <mo...@163.com> on 2023/09/23 14:41:13 UTC

[VOTE] Release Apache Doris 1.2.7.1-rc01

Hi all,
Please review and vote on Apache Doris 1.2.7.1-rc01 release.

This is a critical bug fix version based on 1.2.7, which has only one additional commit:
https://github.com/apache/doris/pull/24767


When user do `create table as select` command, it may change the nullable info of the column from origin table,
which cause inconsistency between metadata in FE and data in BE, and subsequence query may fail.  
The release candidate has been tagged in GitHub as 1.2.7.1-rc01, available here:
https://github.com/apache/doris/tree/1.2.7.1-rc01 

The source package corresponding to this release candidate can be found here:
https://dist.apache.org/repos/dist/dev/doris/1.2.7.1-rc01/

The convience binaries can be downloaded here:
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz.asc
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz.sha512
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz.asc
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz.sha512
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz.asc
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz.sha512

This has been signed with PGP key 8DE0D1B11AA95839C3BB8020B377F66415713A55, corresponding to
morningman@apache.org.

KEYS file is available here:
https://downloads.apache.org/doris/KEYS
It is also listed here:
https://people.apache.org/keys/committer/morningman.asc

To verify and build, you can refer to following link:
https://doris.apache.org/community/release-and-verify/release-verify


Because this is a critical bug fix version, the vote will be  open only for 24 hours.
And maybe we can make a LAZY CONSENSUS of this release

[ ] +1 Approve the release
[ ] +0 No opinion
[ ] -1 Do not release this package because ...

--Best Regards
Mingyu Chen

Email:
morningman@apache.org  

Re:Re: [VOTE] Release Apache Doris 1.2.7.1-rc01

Posted by Mingyu Chen <mo...@163.com>.
Carry my own +1 (binding)
And I will close this PR to make a quick release




--

Best Regards
Mingyu Chen

Email:
morningman@apache.org





At 2023-09-25 09:52:05, "De Li" <li...@apache.org> wrote:
>Here is my +1(binding),
>
>I checked:  
>[x] Checksum and PGP signature are legitimate.
>[x] DISCLAIMER is included.
>[x] The source code matches the current release.
>[x] No compiled content is included in the source package.
>[x] The compilation can be executed without problems.
>
>---
># cd /data/community_release_test
># wget https://dist.apache.org/repos/dist/dev/doris/1.2.7.1-rc01/apache-doris-1.2.7.1-src.tar.gz
># tar -xf apache-doris-1.2.7.1-src.tar.gz 
># cd apache-doris-1.2.7.1-src/
># docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header check
>INFO Loading configuration from file: .licenserc.yaml 
>INFO Totally checked 12482 files, valid: 6186, invalid: 0, ignored: 6296, fixed: 0  
>
># wget https://dist.apache.org/repos/dist/dev/doris/1.2.7.1-rc01/apache-doris-1.2.7.1-src.tar.gz.asc
># wget https://downloads.apache.org/doris/KEYS
># wget https://dist.apache.org/repos/dist/dev/doris/1.2.7.1-rc01/apache-doris-1.2.7.1-src.tar.gz.sha512
># gpg --import KEYS
># gpg --verify apache-doris-1.2.7.1-src.tar.gz.asc apache-doris-1.2.7.1-src.tar.gz
>gpg: Signature made Sat 23 Sep 2023 09:16:15 PM CST
>gpg:                using RSA key 8DE0D1B11AA95839C3BB8020B377F66415713A55
>gpg:                issuer "morningman@apache.org"
>gpg: Good signature from "morningman <mo...@apache.org>" [unknown]
>gpg: WARNING: This key is not certified with a trusted signature!
>gpg:          There is no indication that the signature belongs to the owner.
>Primary key fingerprint: 8DE0 D1B1 1AA9 5839 C3BB  8020 B377 F664 1571 3A55
>
># sha512sum --check apache-doris-1.2.7.1-src.tar.gz.sha512
>apache-doris-1.2.7.1-src.tar.gz: OK
># docker run -it -v /data/community_release_test/apache-doris-1.2.7.1-src/.m2:/root/.m2 -v /data/community_release_test/apache-doris-1.2.7.1-src/:/root/apache-doris-1.2.7.1-src/ apache/doris:build-env-for-1.2
># cd /root/apache-doris-1.2.7.1-src/
># sh build.sh
>...
>
>------
>lide-reed
>lide@apache.org
>
>On 2023/09/24 00:40:36 "Jiafeng.Zhang" wrote:
>> Here is my +1(binding).
>> 
>> I checked:
>> [x] The download link is legal and the PGP signature are valid.
>> [x] The source code matches the current release version.
>> [x] The LICENSE and NOTICE files are correct.
>> 
>> Jiafeng.Zhang / 张家锋
>> Email: jiafengzheng@apache.org
>> 
>> 
>> GuoLei Yi <yi...@gmail.com>于2023年9月23日 周六23:14写道:
>> 
>> > +1
>> >
>> > Mingyu Chen <mo...@163.com> 于2023年9月23日周六 22:43写道:
>> > >
>> > > Hi all,
>> > > Please review and vote on Apache Doris 1.2.7.1-rc01 release.
>> > >
>> > > This is a critical bug fix version based on 1.2.7, which has only one
>> > additional commit:
>> > > https://github.com/apache/doris/pull/24767
>> > >
>> > >
>> > > When user do `create table as select` command, it may change the
>> > nullable info of the column from origin table,
>> > > which cause inconsistency between metadata in FE and data in BE, and
>> > subsequence query may fail.
>> > > The release candidate has been tagged in GitHub as 1.2.7.1-rc01,
>> > available here:
>> > > https://github.com/apache/doris/tree/1.2.7.1-rc01
>> > >
>> > > The source package corresponding to this release candidate can be found
>> > here:
>> > > https://dist.apache.org/repos/dist/dev/doris/1.2.7.1-rc01/
>> > >
>> > > The convience binaries can be downloaded here:
>> > >
>> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz
>> > >
>> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz.asc
>> > >
>> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz.sha512
>> > >
>> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz
>> > >
>> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz.asc
>> > >
>> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz.sha512
>> > >
>> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz
>> > >
>> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz.asc
>> > >
>> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz.sha512
>> > >
>> > > This has been signed with PGP key
>> > 8DE0D1B11AA95839C3BB8020B377F66415713A55, corresponding to
>> > > morningman@apache.org.
>> > >
>> > > KEYS file is available here:
>> > > https://downloads.apache.org/doris/KEYS
>> > > It is also listed here:
>> > > https://people.apache.org/keys/committer/morningman.asc
>> > >
>> > > To verify and build, you can refer to following link:
>> > > https://doris.apache.org/community/release-and-verify/release-verify
>> > >
>> > >
>> > > Because this is a critical bug fix version, the vote will be  open only
>> > for 24 hours.
>> > > And maybe we can make a LAZY CONSENSUS of this release
>> > >
>> > > [ ] +1 Approve the release
>> > > [ ] +0 No opinion
>> > > [ ] -1 Do not release this package because ...
>> > >
>> > > --Best Regards
>> > > Mingyu Chen
>> > >
>> > > Email:
>> > > morningman@apache.org
>> >
>> >
>> >
>> > --
>> > Best Regards,
>> > Yi Guo Lei
>> > SelectDB
>> > The Best Cloud Native Platform for Apache Doris
>> > Tel:134-3991-0228
>> > Email:yiguolei@gmail.com
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
>> > For additional commands, e-mail: dev-help@doris.apache.org
>> >
>> >
>> 
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
>For additional commands, e-mail: dev-help@doris.apache.org

Re: [VOTE] Release Apache Doris 1.2.7.1-rc01

Posted by De Li <li...@apache.org>.
Here is my +1(binding),

I checked:  
[x] Checksum and PGP signature are legitimate.
[x] DISCLAIMER is included.
[x] The source code matches the current release.
[x] No compiled content is included in the source package.
[x] The compilation can be executed without problems.

---
# cd /data/community_release_test
# wget https://dist.apache.org/repos/dist/dev/doris/1.2.7.1-rc01/apache-doris-1.2.7.1-src.tar.gz
# tar -xf apache-doris-1.2.7.1-src.tar.gz 
# cd apache-doris-1.2.7.1-src/
# docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header check
INFO Loading configuration from file: .licenserc.yaml 
INFO Totally checked 12482 files, valid: 6186, invalid: 0, ignored: 6296, fixed: 0  

# wget https://dist.apache.org/repos/dist/dev/doris/1.2.7.1-rc01/apache-doris-1.2.7.1-src.tar.gz.asc
# wget https://downloads.apache.org/doris/KEYS
# wget https://dist.apache.org/repos/dist/dev/doris/1.2.7.1-rc01/apache-doris-1.2.7.1-src.tar.gz.sha512
# gpg --import KEYS
# gpg --verify apache-doris-1.2.7.1-src.tar.gz.asc apache-doris-1.2.7.1-src.tar.gz
gpg: Signature made Sat 23 Sep 2023 09:16:15 PM CST
gpg:                using RSA key 8DE0D1B11AA95839C3BB8020B377F66415713A55
gpg:                issuer "morningman@apache.org"
gpg: Good signature from "morningman <mo...@apache.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 8DE0 D1B1 1AA9 5839 C3BB  8020 B377 F664 1571 3A55

# sha512sum --check apache-doris-1.2.7.1-src.tar.gz.sha512
apache-doris-1.2.7.1-src.tar.gz: OK
# docker run -it -v /data/community_release_test/apache-doris-1.2.7.1-src/.m2:/root/.m2 -v /data/community_release_test/apache-doris-1.2.7.1-src/:/root/apache-doris-1.2.7.1-src/ apache/doris:build-env-for-1.2
# cd /root/apache-doris-1.2.7.1-src/
# sh build.sh
...

------
lide-reed
lide@apache.org

On 2023/09/24 00:40:36 "Jiafeng.Zhang" wrote:
> Here is my +1(binding).
> 
> I checked:
> [x] The download link is legal and the PGP signature are valid.
> [x] The source code matches the current release version.
> [x] The LICENSE and NOTICE files are correct.
> 
> Jiafeng.Zhang / 张家锋
> Email: jiafengzheng@apache.org
> 
> 
> GuoLei Yi <yi...@gmail.com>于2023年9月23日 周六23:14写道:
> 
> > +1
> >
> > Mingyu Chen <mo...@163.com> 于2023年9月23日周六 22:43写道:
> > >
> > > Hi all,
> > > Please review and vote on Apache Doris 1.2.7.1-rc01 release.
> > >
> > > This is a critical bug fix version based on 1.2.7, which has only one
> > additional commit:
> > > https://github.com/apache/doris/pull/24767
> > >
> > >
> > > When user do `create table as select` command, it may change the
> > nullable info of the column from origin table,
> > > which cause inconsistency between metadata in FE and data in BE, and
> > subsequence query may fail.
> > > The release candidate has been tagged in GitHub as 1.2.7.1-rc01,
> > available here:
> > > https://github.com/apache/doris/tree/1.2.7.1-rc01
> > >
> > > The source package corresponding to this release candidate can be found
> > here:
> > > https://dist.apache.org/repos/dist/dev/doris/1.2.7.1-rc01/
> > >
> > > The convience binaries can be downloaded here:
> > >
> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz
> > >
> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz.asc
> > >
> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz.sha512
> > >
> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz
> > >
> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz.asc
> > >
> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz.sha512
> > >
> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz
> > >
> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz.asc
> > >
> > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz.sha512
> > >
> > > This has been signed with PGP key
> > 8DE0D1B11AA95839C3BB8020B377F66415713A55, corresponding to
> > > morningman@apache.org.
> > >
> > > KEYS file is available here:
> > > https://downloads.apache.org/doris/KEYS
> > > It is also listed here:
> > > https://people.apache.org/keys/committer/morningman.asc
> > >
> > > To verify and build, you can refer to following link:
> > > https://doris.apache.org/community/release-and-verify/release-verify
> > >
> > >
> > > Because this is a critical bug fix version, the vote will be  open only
> > for 24 hours.
> > > And maybe we can make a LAZY CONSENSUS of this release
> > >
> > > [ ] +1 Approve the release
> > > [ ] +0 No opinion
> > > [ ] -1 Do not release this package because ...
> > >
> > > --Best Regards
> > > Mingyu Chen
> > >
> > > Email:
> > > morningman@apache.org
> >
> >
> >
> > --
> > Best Regards,
> > Yi Guo Lei
> > SelectDB
> > The Best Cloud Native Platform for Apache Doris
> > Tel:134-3991-0228
> > Email:yiguolei@gmail.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
> > For additional commands, e-mail: dev-help@doris.apache.org
> >
> >
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org


Re: [VOTE] Release Apache Doris 1.2.7.1-rc01

Posted by "Jiafeng.Zhang" <zh...@gmail.com>.
Here is my +1(binding).

I checked:
[x] The download link is legal and the PGP signature are valid.
[x] The source code matches the current release version.
[x] The LICENSE and NOTICE files are correct.

Jiafeng.Zhang / 张家锋
Email: jiafengzheng@apache.org


GuoLei Yi <yi...@gmail.com>于2023年9月23日 周六23:14写道:

> +1
>
> Mingyu Chen <mo...@163.com> 于2023年9月23日周六 22:43写道:
> >
> > Hi all,
> > Please review and vote on Apache Doris 1.2.7.1-rc01 release.
> >
> > This is a critical bug fix version based on 1.2.7, which has only one
> additional commit:
> > https://github.com/apache/doris/pull/24767
> >
> >
> > When user do `create table as select` command, it may change the
> nullable info of the column from origin table,
> > which cause inconsistency between metadata in FE and data in BE, and
> subsequence query may fail.
> > The release candidate has been tagged in GitHub as 1.2.7.1-rc01,
> available here:
> > https://github.com/apache/doris/tree/1.2.7.1-rc01
> >
> > The source package corresponding to this release candidate can be found
> here:
> > https://dist.apache.org/repos/dist/dev/doris/1.2.7.1-rc01/
> >
> > The convience binaries can be downloaded here:
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz.asc
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz.sha512
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz.asc
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz.sha512
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz.asc
> >
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz.sha512
> >
> > This has been signed with PGP key
> 8DE0D1B11AA95839C3BB8020B377F66415713A55, corresponding to
> > morningman@apache.org.
> >
> > KEYS file is available here:
> > https://downloads.apache.org/doris/KEYS
> > It is also listed here:
> > https://people.apache.org/keys/committer/morningman.asc
> >
> > To verify and build, you can refer to following link:
> > https://doris.apache.org/community/release-and-verify/release-verify
> >
> >
> > Because this is a critical bug fix version, the vote will be  open only
> for 24 hours.
> > And maybe we can make a LAZY CONSENSUS of this release
> >
> > [ ] +1 Approve the release
> > [ ] +0 No opinion
> > [ ] -1 Do not release this package because ...
> >
> > --Best Regards
> > Mingyu Chen
> >
> > Email:
> > morningman@apache.org
>
>
>
> --
> Best Regards,
> Yi Guo Lei
> SelectDB
> The Best Cloud Native Platform for Apache Doris
> Tel:134-3991-0228
> Email:yiguolei@gmail.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
> For additional commands, e-mail: dev-help@doris.apache.org
>
>

Re: [VOTE] Release Apache Doris 1.2.7.1-rc01

Posted by GuoLei Yi <yi...@gmail.com>.
+1

Mingyu Chen <mo...@163.com> 于2023年9月23日周六 22:43写道:
>
> Hi all,
> Please review and vote on Apache Doris 1.2.7.1-rc01 release.
>
> This is a critical bug fix version based on 1.2.7, which has only one additional commit:
> https://github.com/apache/doris/pull/24767
>
>
> When user do `create table as select` command, it may change the nullable info of the column from origin table,
> which cause inconsistency between metadata in FE and data in BE, and subsequence query may fail.
> The release candidate has been tagged in GitHub as 1.2.7.1-rc01, available here:
> https://github.com/apache/doris/tree/1.2.7.1-rc01
>
> The source package corresponding to this release candidate can be found here:
> https://dist.apache.org/repos/dist/dev/doris/1.2.7.1-rc01/
>
> The convience binaries can be downloaded here:
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz.asc
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64.tar.xz.sha512
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz.asc
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-x64-noavx2.tar.xz.sha512
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz.asc
> https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-1.2.7.1-bin-arm64.tar.xz.sha512
>
> This has been signed with PGP key 8DE0D1B11AA95839C3BB8020B377F66415713A55, corresponding to
> morningman@apache.org.
>
> KEYS file is available here:
> https://downloads.apache.org/doris/KEYS
> It is also listed here:
> https://people.apache.org/keys/committer/morningman.asc
>
> To verify and build, you can refer to following link:
> https://doris.apache.org/community/release-and-verify/release-verify
>
>
> Because this is a critical bug fix version, the vote will be  open only for 24 hours.
> And maybe we can make a LAZY CONSENSUS of this release
>
> [ ] +1 Approve the release
> [ ] +0 No opinion
> [ ] -1 Do not release this package because ...
>
> --Best Regards
> Mingyu Chen
>
> Email:
> morningman@apache.org



-- 
Best Regards,
Yi Guo Lei
SelectDB
The Best Cloud Native Platform for Apache Doris
Tel:134-3991-0228
Email:yiguolei@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org