Re: Re:Re: Re: [VOTE] Release Apache Doris 1.1.0-rc03

2022-07-05 Thread De Li
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.

---
# wget 
https://dist.apache.org/repos/dist/dev/doris/1.1/1.1.0-rc03/apache-doris-1.1.0-src.tar.gz

# tar zxf apache-doris-1.1.0-src.tar.gz 
# cd apache-doris-1.1.0-src/
# docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header 
check
Unable to find image 'apache/skywalking-eyes:latest' locally
latest: Pulling from apache/skywalking-eyes
df9b9388f04a: Pull complete 
dc810043ca0a: Pull complete 
9c4ed5273801: Pull complete 
9146b19e763a: Pull complete 
524f3bb8ec8c: Pull complete 
Digest: sha256:20710e7abfde9a3c5653e9fee9f68ea9ddf64f243fab88836ad85b935c7dd435
Status: Downloaded newer image for apache/skywalking-eyes:latest
INFO GITHUB_TOKEN is not set, license-eye won't comment on the pull request 
INFO Loading configuration from file: .licenserc.yaml 
INFO Totally checked 5886 files, valid: 3994, invalid: 0, ignored: 1892, fixed: 
0 

# wget 
https://dist.apache.org/repos/dist/dev/doris/1.1/1.1.0-rc03/apache-doris-1.1.0-src.tar.gz.asc
# wget https://downloads.apache.org/doris/KEYS
# wget 
https://dist.apache.org/repos/dist/dev/doris/1.1/1.1.0-rc03/apache-doris-1.1.0-src.tar.gz.sha512

# gpg --import KEYS
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key A30C9DA2: public key "morningman (chenmingyu's key) 
" imported
gpg: key 983C9560: public key "zhaoc " imported
gpg: key 9BDFF97E: public key "lichaoyong (lichaoyong's key) 
" imported
gpg: key 517E5B28: public key "lingmiao (Ling Miao's key) 
" imported
gpg: key 59F2ACED: public key "yangzhg (yangzhg's key for releasing doris) 
" imported
gpg: key 624583CB: public key "morningman " imported
gpg: Total number processed: 6
gpg:   imported: 6  (RSA: 6)

