Re: Accidentally cloned Superset to druid-io

2023-05-18 Thread Charles Allen
Thank you, Xavier! On Thu, May 18, 2023 at 8:47 AM Xavier Léauté wrote: > No worries, I can take care of it. > > On Thu, May 18, 2023 at 7:45 AM Charles Allen wrote: > > > https://github.com/druid-io/superset > > > > I clicked too fast and didn't realize

Accidentally cloned Superset to druid-io

2023-05-18 Thread Charles Allen
https://github.com/druid-io/superset I clicked too fast and didn't realize cloning went to druid-io instead of my own stuff. Sorry about that! I'm going to work with the repo admins to rectify and minimize the chance of it happening again. Cheers, Charles Allen

Pinot tiered storage

2020-03-17 Thread Charles Allen
https://docs.google.com/document/d/1Z4FLg3ezHpqvc6zhy0jR6Wi2OL8wLO_lRC6aLkskFgs/edit FYI, this proposal just came across the incubator mailing list.

Re: Druid and machine learning

2020-01-28 Thread Charles Allen
the bottleneck > and > > therefore no significant reason to use Druid instead of just plugging > Spark > > engine to Druid segments. > > > > At indexing side, Druid indexer may be considered a general-purpose job > > scheduler so that somebody who already has Druid

Re: Druid and machine learning

2020-01-28 Thread Charles Allen
> engine to Druid segments. > > > > > > At indexing side, Druid indexer may be considered a general-purpose job > > > scheduler so that somebody who already has Druid may leverage it > instead > > of > > > setting up a separate Airflow scheduler. > &

Re: Druid and machine learning

2020-01-27 Thread Charles Allen
> it makes more sense to have tooling around Druid, to do slice and dice the data that you need, and do the ml stuff in sklearn, or even in spark I agree with this sentiment. Druid as an execution engine is very good at doing distributed aggregation (distributed reduce). What advantage does Druid

Re: stop() method for extensions module

2019-12-04 Thread Charles Allen
I had problems with this as well. Check out https://github.com/apache/incubator-druid/pull/6798 for some ways to handle this. On Wed, Dec 4, 2019 at 9:22 AM Krishna Likhitha Katakam < krishna.likhi...@phonepe.com> wrote: > Hi, > > I have a basic question: > When we write a custom Druid extensions

Re: Discussion: Moving DataSketches to core

2019-10-31 Thread Charles Allen
Any time we discuss moving things into core Druid I would love to see a list of dependencies that comes with it. On Wed, Oct 30, 2019, 6:08 PM Jihoon Son wrote: > +1 on moving too. > > On Mon, Oct 28, 2019 at 12:46 PM Fangjin Yang wrote: > > > +1 on moving datasketches to core > > > > On Mon, O

Re: Graduation

2019-06-13 Thread Charles Allen
+1 On Fri, Jun 7, 2019, 9:27 PM Gian Merlino wrote: > Hey Druids, > > Druid has been in the incubator for a while, and we have done 4 releases so > far (0.13.0, 0.14.0, 0.14.1, and 0.14.2) with a 5th on the way. There has > been some discussion off-list recently about pushing for graduation an

Re: Druid community weekly meetings

2019-05-21 Thread Charles Allen
meeting, can you please call them out? Cheers, Charles Allen On Tue, May 21, 2019 at 10:14 AM Anastasia Braginsky wrote: > Hi Everyone, > Are there no weekly meetings anymore? I recall there were on Tuesdays... > Have it been moved to some other time? > Thanks,Anastasia >

Approx N-tile and complex object return values

2019-04-23 Thread Charles Allen
sult when requesting the quantiles singularly in different aggregations. Which in this case I believe would be an array of `NaN`. Thoughts? Charles Allen - To unsubscribe, e-mail: dev-unsubscr...@druid.apache.org For additional commands, e-mail: dev-h...@druid.apache.org

Re: decompression time metric, ie `query/decompress/time`

2019-04-19 Thread Charles Allen
We use the gcp profiler to get this kind of info. I'm torn, because on one hand it is handy to be able to have such information in the metrics system. But on the other hand you are kind of adding in extra profiling stuff when there are other profiling tools out there. As another example would we

