<?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 detect duplicate MapCacheServer Error in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160185#M36589</link>
    <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/5078/pvillard.html"&gt;Pierre Villard&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In the cluster mode, if we run MapCacheServer on only NCM, does that mean once NCM fails, the MapCacheServer becomes unavailable?&lt;/P&gt;&lt;P&gt;Is there anyway to avoid it?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2016 22:33:19 GMT</pubDate>
    <dc:creator>alvinuw</dc:creator>
    <dc:date>2016-08-29T22:33:19Z</dc:date>
    <item>
      <title>nifi detect duplicate MapCacheServer Error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160180#M36584</link>
      <description>&lt;P&gt;I have configured a DistributedMapCacheClientService and a DistributedMapCacheServer which are used by the DetectDuplicate processor. But when I try to process flowfiles using the DetectDuplicate Processor I receive an error: "Detect Duplicate failed to process session due to java.nio.channels.UnresolvedAdressException". So is there any additional configuration needed? Btw, I have installed Nifi additionally on my Hortonworks Sandbox, which is running locally. &lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 21:52:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160180#M36584</guid>
      <dc:creator>alexander_thoma</dc:creator>
      <dc:date>2016-08-01T21:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: nifi detect duplicate MapCacheServer Error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160181#M36585</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/12223/alexanderthomasflick.html" nodeid="12223"&gt;@Alexander Flick&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Could you share the configuration of your controller services? Are the two controller services running?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 21:55:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160181#M36585</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-08-01T21:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: nifi detect duplicate MapCacheServer Error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160182#M36586</link>
      <description>&lt;P&gt;MapCacheServer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6226-ybbu7.png" style="width: 667px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20727i72E01A8DB584EA50/image-size/medium?v=v2&amp;amp;px=400" role="button" title="6226-ybbu7.png" alt="6226-ybbu7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;MapCacheClientService:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6227-xw2e8.png" style="width: 664px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20728i70C75EC6B3D0B2D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="6227-xw2e8.png" alt="6227-xw2e8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Both Controller Services are enabled but how can I check that they are running?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 12:00:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160182#M36586</guid>
      <dc:creator>alexander_thoma</dc:creator>
      <dc:date>2019-08-18T12:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: nifi detect duplicate MapCacheServer Error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160183#M36587</link>
      <description>&lt;P&gt;Since you are running on a standalone NiFi instance, the MapCacheServer is running locally, then you should put 'localhost' for the property 'Server Hostname' in the client service. Let me know if it helps.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 22:10:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160183#M36587</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-08-01T22:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: nifi detect duplicate MapCacheServer Error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160184#M36588</link>
      <description>&lt;P&gt;Yes, that helped - it works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thank you so much! &lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 22:31:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160184#M36588</guid>
      <dc:creator>alexander_thoma</dc:creator>
      <dc:date>2016-08-01T22:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: nifi detect duplicate MapCacheServer Error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160185#M36589</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/5078/pvillard.html"&gt;Pierre Villard&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In the cluster mode, if we run MapCacheServer on only NCM, does that mean once NCM fails, the MapCacheServer becomes unavailable?&lt;/P&gt;&lt;P&gt;Is there anyway to avoid it?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 22:33:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160185#M36589</guid>
      <dc:creator>alvinuw</dc:creator>
      <dc:date>2016-08-29T22:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: nifi detect duplicate MapCacheServer Error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160186#M36590</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11929/alvinuw.html" nodeid="11929"&gt;@Alvin Ji,
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is correct with NiFi 0.x. Unless you implement your own MapCacheServer service and separate it from NiFi, I am not sure there is a solution.&lt;/P&gt;&lt;P&gt;With NiFi 1.x (first version to be released in coming days, RC vote in progress), this is solved with a zero-master clustering paradigm.
&lt;A rel="user" href="https://community.cloudera.com/users/11929/alvinuw.html" nodeid="11929"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 22:37:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/nifi-detect-duplicate-MapCacheServer-Error/m-p/160186#M36590</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-08-29T22:37:54Z</dc:date>
    </item>
  </channel>
</rss>

