<?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 Connection failed to DataNode:50075 sometimes in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-to-DataNode-50075-sometimes/m-p/205044#M81023</link>
    <description>&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;We have a testing HDP 2.6 cluster and we receive an Ambari alert regarding connection to a specific DN web ui (50075) several times during the day (between 20-50 times) - even when the node is in idle state or in minimal workload.&lt;BR /&gt;The alert is:&lt;BR /&gt;&lt;/P&gt;&lt;TABLE&gt;
 &lt;TBODY&gt;&lt;TR&gt;
  &lt;TD&gt;DataNode Web UI 
  &lt;P&gt;Connection failed to &lt;A href="http://hdp-dn11-drp.hadoop.local:50075"&gt;http://&amp;lt;DN_NAME&amp;gt;:50075&lt;/A&gt;
  ([Errno 104] Connection reset by peer) &lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/TD&gt;
 &lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I restarted the DataNode service and even the entire host but still problem remains&lt;BR /&gt;The clue regarding this issue appears in the datanode's log in a perfect correlation to the alert:&lt;BR /&gt;&lt;B&gt;"&lt;/B&gt;&lt;B&gt;ERROR DefaultPromise.rejectedExecution (Slf4JLogger.java:error(181)) - Failed to submit a listener notification task. Event loop &lt;/B&gt;&lt;B&gt;shut down?"&lt;/B&gt;&lt;BR /&gt;(In /var/log/hadoop/hdfs/hadoop-hdfs-datanode-&amp;lt;dn_name&amp;gt;-drp.log) &lt;/P&gt;&lt;P&gt;I googled of course but haven't found any relevant info about this error....&lt;BR /&gt;The /var/log/messages of the server is error-free. &lt;BR /&gt;Any ideas what can cause this intermittent behavior ?&lt;BR /&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Adi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jul 2018 13:45:49 GMT</pubDate>
    <dc:creator>Adija1</dc:creator>
    <dc:date>2018-07-24T13:45:49Z</dc:date>
    <item>
      <title>Connection failed to DataNode:50075 sometimes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-to-DataNode-50075-sometimes/m-p/205044#M81023</link>
      <description>&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;We have a testing HDP 2.6 cluster and we receive an Ambari alert regarding connection to a specific DN web ui (50075) several times during the day (between 20-50 times) - even when the node is in idle state or in minimal workload.&lt;BR /&gt;The alert is:&lt;BR /&gt;&lt;/P&gt;&lt;TABLE&gt;
 &lt;TBODY&gt;&lt;TR&gt;
  &lt;TD&gt;DataNode Web UI 
  &lt;P&gt;Connection failed to &lt;A href="http://hdp-dn11-drp.hadoop.local:50075"&gt;http://&amp;lt;DN_NAME&amp;gt;:50075&lt;/A&gt;
  ([Errno 104] Connection reset by peer) &lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/TD&gt;
 &lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I restarted the DataNode service and even the entire host but still problem remains&lt;BR /&gt;The clue regarding this issue appears in the datanode's log in a perfect correlation to the alert:&lt;BR /&gt;&lt;B&gt;"&lt;/B&gt;&lt;B&gt;ERROR DefaultPromise.rejectedExecution (Slf4JLogger.java:error(181)) - Failed to submit a listener notification task. Event loop &lt;/B&gt;&lt;B&gt;shut down?"&lt;/B&gt;&lt;BR /&gt;(In /var/log/hadoop/hdfs/hadoop-hdfs-datanode-&amp;lt;dn_name&amp;gt;-drp.log) &lt;/P&gt;&lt;P&gt;I googled of course but haven't found any relevant info about this error....&lt;BR /&gt;The /var/log/messages of the server is error-free. &lt;BR /&gt;Any ideas what can cause this intermittent behavior ?&lt;BR /&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Adi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 13:45:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-to-DataNode-50075-sometimes/m-p/205044#M81023</guid>
      <dc:creator>Adija1</dc:creator>
      <dc:date>2018-07-24T13:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Connection failed to DataNode:50075 sometimes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-to-DataNode-50075-sometimes/m-p/205045#M81024</link>
      <description>&lt;P&gt;This means that a TCP RST was received and the connection is now closed. This occurs when a packet is sent from your end of the connection but the other end does not recognize the connection; it will send back a packet with the RST bit set in order to forcibly close the connection.&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;This can happen if the other side crashes and then comes back up or if it calls &lt;CODE&gt;close()&lt;/CODE&gt; on the socket while there is data from you in transit, and is an indication to you that some of the data that you previously sent may not have been received.&lt;/P&gt;&lt;P&gt;It is up to you whether that is an error; if the information you were sending was only for the benefit of the remote client then it may not matter that any final data may have been lost. However you should close the socket and free up any other resources associated with the connection.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:14:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-to-DataNode-50075-sometimes/m-p/205045#M81024</guid>
      <dc:creator>abhinav_phutela</dc:creator>
      <dc:date>2018-07-24T16:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Connection failed to DataNode:50075 sometimes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-to-DataNode-50075-sometimes/m-p/205046#M81025</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/73272/abhinavphutela.html" nodeid="73272"&gt;@Abhinav Phutela&lt;/A&gt;&lt;BR /&gt;Thank you for taking the time to respond.&lt;BR /&gt;The issue in hand is not produced by manual operations so i have no control over opeining or closing connections.&lt;BR /&gt;It seems to be an issue with this specific datanode under normal workload. I do not receive this Ambari alert in other clusters or on other hosts. Just this host.&lt;BR /&gt;It is definitely an error because it is logged as such In /var/log/hadoop/hdfs/hadoop-hdfs-datanode-&amp;lt;dn_name&amp;gt;-drp.log of that specific datanode:&lt;/P&gt;&lt;P&gt;&lt;B&gt;"&lt;/B&gt;&lt;B&gt;ERROR DefaultPromise.rejectedExecution (Slf4JLogger.java:error(181)) - Failed to submit a listener notification task. Event loop &lt;/B&gt;&lt;B&gt;shut down?"&lt;/B&gt;&lt;/P&gt;&lt;P&gt;The node resides in the same rack using the same switch as other nodes which don't have this issue...&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could this be an issue with a faulty NIC maybe ? &lt;/P&gt;&lt;P&gt;Adi&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:31:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-to-DataNode-50075-sometimes/m-p/205046#M81025</guid>
      <dc:creator>Adija1</dc:creator>
      <dc:date>2018-07-24T16:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connection failed to DataNode:50075 sometimes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-to-DataNode-50075-sometimes/m-p/205047#M81026</link>
      <description>&lt;P&gt;If anyone stumbles upon this error - the solution is increasing the maximum heap size of the datanode&lt;BR /&gt;This error can occur if there are pauses in the JVM's garbage collection.&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 17:53:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connection-failed-to-DataNode-50075-sometimes/m-p/205047#M81026</guid>
      <dc:creator>Adija1</dc:creator>
      <dc:date>2018-07-25T17:53:25Z</dc:date>
    </item>
  </channel>
</rss>

