You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2013/06/11 12:43:29 UTC

[Hadoop Wiki] Update of "ConnectionRefused" by SteveLoughran

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "ConnectionRefused" page has been changed by SteveLoughran:
https://wiki.apache.org/hadoop/ConnectionRefused?action=diff&rev1=5&rev2=6

Comment:
note that you can expect to see this in cluster teardown -and not to worry if you d

  You get a ConnectionRefused Exception when there is a machine at the address specified, but there is no program listening on the specific TCP port the client is using -and there is no firewall in the way silently dropping TCP connection requests. If you do not know what a TCP connection request is, please consult the [[http://www.ietf.org/rfc/rfc793.txt|specification]].
  
  Unless there is a configuration error at either end, a common cause for this is the Hadoop service isn't running.
+ 
+ This stack trace is very common when the cluster is being shut down -because at that point Hadoop services are being torn down across the cluster, which is visible to those services and applications which haven't been shut down themselves. Seeing this error message during cluster shutdown is not anything to worry about.
+ 
+ If the application or cluster is not working, and this message appears in the log, then it is more serious.
  
   1. Check the hostname the client using is correct
   1. Check the IP address the client gets for the hostname is correct.