# gpg --verify apache-doris-1.1.0-src.tar.gz.asc apache-doris-1.1.0-src.tar.gz
gpg: Signature made Sun 03 Jul 2022 09:48:11 PM CST
gpg:using RSA key 821B27C3F05B15ED
gpg: Good signature from "chenmingyu (cmy-new-key) " 
[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: 1117 4976 86AC 16B5 B4FA  7C01 821B 27C3 F05B 15ED

# sha512sum --check apache-doris-1.1.0-src.tar.gz.sha512 
apache-doris-1.1.0-src.tar.gz: OK

# docker run -it -v /data/doris-1.x/.m2:/root/.m2 -v 
/data/test/apache-doris-1.1.0-src/:/root/apache-doris-1.1.0-src/ 
apache/incubator-doris:build-env-ldb-toolchain-latest
# cd /root/apache-doris-1.1.0-src/
# sh build.sh 

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

On 2022/07/04 16:15:41 Mingyu Chen wrote:
> Oh, I see. thank you.
> I submitted a PR[1] to remove it.
> And please go on to vote for this release.
> 
> 
> [1] https://github.com/apache/doris/pull/10599
> 
> 
> 
> 
> --
> 
> 此致!Best Regards
> 陈明雨 Mingyu Chen
> 
> Email:
> morning...@apache.org
> 
> 
> 
> 
> 
> 在 2022-07-04 19:36:40,"zhg yang"  写道:
> >That's a typo, it should be ’thirdparty/vars.sh', I don't think this
> >problem affects the release
> >
> >Thanks
> >Yang Zhengguo
> >
> >
> >Mingyu Chen  于2022年7月4日周一 11:15写道:
> >
> >> Hi Zhengguo,
> >> Thanks for your review.
> >> But I can't find `be/src/thirdparty/var.sh`, could you point out the file
> >> name?
> >>
> >>
> >>
> >>
> >> --
> >>
> >> 此致!Best Regards
> >> 陈明雨 Mingyu Chen
> >>
> >> Email:
> >> morning...@apache.org
> >>
> >>
> >>
> >>
> >>
> >> 在 2022-07-04 11:00:19,"zhg yang"  写道:
> >> >+1
> >> >I have checked:
> >> >
> >> >Download links
> >> >Source file compile
> >> >Signatures and sha512 cheksum
> >> >Binaries are runable
> >> >
> >> >But there is a small problem  line 48 of be/src/thirdparty/var.sh  should
> >> >be commented
> >> >
> >> >Thanks
> >> >Yang Zhengguo
> >> >
> >> >
> >> >Mingyu Chen  于2022年7月4日周一 08:57写道:
> >> >
> >> >> Hi all,
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> Please review and vote on Apache Doris 1.1.0 release.
> >> >>
> >> >> The release candidate has been tagged in GitHub as 1.1.0-rc03, available
> >> >> here:
> >> >>
> >> >> https://github.com/apache/doris/tree/1.1.0-rc03
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> Release Notes are here:
> >> >>
> >> >> https://github.com/apache/doris/issues/9949
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> Since last release, we merged 441 commits in this release with 90
> >> >> contributors.
> >> >> Thanks to everyone who has contributed to this release.
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> The artifacts (source, convenience binaries, signature and checksum)
> >> >> corresponding to this release candidate can be found here:
> >> >>
> >> >> https://dist.apache.org/repos/dist/dev/doris/1.1/1.1.0-rc03/
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> In this release, in addition to the source package, we also provide
> >> binary
> >> >> packages for different environments such as jdk8,

Re:Re: Re:Re: Re: [VOTE] Release Apache Doris 1.1.0-rc03

2022-07-05 Thread Mingyu Chen
Sorry that I have to cancel this vote because we encouter some serious 
performance and data correctness issue.




--

此致!Best Regards
陈明雨 Mingyu Chen

Email:
morning...@apache.org





At 2022-07-05 22:09:35, "De Li"  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.
>
>---
># wget 
>https://dist.apache.org/repos/dist/dev/doris/1.1/1.1.0-rc03/apache-doris-1.1.0-src.tar.gz
>
># tar zxf apache-doris-1.1.0-src.tar.gz 
># cd apache-doris-1.1.0-src/
># docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes 
>header check
>Unable to find image 'apache/skywalking-eyes:latest' locally
>latest: Pulling from apache/skywalking-eyes
>df9b9388f04a: Pull complete 
>dc810043ca0a: Pull complete 
>9c4ed5273801: Pull complete 
>9146b19e763a: Pull complete 
>524f3bb8ec8c: Pull complete 
>Digest: sha256:20710e7abfde9a3c5653e9fee9f68ea9ddf64f243fab88836ad85b935c7dd435
>Status: Downloaded newer image for apache/skywalking-eyes:latest
>INFO GITHUB_TOKEN is not set, license-eye won't comment on the pull request 
>INFO Loading configuration from file: .licenserc.yaml 
>INFO Totally checked 5886 files, valid: 3994, invalid: 0, ignored: 1892, 
>fixed: 0 
>
># wget 
>https://dist.apache.org/repos/dist/dev/doris/1.1/1.1.0-rc03/apache-doris-1.1.0-src.tar.gz.asc
># wget https://downloads.apache.org/doris/KEYS
># wget 
>https://dist.apache.org/repos/dist/dev/doris/1.1/1.1.0-rc03/apache-doris-1.1.0-src.tar.gz.sha512
>
># gpg --import KEYS
>gpg: /root/.gnupg/trustdb.gpg: trustdb created
>gpg: key A30C9DA2: public key "morningman (chenmingyu's key) 
>" imported
>gpg: key 983C9560: public key "zhaoc " imported
>gpg: key 9BDFF97E: public key "lichaoyong (lichaoyong's key) 
>" imported
>gpg: key 517E5B28: public key "lingmiao (Ling Miao's key) 
>" imported
>gpg: key 59F2ACED: public key "yangzhg (yangzhg's key for releasing doris) 
>" imported
>gpg: key 624583CB: public key "morningman " imported
>gpg: Total number processed: 6
>gpg:   imported: 6  (RSA: 6)
>
># gpg --verify apache-doris-1.1.0-src.tar.gz.asc apache-doris-1.1.0-src.tar.gz
>gpg: Signature made Sun 03 Jul 2022 09:48:11 PM CST
>gpg:using RSA key 821B27C3F05B15ED
>gpg: Good signature from "chenmingyu (cmy-new-key) " 
>[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: 1117 4976 86AC 16B5 B4FA  7C01 821B 27C3 F05B 15ED
>
># sha512sum --check apache-doris-1.1.0-src.tar.gz.sha512 
>apache-doris-1.1.0-src.tar.gz: OK
>
># docker run -it -v /data/doris-1.x/.m2:/root/.m2 -v 
>/data/test/apache-doris-1.1.0-src/:/root/apache-doris-1.1.0-src/ 
>apache/incubator-doris:build-env-ldb-toolchain-latest
># cd /root/apache-doris-1.1.0-src/
># sh build.sh 
>
>---
>lide-reed
>l...@apache.org
>
>On 2022/07/04 16:15:41 Mingyu Chen wrote:
>> Oh, I see. thank you.
>> I submitted a PR[1] to remove it.
>> And please go on to vote for this release.
>> 
>> 
>> [1] https://github.com/apache/doris/pull/10599
>> 
>> 
>> 
>> 
>> --
>> 
>> 此致!Best Regards
>> 陈明雨 Mingyu Chen
>> 
>> Email:
>> morning...@apache.org
>> 
>> 
>> 
>> 
>> 
>> 在 2022-07-04 19:36:40,"zhg yang"  写道:
>> >That's a typo, it should be ’thirdparty/vars.sh', I don't think this
>> >problem affects the release
>> >
>> >Thanks
>> >Yang Zhengguo
>> >
>> >
>> >Mingyu Chen  于2022年7月4日周一 11:15写道:
>> >
>> >> Hi Zhengguo,
>> >> Thanks for your review.
>> >> But I can't find `be/src/thirdparty/var.sh`, could you point out the file
>> >> name?
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >>
>> >> 此致!Best Regards
>> >> 陈明雨 Mingyu Chen
>> >>
>> >> Email:
>> >> morning...@apache.org
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> 在 2022-07-04 11:00:19,"zhg yang"  写道:
>> >> >+1
>> >> >I have checked:
>> >> >
>> >> >Download links
>> >> >Source file compile
>> >> >Signatures and sha512 cheksum
>> >> >Binaries are runable
>> >> >
>> >> >But there is a small problem  line 48 of be/src/thirdparty/var.sh  should
>> >> >be commented
>> >> >
>> >> >Thanks
>> >> >Yang Zhengguo
>> >> >
>> >> >
>> >> >Mingyu Chen  于2022年7月4日周一 08:57写道:
>> >> >
>> >> >> Hi all,
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> Please review and vote on Apache Doris 1.1.0 release.
>> >> >>
>> >> >> The release candidate has been tagged in GitHub as 1.1.0-rc03, 
>> >> >> available
>> >> >> here:
>> >> >>
>> >> >> https://github.com/apache/doris/tree/1.1.0-rc03
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> Release Notes are here:
>> >> >>
>> >> >> https://github.com/apache/doris/issues/9949
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> Since last release, we merged 441 commits in this release with 90
>> >> >> contributors.
>> >> >> Thanks to everyone who has contributed to this release.
>> >> >>
>> >> >>
>> >>

[Cancel][VOTE] Release Apache Doris 1.1.0-rc03

2022-07-05 Thread Mingyu Chen
Hi all,
This vote has been cancelled.
After fixing the performance and data correctness issues, we will start a new 
vote for this release.







--

此致!Best Regards
陈明雨 Mingyu Chen

Email:
morning...@apache.org

[Discuss][DSIP] Use Docker support external tables scenarios test

2022-07-05 Thread stalary
Hi all,
  Currently we support a variety of external tables, but ut can only mock a lot 
of times. In order to be able to test for real scenarios, I wanted to use 
Docker to solve the problem of third party dependencies. My initial thoughts 
are as follows.
1. Create docker-compose.yaml files for the third party dependencies you want 
to test.
2. Implement annotations for ut, supporting the specification of 
docker-compose.yaml.
3. Start the Docker service before starting ut.


Reference implementation
a. 
https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/ClickhouseDataSourceE2ETest.java
b. 
https://github.com/apache/skywalking-java/blob/main/test/plugin/scenarios/activemq-scenario/configuration.yml


Stalary
Email: stal...@163.com

Re: [Discuss][DSIP] Use Docker support external tables scenarios test

2022-07-05 Thread Jianliang Qi
Great idea! This will facilitate external table function testing.
Looking forward to it.

Jianliang Qi

On Wed, Jul 6, 2022 at 9:19 AM stalary  wrote:

> Hi all,
>   Currently we support a variety of external tables, but ut can only mock
> a lot of times. In order to be able to test for real scenarios, I wanted to
> use Docker to solve the problem of third party dependencies. My initial
> thoughts are as follows.
> 1. Create docker-compose.yaml files for the third party dependencies you
> want to test.
> 2. Implement annotations for ut, supporting the specification of
> docker-compose.yaml.
> 3. Start the Docker service before starting ut.
>
>
> Reference implementation
> a.
> https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/ClickhouseDataSourceE2ETest.java
> b.
> https://github.com/apache/skywalking-java/blob/main/test/plugin/scenarios/activemq-scenario/configuration.yml
>
>
> Stalary
> Email: stal...@163.com


[VOTE] Release Apache Doris Flink Connector 1.1.0

2022-07-05 Thread 41108453
Hi all,  


Please review and vote on Apache Doris Flink Connector 1.1.0 release. 

The release candidate has been tagged in GitHub as : 
 flink-doris-connector-1.14_2.12-1.1.0  and 
flink-doris-connector-1.14_2.11-1.1.0, 




Note: 

1. We will no longer support Flink versions prior to 1.14 in this version, and 
we will provide long-term support versions for subsequent versions of Flink 
based on this version.

2. Available in Scala 2.11 and 2.12




available here: 

https://github.com/apache/doris-flink-connector/tree/branch-1.1.0

Release Notes are here: 

https://github.com/apache/doris-flink-connector/issues/42

KEYS file is available here: 

https://downloads.apache.org/doris/KEYS 

 It is also listed here: 

https://people.apache.org/keys/committer/jiafengzheng.asc

 To verify and build, you can refer to following link: 

http://doris.apache.org/community/release-and-verify/release-verify.html 

  The vote will be open for at least 72 hours.

 [ ] +1 Approve the release

 [ ] +0 No opinion 

 [ ] -1 Do not release this package because ... 







Brs,  



Jiafeng.Zhang / 张家锋 

 Email: jiafengzh...@apache.org







zhangfen_41108453
zhangfen_41108...@qq.com

Re: [VOTE] Release Apache Doris Flink Connector 1.1.0

2022-07-05 Thread 张家峰
The artifacts (source, signature and checksum) corresponding to this
release candidate can be found here:

https://dist.apache.org/repos/dist/dev/doris/flink-connector/1.1.0/

41108453 <41108...@qq.com.invalid> 于2022年7月6日周三 12:06写道:

> Hi all,  
>
>
> Please review and vote on Apache Doris Flink Connector 1.1.0 release.
>
> The release candidate has been tagged in GitHub as :
>  flink-doris-connector-1.14_2.12-1.1.0  and
> flink-doris-connector-1.14_2.11-1.1.0,
>
>
>
>
> Note: 
>
> 1. We will no longer support Flink versions prior to 1.14 in this version,
> and we will provide long-term support versions for subsequent versions of
> Flink based on this version.
>
> 2. Available in Scala 2.11 and 2.12
>
>
>
>
> available here:
>
> https://github.com/apache/doris-flink-connector/tree/branch-1.1.0
>
> Release Notes are here:
>
> https://github.com/apache/doris-flink-connector/issues/42
>
> KEYS file is available here:
>
> https://downloads.apache.org/doris/KEYS
>
>  It is also listed here:
>
> https://people.apache.org/keys/committer/jiafengzheng.asc
>
>  To verify and build, you can refer to following link:
>
> http://doris.apache.org/community/release-and-verify/release-verify.html
>
>   The vote will be open for at least 72 hours.
>
>  [ ] +1 Approve the release
>
>  [ ] +0 No opinion
>
>  [ ] -1 Do not release this package because ...
>
>
>
>
>
>
>
> Brs, 
>
>
>
> Jiafeng.Zhang / 张家锋
>
>  Email: jiafengzh...@apache.org
>
>
>
>
>
>
>
> zhangfen_41108453
> zhangfen_41108...@qq.com



-- 
张家峰


[VOTE] Release Apache Doris Spark Connector 1.1.0

2022-07-05 Thread 41108453
Hi all,

Please review and vote on Apache Doris Spark Connector 1.1.0 release. 

The release candidate has been tagged in GitHub as : 
 spark-doris-connector-3.2_2.12-1.1.0 , 
spark-doris-connector-3.1_2.12-1.1.0 ,spark-doris-connector-2.3_2.13-1.1.0 

available here: 

https://github.com/apache/doris-spark-connector/tree/branch-1.1.0



Release Notes are here: 

https://github.com/apache/doris-spark-connector/issues/40



KEYS file is available here: 

https://downloads.apache.org/doris/KEYS 



 It is also listed here: 

https://people.apache.org/keys/committer/jiafengzheng.asc



The artifacts (source, signature and checksum) corresponding to this release 
candidate can be found here:

https://dist.apache.org/repos/dist/dev/doris/spark-connector/1.1.0/



 To verify and build, you can refer to following link: 

http://doris.apache.org/community/release-and-verify/release-verify.html 



  The vote will be open for at least 72 hours.

 [ ] +1 Approve the release

 [ ] +0 No opinion 

 [ ] -1 Do not release this package because ...   



Jiafeng.Zhang / 张家锋 

 Email: jiafengzh...@apache.org






zhangfen_41108453
zhangfen_41108...@qq.com

Re??[VOTE] Release Apache Doris Flink Connector 1.1.0

2022-07-05 Thread di wu
+1
I have checked:
1. check signature and checksum value
2. verify the source protocol header
3. verify compilation





--  --
??: 
   "dev"

<41108...@qq.com.INVALID>;
: 2022??7??6??(??) 12:06
??: "dev"https://github.com/apache/doris-flink-connector/tree/branch-1.1.0

Release Notes are here: 

https://github.com/apache/doris-flink-connector/issues/42

KEYS file is available here: 

https://downloads.apache.org/doris/KEYS 

 It is also listed here: 

https://people.apache.org/keys/committer/jiafengzheng.asc

 To verify and build, you can refer to following link: 

http://doris.apache.org/community/release-and-verify/release-verify.html 

  The vote will be open for at least 72 hours.

 [ ] +1 Approve the release

 [ ] +0 No opinion 

 [ ] -1 Do not release this package because ... 







Brs,  



Jiafeng.Zhang / ?? 

 Email: jiafengzh...@apache.org







zhangfen_41108453
zhangfen_41108...@qq.com