Re: "Bug Report" template and "Wish list" tag

2019-02-25 Thread Jonathan Wei
"Problem Report" sounds fine to me, maybe we could have an automatically assigned "Problem Report" tag and a separate "Bug" tag. In general I want to have [TAG] or github labels on issues for easy identification. For the feature requests, I think they should be tagged automatically for easy

"Bug Report" template and "Wish list" tag

2019-02-25 Thread Roman Leventov
I suggest renaming "Bug Report" to "Problem Report" (and not automatically assign a "bug" tag) because sometimes the problems that are reported by users are not the result of bugs in Druid, but, for example, misuse, misconfiguration, use of old Druid version, etc. Druid committer assigns a "bug"

Re: Datasketches

2019-02-25 Thread Roman Leventov
There is also an important sub-project in DataSketches - Memory (currently https://github.com/DataSketches/memory) that originated from this issue: https://github.com/apache/incubator-druid/issues/3892 and there is a plan to eventually move Druid from ByteBuffer to Memory, at least in some parts.

Re: Datasketches

2019-02-25 Thread Charles Allen
Basically there are a LOT of issues and PRs that show up when searching for datasketches in the druid PR list: https://github.com/apache/incubator-druid/pulls?utf8=%E2%9C%93=datasketches Maybe just have a label called Area - Sketches ? On Mon, Feb 25, 2019 at 11:01 AM Gian Merlino wrote: >

Re: TeamCity having problems

2019-02-25 Thread Gian Merlino
In the meantime, since Windows builds seem to be ok, I've pinned our TeamCity builds to Windows agents only as an effort to work around the problem. It might slow them down a bit -- there's only 4 Windows agents and 12 Ubuntu agents -- but should hopefully stem the tide of false failures. If this

Re: Datasketches

2019-02-25 Thread Gian Merlino
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, Feb 25, 2019 at 9:57 AM Charles Allen wrote: >

Re: Datasketches

2019-02-25 Thread Julian Hyde
I don’t know how a project can formally track another project, but individuals certainly can. If any Druid committers are ASF members then they could volunteer to help as mentors of the Data Sketches podling. If any Druid committers are past or current contributors to the DataSketches they

Datasketches

2019-02-25 Thread Charles Allen
There are a lot of here and there discussions on how to handle sketching / hll / histograms / other-stats, and it is getting kind of hard to keep track of them all. In addition, looks like Datasketches is in an incubating proposal stage for Apache