+1 (binding)

src package:
- verified checksum and signature
- check for LICENSE and NOTICE
- rat check passed
- built binary distribution, ran MSQ quickstart, tested some new
features and ran queries

binary package:
- verified checksum and signature
- check for LICENSE and NOTICE
- tested some new features and ran queries

docker:
- verified checksum
- ran docker-compose cluster, got a failure when forking task when
using 'Use Rosetta for x86/amd64 emulation on Apple Silicon', but
queries work fine. I don't recall having trouble with this on previous
releases, maybe related to the Java version update on docker image? I
don't feel like this needs to be a blocker, but we should make people
aware probably
- ran docker-compose cluster without 'rosetta' emulation, stuff really
slow but tasks did complete successfully at least

On Sat, Nov 11, 2023 at 10:09 PM Karan Kumar <karankumar1...@gmail.com> wrote:
>
> + 1 Binding
>
> src package:
> - verified signature/checksum
> - LICENSE/NOTICE present
> - built binary distribution,
>      - Loaded all sample MSQ queries
> queries
>      - Tested query from deep storage
>
> binary package:
> - verified signature/checksum
> - LICENSE/NOTICE present
> - ran single server quick start
>      - Loaded all sample MSQ queries
> queries
>      - Tested query from deep storage
>
> docker:
> - verified checksum
>
>
>
>
>
>
>
>
> On Fri, Nov 10, 2023 at 1:30 PM Kashif Faraz <kfa...@apache.org> wrote:
>
> > +1 Binding
> >
> > Verified artifacts:
> >
> > src:
> > - Verified signature/checksum
> > - LICENSE/NOTICE present
> > - Built binary distribution
> > - Ingested sample "wikipedia" dataset using native batch
> > - Ran Apache Rat license check successfully
> >
> > binary:
> > - Verified signature/checksum
> > - Built binary distribution
> > - Ingested sample "wikipedia" dataset using native batch, range
> > partitioning
> >
> > docker image:
> > - Verified checksum
> > - Started cluster with docker-compose
> > - Ingested sample "wikipedia" dataset using native batch
> >
> >
> > On Thu, Nov 9, 2023 at 6:36 PM Abhishek Agarwal <abhis...@apache.org>
> > wrote:
> >
> > > +1 Binding
> > >
> > > src package:
> > > - verified signature/checksum
> > > - LICENSE/NOTICE present
> > > - built binary distribution,
> > >      - Loaded example koalas-to-the-max nested dataset using MSQ and ran
> > > some
> > > queries
> > >      - Tested Kafka ingestion locally
> > >
> > > binary package:
> > > - verified signature/checksum
> > > - LICENSE/NOTICE present
> > > - built binary distribution,
> > >      - Loaded example koalas-to-the-max nested dataset using MSQ and ran
> > > some
> > > queries
> > >      - Tested Kafka ingestion locally
> > >
> > > docker:
> > > - verified checksum
> > > - started cluster with docker-compose, loaded example koalas-to-the-max
> > > nested dataset using MSQ and ran some
> > > queries
> > > - Added the kafka extension to the environment, started cluster with
> > > docker-compose, and then tested kafka ingestion
> > >
> > > On Tue, Nov 7, 2023 at 11:08 AM Laksh Singla <lakshsin...@apache.org>
> > > wrote:
> > >
> > > > Hi all,
> > > >
> > > > I have created a build for Apache Druid 28.0.0, release
> > > > candidate 1.
> > > >
> > > > Thanks to everyone who has helped contribute to the release! You can
> > read
> > > > the proposed release notes here:
> > > > https://github.com/apache/druid/issues/15326
> > > >
> > > > The release candidate has been tagged in GitHub as
> > > > druid-28.0.0-rc1 (c91d61dc3f7232242c00a6334ea5d0d9cd98e32c),
> > > > available here:
> > > > https://github.com/apache/druid/releases/tag/druid-28.0.0-rc1
> > > >
> > > > The artifacts to be voted on are located here:
> > > > https://dist.apache.org/repos/dist/dev/druid/28.0.0-rc1/
> > > >
> > > > A staged Maven repository is available for review at:
> > > >
> > https://repository.apache.org/content/repositories/orgapachedruid-1056/
> > > >
> > > > Staged druid.apache.org website documentation is available here:
> > > > https://druid.staged.apache.org/docs/28.0.0/design/index.html
> > > >
> > > > A Docker image containing the binary of the release candidate can be
> > > > retrieved via:
> > > > docker pull apache/druid:28.0.0-rc1
> > > >
> > > > artifact checksums
> > > > src:
> > > >
> > > >
> > >
> > f648143c29610f6874c5946897712bce967a4b9d5304b953c9efc14e514a7ee1269fcac626165544dd485560517fc52ef85ddd2617d3410fb0478e10f3ff2982
> > > > bin:
> > > >
> > > >
> > >
> > c971ccbb4220fa2ae9f8a0a0f82c3e4b87750d27ac15d863d1e9f415863ccb8b8e5c764122dc8ef76044a42d27e1108b980ca2b88de8aff660db5a22356d6ab7
> > > > docker:
> > 708f1bd7221734986d049e1b5bd6ad0c985c65d815037f0650dd5ace8654d38c
> > > >
> > > > Release artifacts are signed with the following key:
> > > > https://people.apache.org/keys/committer/lakshsingla.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-28.0.0-src.tar.gz | \
> > > > cut -d ' ' -f1) \
> > > > <(cat apache-druid-28.0.0-src.tar.gz.sha512 ; echo)
> > > >
> > > > diff <(shasum -a512 apache-druid-28.0.0-bin.tar.gz | \
> > > > cut -d ' ' -f1) \
> > > > <(cat apache-druid-28.0.0-bin.tar.gz.sha512 ; echo)
> > > >
> > > > Verify signatures:
> > > > gpg --verify apache-druid-28.0.0-src.tar.gz.asc \
> > > > apache-druid-28.0.0-src.tar.gz
> > > >
> > > > gpg --verify apache-druid-28.0.0-bin.tar.gz.asc \
> > > > apache-druid-28.0.0-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 28.0.0
> > > > [ ] 0 I don't feel strongly about it, but I'm okay with the release
> > > > [ ] -1 Do not release this package because...
> > > >
> > > > Thanks!
> > > >
> > >
> >
>
>
> --
> Thanks
> Karan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@druid.apache.org
For additional commands, e-mail: dev-h...@druid.apache.org

Reply via email to