Re: dns lookups cached for kafka?

2019-03-21 Thread Will Lauer
See the documentation for java.net.InetAddress. By default, Java caches DNS results, and may be caching them more than you expect. This is controllable via some properties that you can set on the command line. Will *Will Lauer* Senior Principal Architect Audience and Advertising Reporting,

Re: mvn package

2019-03-21 Thread Justin Borromeo
Hi Bill, You can use `mvn clean install -Pdist -DskipTests` to generate the binary distribution (source: http://druid.io/docs/latest/development/build.html ). - Justin > On Mar 21, 2019, at 10:21 AM, bill tsay wrote: > > Hi, > > I am new

mvn package

2019-03-21 Thread bill tsay
Hi, I am new to druid. We plan to use it in our network log analytics. I have a question, how can I "mvn package" druid into a binary tar.gz file like the binary distribution? we plan to customize it but didn't see the command "mvn package" will generate a tar.gz file? Thanks. Bill

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 routing. In general this means making

Re: dns lookups cached for kafka?

2019-03-21 Thread Don Bowman
On Thu, 21 Mar 2019 at 11:48, Charles Allen wrote: > 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 > >

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

dns lookups cached for kafka?

2019-03-21 Thread Don Bowman
What is the expectation around dns and druid? Specifically, when overlord started, it resolved (correctly) my kafka cluster nodes. A little bit later I made a change which changed their IP. But overlord continues to use that originally resolved IP. Is there a way to force the refresh? Should it