Re: JDK 11 support

2019-04-03 Thread Charles Allen
https://github.com/apache/incubator-druid/issues/5589 desire is there, but needs some footwork. There are some enterprises that cannot migrate hadoop deployments to java11, so that would have to be sorted out on how long it would be supported. I think trying to keep up with JDK long term support re

Re: Data Types

2019-03-29 Thread Charles Allen
For my team we start from the other direction. What are people DOING with the data. For example, if they are doing counts and sums with basic predicates, then in what ways does the existing feature set not meet those needs? If they are doing other things, what is the end result they are trying to

Re: dns lookups cached for kafka?

2019-03-21 Thread Charles Allen
I believe so. That's what I do On Thu, Mar 21, 2019 at 8:52 AM Don Bowman wrote: > On Thu, 21 Mar 2019 at 11:48, Charles Allen .invalid> > wrote: > > > Druid assumes the network layer handles whatever tuning is needed > regarding > > DNS resolution or IP routi

Re: dns lookups cached for kafka?

2019-03-21 Thread Charles Allen
Druid assumes the network layer handles whatever tuning is needed regarding DNS resolution or IP routing. In general this means making sure you have your java settings correct (see https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-jvm-ttl.html for a related article). On Thu, Mar

Re: Druid module separation (And a related lookups question)

2019-03-20 Thread Charles Allen
First, note that Server depends on Processing. Most of the things in Core are used everywhere and are underlying utilities. This has taken on various names like "common" and "util" in the past. Most of the things in Processing are there to facilitate the execution of a query. Most of the things

Re: Proposed website migration plan

2019-03-12 Thread Charles Allen
Are there other projects who have transitioned an independently successful domain name to an apache one? On Tue, Mar 5, 2019 at 2:13 PM David Lim wrote: > Who has control over the druid.io domain? Charles would that be you? > > We'd need support from them for the DNS redirect. > > On Tue, Mar 5,

Re: docker build

2019-03-05 Thread Charles Allen
ckerfile) > - Tell users who want to use MySQL that they must publish that extra > layered image themselves > > --dave > > > On Tue, Mar 5, 2019 at 9:59 AM Charles Allen .invalid> > wrote: > > > Honestly we're at a very strange impasse. On one hand I don

Re: docker build

2019-03-05 Thread Charles Allen
Honestly we're at a very strange impasse. On one hand I don't think the ASF project can adopt an official docker image unless ASF legal says its ok. "Official" releases are source code anyways (as my understanding goes), and binary artifacts are convenience things. Unfortunately I do not see a path

Re: docker build

2019-03-05 Thread Charles Allen
Since I accidentally injected some confusion I'll take it a step further. We have doubly hermetically sealed environments. one docker file for the Build and then it copies over to a minimalist image for the final deployable image (using FROM and COPY --from ) . Some of our tests are docker based

Re: docker build

2019-03-05 Thread Charles Allen
haha, sorry, I mean I agree with Don On Tue, Mar 5, 2019 at 9:37 AM Charles Allen wrote: > I agree with Gian on this sentiment. > > On Tue, Feb 19, 2019 at 7:47 AM Don Bowman wrote: > >> On Mon, 18 Feb 2019 at 19:14, Gaurav Bhatnagar >> wrote: >> >> > I

Re: docker build

2019-03-05 Thread Charles Allen
I agree with Gian on this sentiment. On Tue, Feb 19, 2019 at 7:47 AM Don Bowman wrote: > On Mon, 18 Feb 2019 at 19:14, Gaurav Bhatnagar wrote: > > > I have been thinking if automated scripts can be provided to end users in > > Druid for "Additional Dependencies" for user initiated installation

Re: Datasketches

2019-02-25 Thread Charles Allen
rote: > What scope would you suggest for the label or github project? > > There seem to be discussions going on around making DataSketches HLL and/or > Quantiles more 'default' options for their respective areas -- are you > thinking that kind of thing? > > On Mon, Fe

Datasketches

2019-02-25 Thread Charles Allen
ngs can be tracked easier. Anyone have any opinions or desires here? Thanks, Charles Allen

