This is an automated email from the ASF dual-hosted git repository.

sanjeevrk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bf3357  Make Pulsar Docker have very short ttl cache time so that 
bookie changes etc are reacted to quickly (#2774)
9bf3357 is described below

commit 9bf335793381d21a7d41d8ca5ceaf0e89b54a93d
Author: Sanjeev Kulkarni <sanjee...@gmail.com>
AuthorDate: Thu Oct 11 21:13:22 2018 -0700

    Make Pulsar Docker have very short ttl cache time so that bookie changes 
etc are reacted to quickly (#2774)
---
 docker/pulsar/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/pulsar/Dockerfile b/docker/pulsar/Dockerfile
index f4f93c1..3a3bc30 100644
--- a/docker/pulsar/Dockerfile
+++ b/docker/pulsar/Dockerfile
@@ -36,6 +36,7 @@ COPY scripts/install-pulsar-client.sh /pulsar/bin
 
 ADD target/python-client/ /pulsar/pulsar-client
 RUN /pulsar/bin/install-pulsar-client.sh
+RUN echo networkaddress.cache.ttl=1 >> 
$JAVA_HOME/jre/lib/security/java.security
 
 WORKDIR /pulsar
 

Reply via email to