<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: NiFi InvokeHTTP -Is there DNS caching or something that would interfere with GSLB failover? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/NiFi-InvokeHTTP-Is-there-DNS-caching-or-something-that-would/m-p/354568#M236938</link>
    <description>&lt;P&gt;I've attempt to set the above in the java.security file and in the bootstrap I set the runtime variables as&lt;BR /&gt;java.arg.20=-Djava.security.networkaddress.cache.ttl=60&lt;BR /&gt;java.arg.21=-Dsun.net.inetaddr.ttl=60&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2022 18:34:36 GMT</pubDate>
    <dc:creator>Eric_B</dc:creator>
    <dc:date>2022-10-11T18:34:36Z</dc:date>
    <item>
      <title>NiFi InvokeHTTP -Is there DNS caching or something that would interfere with GSLB failover?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-InvokeHTTP-Is-there-DNS-caching-or-something-that-would/m-p/344766#M234271</link>
      <description>&lt;P&gt;Version: NiFi 1.11.x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Noticed a behavior where for this version of NiFi, when the remote url is a GSLB, it doesn't recognize when a host is removed from a GSLB until the processor is stopped. Any idea why? Any ideas for a solution?&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 19:30:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-InvokeHTTP-Is-there-DNS-caching-or-something-that-would/m-p/344766#M234271</guid>
      <dc:creator>Eric_B</dc:creator>
      <dc:date>2022-05-31T19:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi InvokeHTTP -Is there DNS caching or something that would interfere with GSLB failover?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-InvokeHTTP-Is-there-DNS-caching-or-something-that-would/m-p/345871#M234691</link>
      <description>&lt;P&gt;Kind of an update: A jank workaround was to force the Connection to close, but it's not the best solution. Looking to see why the client is ignoring the DNS TTL.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 16:13:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-InvokeHTTP-Is-there-DNS-caching-or-something-that-would/m-p/345871#M234691</guid>
      <dc:creator>Eric_B</dc:creator>
      <dc:date>2022-06-17T16:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi InvokeHTTP -Is there DNS caching or something that would interfere with GSLB failover?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-InvokeHTTP-Is-there-DNS-caching-or-something-that-would/m-p/346328#M234842</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/70786"&gt;@Eric_B&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a behaviour inherited from Java. Java caches DNS resolved names internally.&lt;/P&gt;&lt;P&gt;You can adjust the cache TTL value by specifying the corresponding Java property during NiFi startup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see a description of the property here:&amp;nbsp;&lt;A href="https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-jvm-ttl.html" target="_blank"&gt;https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-jvm-ttl.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2022 05:47:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-InvokeHTTP-Is-there-DNS-caching-or-something-that-would/m-p/346328#M234842</guid>
      <dc:creator>araujo</dc:creator>
      <dc:date>2022-06-25T05:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi InvokeHTTP -Is there DNS caching or something that would interfere with GSLB failover?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-InvokeHTTP-Is-there-DNS-caching-or-something-that-would/m-p/353470#M236716</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11191"&gt;@araujo&lt;/a&gt;&amp;nbsp;! That seems to be cause, but I'm a bit confused on how I would set it up. I attempted to both set it in the bootstrap as well as via the jre, but still nothing seems to be working.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 17:16:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-InvokeHTTP-Is-there-DNS-caching-or-something-that-would/m-p/353470#M236716</guid>
      <dc:creator>Eric_B</dc:creator>
      <dc:date>2022-09-27T17:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi InvokeHTTP -Is there DNS caching or something that would interfere with GSLB failover?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-InvokeHTTP-Is-there-DNS-caching-or-something-that-would/m-p/353493#M236726</link>
      <description>&lt;P&gt;Can you share your settings?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 07:18:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-InvokeHTTP-Is-there-DNS-caching-or-something-that-would/m-p/353493#M236726</guid>
      <dc:creator>araujo</dc:creator>
      <dc:date>2022-09-28T07:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi InvokeHTTP -Is there DNS caching or something that would interfere with GSLB failover?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-InvokeHTTP-Is-there-DNS-caching-or-something-that-would/m-p/354568#M236938</link>
      <description>&lt;P&gt;I've attempt to set the above in the java.security file and in the bootstrap I set the runtime variables as&lt;BR /&gt;java.arg.20=-Djava.security.networkaddress.cache.ttl=60&lt;BR /&gt;java.arg.21=-Dsun.net.inetaddr.ttl=60&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 18:34:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-InvokeHTTP-Is-there-DNS-caching-or-something-that-would/m-p/354568#M236938</guid>
      <dc:creator>Eric_B</dc:creator>
      <dc:date>2022-10-11T18:34:36Z</dc:date>
    </item>
  </channel>
</rss>