Re: Knowledge sharing between Druid developers via technical talks

2019-02-22 Thread Charles Allen
guidance on how to handle videos released on behalf of ASF projects? Cheers, Charles Allen On Fri, Feb 22, 2019 at 11:20 AM Furkan KAMACI wrote: > Hi, > > It would be really great to organize/attend such tech talks/meetups and > record them. > > On the other hand, we can create

Dev sync

2019-02-12 Thread Charles Allen
I am unable to host the dev sync this week. Is anyone finding utility out of these? the dev list seems pretty active these days, so the legacy utility of the dev sync is very muted (this is a good thing). Unless people are finding specific utility out of a weekly video sync up, I propose it be pos

Re: json logging enable

2019-02-08 Thread Charles Allen
ethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > > org.apache.druid.java.util.common.lifecycle.Lifecycle$AnnotationBasedHandler.start(Lifecycle.java:427) > at > > org.apache.druid.java.util.common.lifecycle.Lifecycle.start(Lifecycle.java:323) >

Re: json logging enable

2019-02-08 Thread Charles Allen
Structured logging is not in a very good state in Druid right now (or the industry in general). Part of the issue is that the log4j standard json format is not very compatible with modern json logging systems. I even modified the sumologic appender to get better productionized items into it at http

Dev sync this week

2019-02-05 Thread Charles Allen
I am indisposed at the moment and will not be able to start the dev sync, can anyone else take over for this week?

Re: Forbiddenapis Plugin

2019-01-31 Thread Charles Allen
Is this indicative of latent bugs the generated sources have? On Thu, Jan 31, 2019 at 8:55 AM Gian Merlino wrote: > I get those sometimes with generated sources -- typically doing a "mvn > clean" beforehand clears it up. We might be able to add exclusions for the > generated source directories i

Re: Slow download of segments from deep storage

2019-01-30 Thread Charles Allen
I *think* the HTTP coordination already enables this On Wed, Jan 30, 2019 at 4:20 PM Samarth Jain wrote: > We noticed that it takes a long time for the historicals to download > segments from deep storage (in our case S3). Looking closer at the code in > ZKCoordinator, I noticed that the segment

Re: Dev sync this week

2019-01-29 Thread Charles Allen
sorry, yes, that is the information I meant. that Feature Freeze is in its final stages On Tue, Jan 29, 2019 at 12:21 PM David Glasser wrote: > On Tue, Jan 29, 2019 at 10:45 AM Charles Allen > wrote: > >* *0.14 *release is in final stages, any blockers for 0.14 should be > ca

Re: Dev sync this week

2019-01-29 Thread Charles Allen
expected. * There was a question about clarification around https://github.com/apache/incubator-druid/issues/6910 Cheers! On Tue, Jan 29, 2019 at 9:58 AM Charles Allen wrote: > https://meet.google.com/ozi-rtfg-ags >

Dev sync this week

2019-01-29 Thread Charles Allen
https://meet.google.com/ozi-rtfg-ags

Dev sync today

2019-01-22 Thread Charles Allen
My computer is having issues. Can anyone else start the dev sync today?

Re: Docker image

2019-01-16 Thread Charles Allen
The idea has been toyed around with internally here. What would your expectations be of such an image? On Wed, Jan 16, 2019 at 2:35 PM Don Bowman wrote: > Is anyone working on a docker image? I mean, there are quite a few out > there but they have some various issues, usually security based as

Sync up this week

2019-01-15 Thread Charles Allen
To join the video meeting, click this link: https://meet.google.com/ozi-rtfg-ags Otherwise, to join by phone, dial +1 442-666-1256 and enter this PIN: 6867# To view more phone numbers, click this link: https://tel.meet/ozi-rtfg-ags?hs=5 Cheers!

Re: dev sync this week

2019-01-08 Thread Charles Allen
not much interest this week, ducking out On Tue, Jan 8, 2019 at 10:06 AM Charles Allen wrote: > https://meet.google.com/ozi-rtfg-ags > > sorry for the late notice >

dev sync this week

