0.16.0-incubating

2019-08-22 Thread Clint Wylie
Hi everyone, Just a heads up that I'm planning on branching 0.16.0-incubating off of master at the end of the week, is there anything that *needs* to be included that is not already part of the milestone so we can get it added and prioritize review? Thanks, Clint

Re: 0.16.0-incubating

2019-08-23 Thread Dylan Wylie
ssue & my suggested fix? Cheers, Dylan On Thu, 22 Aug 2019 at 21:05, Clint Wylie wrote: > Hi everyone, > > Just a heads up that I'm planning on branching 0.16.0-incubating off of > master at the end of the week, is there anything that *needs* to be > included that is not alread

Re: 0.16.0-incubating

2019-08-27 Thread Clint Wylie
I've created the 0.16.0-incubating branch and will try to get a release candidate built and up for testing/voting as soon as possible. On Fri, Aug 23, 2019 at 4:09 AM Dylan Wylie wrote: > Hey all, > > This causes (what seems to be) a key JAR to be missing from the build - > h

Release 0.16.0-incubating not running properly on OpenJDK 8 or 11 - segments become unavailable

2019-11-01 Thread Tony Schwartz
The app fails to hand off the segments to the "historical" coordinator (or whatever it's called) so all my segments become immediately unavailable. On the 2 versions of the latest OpenJDK (8 and 11) on which I've tried this, I get the same issue. What I believe is happening can be fixed with a

Re: Release 0.16.0-incubating not running properly on OpenJDK 8 or 11 - segments become unavailable

2019-11-01 Thread Tony Schwartz
Yes, I was able to build the project now with my recommended code change and it works fine. Can someone please look into making this change? So far, it's the only issue I've run into with OpenJDK. Thank you, Tony Schwartz On Fri, Nov 1, 2019 at 11:34 AM Tony Schwartz wrote: > The app fails

Re: Release 0.16.0-incubating not running properly on OpenJDK 8 or 11 - segments become unavailable

2019-11-01 Thread Jad Naous
Hi Tony, thank you for doing this! It would be really helpful if you can open a PR with the change so we can review it! On Fri, Nov 1, 2019 at 9:50 AM Tony Schwartz wrote: > Yes, I was able to build the project now with my recommended code change > and it works fine. Can someone please look in

Re: Release 0.16.0-incubating not running properly on OpenJDK 8 or 11 - segments become unavailable

2019-11-02 Thread Tony Schwartz
I have submitted a pull request: #8813 for your review. Thank you, Tony Schwartz On Fri, Nov 1, 2019 at 1:56 PM Jad Naous wrote: > Hi Tony, thank you for doing this! It would be really helpful if you can > open a PR with the change so we can review it! > > On Fri, Nov 1, 2019 at 9:50 AM Tony Sc

Re: Release 0.16.0-incubating not running properly on OpenJDK 8 or 11 - segments become unavailable

2019-11-02 Thread tony
Does anyone use druid on openjdk? Is openjdk supported? I can't get druid to work on openjdk without this fix. I'm a little concerned about the production readiness of this product on openjdk. should I be? I will get this PR submitted, but it's quite simple, I was hoping an active druid dev

Re: Release 0.16.0-incubating not running properly on OpenJDK 8 or 11 - segments become unavailable

2019-11-02 Thread Gian Merlino
Hi Tony, Druid doesn't fully support Java 11 today — we're working towards it but there are issues to work through related to 'unofficial' APIs we need for ByteBuffers and Cleaners, as well as issues with dependencies like DataSketches and Hadoop. We've updated our docs recently to reflect it: htt

Re: Release 0.16.0-incubating not running properly on OpenJDK 8 or 11 - segments become unavailable

2019-11-02 Thread Tony Schwartz
Original message From: Gian Merlino Date: 11/2/19 13:59 (GMT-05:00) To: dev@druid.apache.org Subject: Re: Release 0.16.0-incubating not running properly on OpenJDK 8 or 11 - segments become unavailable Hi Tony,Druid doesn't fully support Java 11 today — we're working towards i

Re: Release 0.16.0-incubating not running properly on OpenJDK 8 or 11 - segments become unavailable

2019-11-11 Thread Tony Schwartz
ble on the druid website. 0.16.0-incubating Tony Schwartz On 2019/11/02 17:59:21, Gian Merlino wrote: > Hi Tony, > > Druid doesn't fully support Java 11 today — we're working towards it but > there are issues to work through related to 'unofficial' APIs we ne