+1 (binding) Src package - license and notice present - verified signature - verified checksum - rat checks passed - built dist from source - ran dist from source build in docker with druid-operator - validated k8s extensions for indexing and zk-less discovery - ingested with native parallel batch - queried with sql and msq select
Binary package - license and notice present - verified signature - verified checksum Docker Image - ran with Druid operator - validated k8s extensions for indexing and zk-less discovery - ingested with msq - queried with sql and msq select On Sat, Dec 6, 2025 at 4:18 AM Clint Wylie <[email protected]> wrote: > Hi all, > > I have created a build for Apache Druid 35.0.1, release > candidate 2. Release candidate 1 was cancelled before voting was > started, but after tag creation. > > This is an important bug fix release to address regressions with Druid > 35.0.0 segment dropping and protobuf ingestion. > > You can read the proposed release notes here: > > https://github.com/apache/druid/blob/35.0.1/docs/release-info/release-notes.md > > The release candidate has been tagged in GitHub as > druid-35.0.1-rc2 (66e91f9c9dee0912fac4672977f4bd9bc3f75a18), > available here: > https://github.com/apache/druid/releases/tag/druid-35.0.1-rc2 > > The artifacts to be voted on are located here: > https://dist.apache.org/repos/dist/dev/druid/35.0.1-rc2/ > > A staged Maven repository is available for review at: > https://repository.apache.org/content/repositories/orgapachedruid-1092/ > > Staged druid.apache.org website documentation is available here: > https://druid.staged.apache.org/docs/35.0.1/design/ > > A Docker image containing the binary of the release candidate can be > retrieved via: > docker pull apache/druid:35.0.1-rc2 > > artifact checksums > src: > > 6700c71c60b3a19dda7790c35bb108205b5a171edf07adc78a07bc963d41c842c12d51d40d0d9764c89105bd14910ec26281e2eb117afa19fc557d64cc4a9e7f > bin: > > ebb6d22ded755ab6e39f367cfcccf6eea59d31da80838afbf4b88aef99cbd7efd9ffecc1ab8bd9054583c019d94d660bd638dc057c3ba223260842582cc2d2f9 > docker: 069d57197483f6d621245421d7576bf7c55dd88a5e8a2aa14f0df01b309b931b > > Release artifacts are signed with the following key: > https://people.apache.org/keys/committer/cwylie.asc > > This key and the key of other committers can also be found in the project's > KEYS file here: > https://dist.apache.org/repos/dist/release/druid/KEYS > > (If you are a committer, please feel free to add your own key to that file > by following the instructions in the file's header.) > > > Verify checksums: > diff <(shasum -a512 apache-druid-35.0.1-src.tar.gz | \ > cut -d ' ' -f1) \ > <(cat apache-druid-35.0.1-src.tar.gz.sha512 ; echo) > > diff <(shasum -a512 apache-druid-35.0.1-bin.tar.gz | \ > cut -d ' ' -f1) \ > <(cat apache-druid-35.0.1-bin.tar.gz.sha512 ; echo) > > Verify signatures: > gpg --verify apache-druid-35.0.1-src.tar.gz.asc \ > apache-druid-35.0.1-src.tar.gz > > gpg --verify apache-druid-35.0.1-bin.tar.gz.asc \ > apache-druid-35.0.1-bin.tar.gz > > Please review the proposed artifacts and vote. Note that Apache has > specific requirements that must be met before +1 binding votes can be cast > by PMC members. Please refer to the policy at > http://www.apache.org/legal/release-policy.html#policy for more details. > > As part of the validation process, the release artifacts can be generated > from source by running: > mvn clean install -Papache-release,dist -Dgpg.skip > > The RAT license check can be run from source by: > mvn apache-rat:check -Prat > > This vote will be open for at least 72 hours. The vote will pass if a > majority of at least three +1 PMC votes are cast. > > [ ] +1 Release this package as Apache Druid 35.0.1 > [ ] 0 I don't feel strongly about it, but I'm okay with the release > [ ] -1 Do not release this package because... > > Thanks! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