2019-01-08 Thread Charles Allen
https://meet.google.com/ozi-rtfg-ags sorry for the late notice

Guava compat

2019-01-07 Thread Charles Allen
Hi all! Just FYI https://github.com/apache/incubator-druid/pull/6815 is up which is hopefully the last change needed to get old AND recent versions of Guava working with druid

Re: Watermarks!

2019-01-07 Thread Charles Allen
termark once some time range has reached some "complete" criteria (number of events, or signal from external system could make sense). The nice thing here is also with automated checks, which can wait until the watermark has progressed before querying the druid cluster for some data. Ho

Watermarks!

2019-01-02 Thread Charles Allen
ain as an extension forever if desired. An alternative I would like to propose is that the primitives for the watermark feature be added to core druid, and the extension points be added to their respective places (mysql extension and google extension to name two explicitly). Let me know what you think! Charles Allen

Re: Writing a Druid extension

2019-01-02 Thread Charles Allen
https://github.com/apache/incubator-druid/pull/6798 Please check it out Nikita On Sat, Dec 29, 2018 at 11:59 PM Nikita Dolgov wrote: > I was experimenting with a Druid extension prototype and encountered some > difficulties. The experiment is to build something like > https://github.com/apache/i

Re: Writing a Druid extension

2019-01-02 Thread Charles Allen
o SQL endpoint setup in an extension wouldn't be too hard, but have not tried such a thing. This one would probably be worth having its own discussion thread (maybe an issue?) on how to handle. You are on the right track! Charles Allen On Sat, Dec 29, 2018 at 11:59 PM Nikita Dolgov wrote: &

Re: Drop 0. from the version

2018-12-21 Thread Charles Allen
You are > > right that it is sort of a marketing/mentality thing, so it's an > > opportunity for us to declare that we feel Druid has reached some > > milestone. My feeling at this time is probably ASF graduation or > > completeness of vision (see my earlier

Re: Drop 0. from the version

2018-12-21 Thread Charles Allen
? is not supported. Some things that will not have tools might have warning logs printed that the functionality will change (should we change these to alerts?) If this sounds reasonable then jumping straight to Apache Druid 14 on the first official apache release would make a lot of sense. Cheers,

Unable to start dev sync this week

2018-12-18 Thread Charles Allen
I'm unable to start the dev sync this week. Can someone else start it up? Thanks, Charles Allenn

Re: This week's dev sync

2018-12-11 Thread Charles Allen
processing, please make sure it is known in the community. * It is proposed the dev sync for Dec 25th and Jan 1st be skipped. On Tue, Dec 11, 2018 at 9:51 AM Charles Allen wrote: > To join the video meeting, click this link: > https://meet.google.com/ozi-rtfg-ags > Otherwise, to join

This week's dev sync

2018-12-11 Thread Charles Allen
To join the video meeting, click this link: https://meet.google.com/ozi-rtfg-ags Otherwise, to join by phone, dial +1 442-666-1256 and enter this PIN: 6867# To view more phone numbers, click this link: https://tel.meet/ozi-rtfg-ags?hs=5

Dev sync this week

2018-12-04 Thread Charles Allen
I have more conflicts this week. Can someone else start the dev sync?

Dev sync this week

2018-11-27 Thread Charles Allen
I have a conflict for the meeting this week (again, unfortunately) Is anyone else able to start the meeting?

Re: Sync up this week

2018-11-13 Thread Charles Allen
; Thanks, > > Jun > > On Tue, Nov 13, 2018 at 9:15 AM Charles Allen > wrote: > > > Hi all! > > > > I have an off-site today so will not be able to host the sync up. Is > anyone > > else able to host? > > > > Thank you, > > Charles Allen > > >

Sync up this week

2018-11-13 Thread Charles Allen
Hi all! I have an off-site today so will not be able to host the sync up. Is anyone else able to host? Thank you, Charles Allen

Dev sync this week

2018-11-06 Thread Charles Allen
I have a conflict. Can someone else start the dev sync this week? Thank you, Charles Allen

Bug in Jackson Smile 2.6.5 (-Pspark2)

