Re: Welcome Akshat Jain to Druid committers.

2025-01-16 Thread Zoltan Haindrich
Congratulations Akshat! On January 17, 2025 6:12:16 AM GMT+01:00, Laksh Singla wrote: >Congratulations and welcome Akshat! > >On Thu, 16 Jan 2025 at 17:04, Karan Kumar wrote: > >> Hi All >> Please join me in welcoming Akshat to our druid committer community. Akshat >> has been constantly contri

Re: Welcome Adarsh Sanjeev as a PMC

2025-01-16 Thread Zoltan Haindrich
Congratulations Adarsh! On January 17, 2025 6:11:36 AM GMT+01:00, Laksh Singla wrote: >Congratulations Adarsh, well deserved! > >On Thu, 16 Jan 2025 at 17:12, Karan Kumar wrote: > >> Hi All >> Please join in welcoming Adarsh as part of the druid PMC committee. Adarsh >> has been consistently co

Re: [DISCUSS] Druid 33.0.0 release

2025-04-05 Thread Zoltan Haindrich
other javascript engine Rhino [1] in `JavaScriptDimFilter` - I feel like we should reduce the number of javascript engines if possible. cheers, Zoltan [1] https://github.com/apache/druid/pull/17843 [2] https://github.com/mozilla/rhino On 3/27/25 07:13, Zoltan Haindrich wrote: Hey, It seems

[DISCUSS] Druid 33.0.0 release

2025-03-26 Thread Zoltan Haindrich
Hello all, To keep the regular pace of Druid releases; 33.0.0 should be rolled out in the upcoming month or so. I would like to volunteer to be the release manager for this one. Based on the earlier schedules we could target Apr 1 for branch cut - but lets discuss if there are some important th

Re: [DISCUSS] Druid 33.0.0 release

2025-03-27 Thread Zoltan Haindrich
uecomment-2650127506 and the pull request is https://github.com/apache/druid/pull/14795 However, I think this pull request cannot be merge as org.openjdk.nashor is under GNU General Public License v2.0. (please correct me if I'm wrong) Thanks, Maytas On Wed, Mar 26, 2025 at 12:22 AM Zoltan

Re: [DISCUSS] Hadoop ingestion support

2025-04-07 Thread Zoltan Haindrich
Hey, I was also bumping into this while I was running dependency-checks for Druid-33 * I've encountered a CVE [1] in hadoop-runtime-3.3.6 which is a shaded jar * we have a PR to upgrade to 3.4.0 ; so I checked also 3.4.1 - but they are also affected as they ship with (jetty is 9.4.53.v20231009)

[VOTE] Release Apache Druid 33.0.0 [RC3]

2025-04-18 Thread Zoltan Haindrich
Hi all, I have created a build for Apache Druid 33.0.0, release candidate 3. changes compared to rc2: - a comment on druid.host so that upgrade of druid-helm is smoother [1] Thanks for everyone who has helped contribute to the release! You can read the proposed release notes here: https://github

[CANCEL][VOTE] Release Apache Druid 33.0.0 [RC2]

2025-04-17 Thread Zoltan Haindrich
t mounts a customized common.runtime.properties file(which does not include the druid.host property) to override the default one(which has the druid.host property) which is provided by the image. This is why the problem is not reproduced in your environment. On Thu, Apr 17, 2025 at

Re: [VOTE] Release Apache Druid 33.0.0 [RC2]

2025-04-17 Thread Zoltan Haindrich
recommended way to run tutorials these days is with the auto sizing script, so not sure if it is a big deal or not. Did not see the problem when using that script instead. On Wed, Apr 16, 2025 at 12:39 AM Zoltan Haindrich wrote: Hi all, I have created a build for Apache Druid 33.0.0, release can

[VOTE] Release Apache Druid 33.0.0 [RC2]

2025-04-16 Thread Zoltan Haindrich
Hi all, I have created a build for Apache Druid 33.0.0, release candidate 2. (RC1 was botched). Thanks for everyone who has helped contribute to the release! You can read the proposed release notes here: https://github.com/apache/druid/pull/17872 The release candidate has been tagged in GitHub

Re: [VOTE] Release Apache Druid 33.0.0 [RC2]

2025-04-17 Thread Zoltan Haindrich
n't communicate with each other by the default host name. we need to add some suffix to the host name to use CoreDNS to resolve the druid_host. On Thu, Apr 17, 2025 at 4:46 PM Zoltan Haindrich wrote: Hey Frank, Thank you for checking it out - I was digging into it a bit ; but I'm not

[RESULT][VOTE] Release Apache Druid 33.0.0 [RC3]

2025-04-24 Thread Zoltan Haindrich
cluster in K8S from Druid 27, ran native ingestion under the MM-less mode, ran some queries On Fri, Apr 18, 2025 at 3:32 PM Zoltan Haindrich wrote: Hi all, I have created a build for Apache Druid 33.0.0, release candidate 3. changes compared to rc2: - a comment on druid.host so that upgrad

[ANNOUNCE] Apache Druid 33.0.0 release

2025-04-29 Thread Zoltan Haindrich
The Apache Druid team is proud to announce the release of Apache Druid 33.0.0. Druid is a high performance analytics data store for event-driven data. Apache Druid 33.0.0 contains over 190 new features, performance enhancements, bug fixes, and major documentation improvements from 44 contributors

CI stuff

2025-02-17 Thread Zoltan Haindrich
Hey All, Recently I've worked with Akshat to improve on the CI pipeline. Key changes are that the execution of the tests are more swift - it could have unit test results in ~25 min after push. To get to that the parallelization strategy was changed to be able to split it in 8 parts - and do an

Re: [DISCUSS] Druid 33.0.0 release

2025-04-04 Thread Zoltan Haindrich
ruid/milestone/61 On 4/1/25 10:47, Zoltan Haindrich wrote: Hey, I was peeking into this wether just dropping in GraalJS was an option or not...and it seems very promising with the nashorn compat flag turned on [1]. Maytas: what do you think about it? could you please take a look? While I was looking ar