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/2.0.2.1/apache-doris-2.0.2.1-src.tar.gz # tar -xf apache-doris-2.0.2.1-src.tar.gz # cd apache-doris-2.0.2.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 21096 files, valid: 8222, invalid: 0, ignored: 12874, fixed: 0 # wget https://dist.apache.org/repos/dist/dev/doris/2.0.2.1/apache-doris-2.0.2.1-src.tar.gz.asc # wget https://downloads.apache.org/doris/KEYS # wget https://dist.apache.org/repos/dist/dev/doris/2.0.2.1/apache-doris-2.0.2.1-src.tar.gz.sha512 # gpg --import KEYS # gpg --verify apache-doris-2.0.2.1-src.tar.gz.asc apache-doris-2.0.2.1-src.tar.gz gpg: Signature made Sat 11 Nov 2023 11:55:45 AM CST gpg: using RSA key A7F22F6AD052BBD24196C4B8ED5740C16894518D gpg: issuer "kx...@apache.org" gpg: Good signature from "Kang Xiao <kx...@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: A7F2 2F6A D052 BBD2 4196 C4B8 ED57 40C1 6894 518D # sha512sum --check apache-doris-2.0.2.1-src.tar.gz.sha512 apache-doris-2.0.2.1-src.tar.gz: OK # docker run -it -v /data/community_release_test/apache-doris-2.0.2.1-src/.m2:/root/.m2 -v /data/community_release_test/apache-doris-2.0.2.1-src/:/root/apache-doris-2.0.2.1-src/ apache/doris:build-env-for-2.0 # cd /root/apache-doris-2.0.2.1-src/ # sh build.sh ... ------ lide-reed l...@apache.org On 2023/11/26 15:01:21 Kang wrote: > Hi De & All, > > The archived src package build problem is fixed and a new tag > 2.0.2.1-rc02 is created. > > Please review and vote on Apache Doris 2.0.2.1 release. > > This is a CRITICAL BUG FIX version based on Doris 2.0.2, which > contains 8 additional commits. > > The release notes can be found here: > https://github.com/apache/doris/issues/26807 > > > The release candidate has been tagged in GitHub as 2.0.2.1-rc01, available > here: > https://github.com/apache/doris/tree/2.0.2.1-rc02 > > The source package, signature and checksum corresponding > to this release candidate can be found here: > https://dist.apache.org/repos/dist/dev/doris/2.0.2.1/ > > The convenient binaries can be downloaded here: > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64.tar.gz > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64.tar.gz.asc > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64.tar.gz.sha512 > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64-noavx2.tar.gz > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64-noavx2.tar.gz.asc > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64-noavx2.tar.gz.sha512 > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-arm64.tar.gz > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-arm64.tar.gz.asc > https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-arm64.tar.gz.sha512 > > > > This has been signed with the PGP key > A7F22F6AD052BBD24196C4B8ED5740C16894518D, corresponding to kx...@apache.org. > > KEYS file is available here: https://downloads.apache.org/doris/KEYS > It is also listed here: https://people.apache.org/keys/committer/kxiao.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 ... > > On Sun, Nov 26, 2023 at 12:04 PM De Li <l...@apache.org> wrote: > > > > When I compile with this source package, I found two issues as following: > > 1) Update apache-orc submodule failed. > > # sh build.sh > > Python 2.7.5 > > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > > Maven home: /usr/share/maven > > Java version: 1.8.0_382, vendor: Red Hat, Inc., runtime: > > /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.382.b05-1.el7_9.x86_64/jre > > Default locale: en_US, platform encoding: ANSI_X3.4-1968 > > OS name: "linux", version: "5.4.119-1-tlinux4-0009.2", arch: "amd64", > > family: "unix" > > cmake version 3.22.1 > > > > CMake suite maintained and supported by Kitware (kitware.com/cmake). > > ninja 1.8.2 > > ccache version 4.8 > > Update apache-orc submodule ... > > fatal: Not a git repository (or any parent up to mount point > > /root/apache-doris-2.0.2.1-src) > > Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). > > fatal: Not a git repository (or any parent up to mount point > > /root/apache-doris-2.0.2.1-src) > > Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). > > > > 2) There is a pom cannot found and download after I fix last issue by manual > > Downloading from cloudera-public: > > https://repository.cloudera.com/artifactory/public/net/sourceforge/czt/dev/cup-maven-plugin/1.6-cdh/cup-maven-plugin-1.6-cdh.pom > > [WARNING] The POM for net.sourceforge.czt.dev:cup-maven-plugin:jar:1.6-cdh > > is missing, no dependency information available > > Downloading from central: > > https://repo.maven.apache.org/maven2/net/sourceforge/czt/dev/cup-maven-plugin/1.6-cdh/cup-maven-plugin-1.6-cdh.jar > > Downloading from cloudera-public: > > https://repository.cloudera.com/artifactory/public/net/sourceforge/czt/dev/cup-maven-plugin/1.6-cdh/cup-maven-plugin-1.6-cdh.jar > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Reactor Summary for fe-common 1.2-SNAPSHOT: > > [INFO] > > [INFO] fe-common .......................................... SUCCESS [ > > 14.742 s] > > [INFO] spark-dpp .......................................... SUCCESS [ > > 26.358 s] > > [INFO] fe-core ............................................ FAILURE [ > > 3.389 s] > > [INFO] hive-udf ........................................... SKIPPED > > [INFO] java-common ........................................ SKIPPED > > [INFO] hudi-scanner ....................................... SKIPPED > > [INFO] java-udf ........................................... SKIPPED > > [INFO] jdbc-scanner ....................................... SKIPPED > > [INFO] paimon-scanner ..................................... SKIPPED > > [INFO] max-compute-scanner ................................ SKIPPED > > [INFO] avro-scanner ....................................... SKIPPED > > [INFO] preload-extensions ................................. SKIPPED > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 44.768 s > > [INFO] Finished at: 2023-11-26T04:02:33Z > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] Plugin net.sourceforge.czt.dev:cup-maven-plugin:1.6-cdh or one of > > its dependencies could not be resolved: Could not find artifact > > net.sourceforge.czt.dev:cup-maven-plugin:jar:1.6-cdh in central > > (https://repo.maven.apache.org/maven2) -> [Help 1] > > [ERROR] > > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > > switch. > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, > > please read the following articles: > > [ERROR] [Help 1] > > http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException > > > > ------ > > lide-reed > > l...@apache.org > > > > > > On 2023/11/24 15:03:24 Mingyu Chen wrote: > > > Here is my + 1 > > > I checked > > > [x] The download link is legal. > > > [x] The PGP signature are valid. > > > [x] The source code matches the current release version. > > > [x] The LICENSE and NOTICE files are correct. > > > [x] All files carry the necessary protocol header. > > > [x] The compiled content is not included in the source package. > > > > > > > > > > > > > > > -- > > > > > > Best Regards > > > Mingyu Chen > > > > > > Email: > > > morning...@apache.org > > > > > > > > > > > > > > > > > > At 2023-11-11 15:16:08, "Kang" <kxiao.ti...@gmail.com> wrote: > > > >Hi all, > > > > > > > >Please review and vote on Apache Doris 2.0.2.1 release. > > > > > > > >This is a CRITICAL BUG FIX version based on Doris 2.0.2, which > > > >contains 8 additional commits. > > > > > > > >The release notes can be found here: > > > >https://github.com/apache/doris/issues/26807 > > > > > > > > > > > >The release candidate has been tagged in GitHub as 2.0.2.1-rc01, > > > >available here: > > > >https://github.com/apache/doris/tree/2.0.2.1-rc01 > > > > > > > >The source package, signature and checksum corresponding > > > >to this release candidate can be found here: > > > >https://dist.apache.org/repos/dist/dev/doris/2.0.2.1/ > > > > > > > >The convenient binaries can be downloaded here: > > > >https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64.tar.gz > > > >https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64.tar.gz.asc > > > >https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64.tar.gz.sha512 > > > >https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64-noavx2.tar.gz > > > >https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64-noavx2.tar.gz.asc > > > >https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-x64-noavx2.tar.gz.sha512 > > > >https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-arm64.tar.gz > > > >https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-arm64.tar.gz.asc > > > >https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.2.1-bin-arm64.tar.gz.sha512 > > > > > > > > > > > > > > > >This has been signed with the PGP key > > > >A7F22F6AD052BBD24196C4B8ED5740C16894518D, corresponding to > > > >kx...@apache.org. > > > > > > > >KEYS file is available here: https://downloads.apache.org/doris/KEYS > > > >It is also listed here: > > > >https://people.apache.org/keys/committer/kxiao.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! > > > > > > > >Kang <kxiao.ti...@gmail.com> > > > > > > > >--------------------------------------------------------------------- > > > >To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org > > > >For additional commands, e-mail: dev-h...@doris.apache.org > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org > > For additional commands, e-mail: dev-h...@doris.apache.org > > > > > -- > > > Best Regards! > > Kang <kxiao.ti...@gmail.com> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org > For additional commands, e-mail: dev-h...@doris.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org