2018-10-30 Thread Charles Allen
If anyone is building druid with -Pspark2, there is a weird bug in older versions of Smile documented in https://github.com/apache/incubator-druid/issues/6553

This week's dev sync

2018-10-30 Thread Charles Allen
https://meet.google.com/ozi-rtfg-ags Cheers! Charles Allen

Dev sync this week

2018-10-23 Thread Charles Allen
I have a conflict this week. Is anyone else able to start the sync up?

Re: Druid + Theta Sketches performance

2018-10-22 Thread Charles Allen
, 2018 at 9:17 PM alex.rnv...@gmail.com wrote: > > > On 2018/10/19 14:42:18, Charles Allen > wrote: > > This is a good callout. Those numbers still seem very slow. One item I'm > > curious of is if you are dropping the id when you index, or if the id is > >

Re: Druid + Theta Sketches performance

2018-10-19 Thread Charles Allen
hey have a very limited scope use case. Now, to Theta Sketches itself, I am not as familiar with the Theta Sketches code paths. It is possible there are performance gains to be had. Hope this helps, Charles Allen On Fri, Oct 19, 2018 at 3:38 AM alex.rnv...@gmail.com wrote: > Hi Druid devs, > I

Dev Sync

2018-10-16 Thread Charles Allen
https://meet.google.com/ozi-rtfg-ags This week's dev sync Cheers! Charles Allen

Re: TopN on two metrics

2018-10-11 Thread Charles Allen
":"metric1", > "type":"fieldAccess" > }, > { >"fieldName":"metric2", >"name":"metric2", >"type":"fieldA

Re: TopN on two metrics

2018-10-11 Thread Charles Allen
For the vast majority of use cases, Yes! For example, lets say you have two metrics "Cost" and "Taxes" as USD cents. When you add the two together you get the total that was charged (or something similar). To get the total that was charged across everything, you simply sum the Cost and sum the Tax

Re: [EXTERNAL] This week's dev sync

2018-10-09 Thread Charles Allen
great question! They typically occur at 10am pacific time every Tuesday On Tue, Oct 9, 2018 at 10:59 AM Mohammad.J.Khan wrote: > Hi Charles, > > What time do the week's dev sync take place? > > Thanks, > Mohammad > > On 10/9/18, 11:55 AM, "Char

Mentioned in the dev sync today - dependency problems

2018-10-09 Thread Charles Allen
@clint https://github.com/apache/incubator-druid/pull/6438 here's the exclusions proposed to reduce jackson conflicts

This week's dev sync

2018-10-09 Thread Charles Allen
https://meet.google.com/ozi-rtfg-ags Cheers!

Netty 4.1.x

2018-10-05 Thread Charles Allen
Spark's laster major version (2.3.x) has netty 4.1 I propose giving netty 4.1.x another shot. Sound good? Charles Allen

Druid dev sync this week

2018-09-25 Thread Charles Allen
https://meet.google.com/ozi-rtfg-ags Cheers!

Unique Sketch aggregations and bias correction

2018-09-24 Thread Charles Allen
e? Cheers, Charles Allen

Dev Sync this week

2018-09-18 Thread Charles Allen
https://meet.google.com/ozi-rtfg-ags Cheers!

This week's dev sync

2018-09-11 Thread Charles Allen
https://meet.google.com/ozi-rtfg-ags Cheers! Charles Allen

This week's dev sync

2018-09-04 Thread Charles Allen
To join the video meeting, click this link: https://meet.google.com/ozi-rtfg-ags Otherwise, to join by phone, dial +1 442-666-1256 and enter this PIN: 6867# To view more phone numbers, click this link: https://tel.meet/ozi-rtfg-ags?hs=5 Cheers!

Re: Towards 0.13 (Apache release)

2018-08-30 Thread Charles Allen
I just merged to one of the PRs I'm working on, and after upping the rename limit to pretty high it was relatively painless On Thu, Aug 30, 2018 at 10:24 AM Slim Bouguerra wrote: > Thanks Gian worked for me! > > > On Aug 30, 2018, at 10:06 AM, Gian Merlino wrote: > > > > That PR is merged now!

dev Sync this week

2018-08-28 Thread Charles Allen
To join the video meeting, click this link: https://meet.google.com/ozi-rtfg-ags Otherwise, to join by phone, dial +1 442-666-1256 and enter this PIN: 6867# To view more phone numbers, click this link: https://tel.meet/ozi-rtfg-ags?hs=5

September LA Meetup!

2018-08-27 Thread Charles Allen
area please stop by for some good tech talks and networking opportunities! Best Regards, Charles Allen

This week's dev sync

2018-08-21 Thread Charles Allen
https://meet.google.com/ozi-rtfg-ags sorry for the delay

Re: Dev sync this week

2018-08-14 Thread Charles Allen
yggXkzgIOkZCdAAEE. > > Best, > Jihoon > > On Tue, Aug 14, 2018 at 9:51 AM Charles Allen > wrote: > > > I will be late to the dev sync this week and might not be able to make > it, > > can anyone else start it? > > > > Thank you, > > Charles Allen > > >

Dev sync this week

2018-08-14 Thread Charles Allen
I will be late to the dev sync this week and might not be able to make it, can anyone else start it? Thank you, Charles Allen

Re: Druid 0.12.2 release vote

2018-08-09 Thread Charles Allen
+1 Still rolling out but looks good for what I've seen so far On Thu, Aug 9, 2018 at 10:39 AM Charles Allen wrote: > Oh probably. Long story short: approximately equivalent, new release has > slightly tucked in long tail on the bad side of query time (but also few > samples in

Re: Druid 0.12.2 release vote

2018-08-09 Thread Charles Allen
aphic attached, maybe the mailing list ate it? > > On Wed, Aug 8, 2018 at 4:15 PM Charles Allen .invalid> > wrote: > > > Blue is 0.12.2 with some minor backports not perf related. Red is from > the > > 0.11.x series. This is effectively a bucketed PDF of the query times for

Re: Druid 0.12.2 release vote

2018-08-08 Thread Charles Allen
h our internal 0.12.2 release. This is good! Cheers, Charles Allen [image: Screen Shot 2018-08-08 at 4.01.24 PM.png] On Wed, Aug 8, 2018 at 3:11 PM David Lim wrote: > +1, thank you! > > On Wed, Aug 8, 2018 at 3:16 PM Jonathan Wei wrote: > > > +1, thanks Jihoon! > > >

Re: Druid 0.12.2 release vote

2018-08-08 Thread Charles Allen
I don't think it should be a blocker to release, but I have to run perf tests for rollouts anyways so I figured I'd publish what I find :-P Cheers, Charles Allen On Wed, Aug 8, 2018 at 12:33 PM Gian Merlino wrote: > That being said, Charles I am definitely looking forward to y

Re: Druid 0.12.2 release vote

2018-08-08 Thread Charles Allen
2018 at 10:04 AM Jihoon Son wrote: > > > > > Sure, > > > > > > the release note is available here: > > > https://github.com/apache/incubator-druid/issues/6116. > > > > > > Best, > > > Jihoon > > > > > > On Tue, Aug 7,

Re: Druid 0.12.2 release vote

2018-08-07 Thread Charles Allen
((don't let this ask block the release)) Is there a way to get a preview of what the release notice will look like? On Mon, Aug 6, 2018 at 3:38 PM Fangjin Yang wrote: > +1 > > On Mon, Aug 6, 2018 at 3:03 PM, Jihoon Son wrote: > > > Hi all, > > > > Druid 0.12.2-rc1 (http://druid.io/downloads.ht

This week's dev sync

2018-08-07 Thread Charles Allen
https://meet.google.com/ozi-rtfg-ags See you soon!

Dev Sync today

2018-07-31 Thread Charles Allen
I will likely be late to the dev sync, is anyone else able to start it this week?

Re: Two questions about HLL

2018-07-30 Thread Charles Allen
have one HyperUnique which represents {‘a’, 'b', 'c'} and another > one for {'b', 'c', 'd'}, I would like to have their intersection, i.e., > logical AND operation between them, is it supported by Druid? > > > > > Thx > >

Re: Two questions about HLL

2018-07-30 Thread Charles Allen
clear how you want the results of the HLL calculation handled for the purposes of post aggregation. Long story short, you should be able to use HyperUnique if you want the sketch estimate directly in the query result body. Cheers, Charles Allen On Sun, Jul 29, 2018 at 11:15 PM ? ? wrote: >

Flushing Travis Caches

2018-07-25 Thread Charles Allen
The cache for one of my PRs got corrupt on travis and I had to clear it. I noticed the resulting cache is about 90% smaller! My question is as follows: Any objection to deleting (purging) the travis caches on occasion? I'm specifically interested in master Cheers, Charles Allen

Re: Build failure on 0.13.SNAPSHOT

2018-07-25 Thread Charles Allen
OOME seems to be showing up in some of the Travis testing as well for group by related stuff. Unsure what's going on there. On Tue, Jul 24, 2018 at 9:46 PM Dongjin Lee wrote: > After some experiments, I figured out the following: > > 1. Druid uses above 8gb of memory for testing. (building-druid

Re: Problem on druid-s3-extensions

2018-07-25 Thread Charles Allen
IMHO the best way to do it would be to setup the test so that it sets the region just for the test, and let production systems use whichever region provider fits the way they typically do region configs. That way people running the tests don't have to worry about anything regarding how to setup a r

Dev sync

2018-07-24 Thread Charles Allen
Is someone else able to start the dev sync this week? I'm out of town at a conference.

Re: Multi-threaded Druid Tests/Benchmarks

2018-07-18 Thread Charles Allen
18, 2018 at 12:35 AM Anastasia Braginsky wrote: > So this is probably where we can help with the Oak-based incremental > index.Can you please give me any reference to those tests? Any descriptions? > Thanks! > > On Tuesday, July 17, 2018, 8:59:57 PM GMT+3, Charles Allen

Re: Multi-threaded Druid Tests/Benchmarks

2018-07-17 Thread Charles Allen
Unfortunately I think multi-threaded test coverage is kind of weak and historically very hart to test. There are some topN benchmarks but they are very limited as they don't scale well (heap gets blasted from incremental index) with a large concurrency level. On Sun, Jul 15, 2018 at 6:35 AM Anasta

TopN folding and result ordering (and maybe group by)

2018-07-17 Thread Charles Allen
the Finalize flag of a query to determine the sort order, or adding a new query context to determine if the sort order should be specification order (default) or lexicographic order (internal override) ? Thanks, Charles Allen

Re: This week's dev sync

2018-07-17 Thread Charles Allen
Some on the call mentioned there were some oddities with logins this week. Using incognito mode worked to fix the login issues On Tue, Jul 17, 2018 at 9:50 AM Charles Allen wrote: > To join the video meeting, click this link: > https://meet.google.com/ozi-rtfg-ags > Otherwise, to join

This week's dev sync

2018-07-17 Thread Charles Allen
To join the video meeting, click this link: https://meet.google.com/ozi-rtfg-ags Otherwise, to join by phone, dial +1 442-666-1256 and enter this PIN: 6867# To view more phone numbers, click this link: https://tel.meet/ozi-rtfg-ags?hs=5

Java script engine to be removed

2018-07-14 Thread Charles Allen
http://openjdk.java.net/jeps/335 https://bugs.openjdk.java.net/browse/JDK-8202786 The javascript Nashorn engine is deprecated and slated to be removed in the next long term support release of Java. https://github.com/apache/incubator-druid/issues/5589 is the ticket for maintaining future java su

Re: Druid 0.12.2-rc1 vote

2018-07-11 Thread Charles Allen
the state of things on our test cluster right now, but > without these 4 patches things should still be operating more correctly > than they were before, just the differences being with balancing moving > somewhere between 0 and max, and less useful logging making future issues > (whic

Re: Druid 0.12.2-rc1 vote

2018-07-10 Thread Charles Allen
Brought this up in the dev sync: I saw a lot of PRs and fixes for Coordinator segment balancing related to some regressions that happened in 0.12.x . Is anyone able to give a rundown of the state of coordinator segment management for the 0.12.2 RC? On Tue, Jul 10, 2018 at 10:26 AM Nishant Bangarw

  1   2   >