Guest User

Vanilla hadoop, slaves datanode log

a guest
Dec 17th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.69 KB | None | 0 0
  1. 2013-12-18 04:47:05,867 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: test-master2T-001/10.0.0.2:8020. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
  2. 2013-12-18 04:47:06,869 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: test-master2T-001/10.0.0.2:8020. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
  3. 2013-12-18 04:47:07,870 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: test-master2T-001/10.0.0.2:8020. Already tried 2 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
  4. 2013-12-18 04:47:08,871 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: test-master2T-001/10.0.0.2:8020. Already tried 3 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
  5. 2013-12-18 04:47:09,872 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: test-master2T-001/10.0.0.2:8020. Already tried 4 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
  6. 2013-12-18 04:47:10,874 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: test-master2T-001/10.0.0.2:8020. Already tried 5 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
  7. 2013-12-18 04:47:11,875 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: test-master2T-001/10.0.0.2:8020. Already tried 6 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
  8. 2013-12-18 04:47:12,876 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: test-master2T-001/10.0.0.2:8020. Already tried 7 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
  9. 2013-12-18 04:47:13,877 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: test-master2T-001/10.0.0.2:8020. Already tried 8 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
  10. 2013-12-18 04:47:14,879 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: test-master2T-001/10.0.0.2:8020. Already tried 9 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
  11. 2013-12-18 04:47:14,880 WARN org.apache.hadoop.hdfs.server.datanode.DataNode: java.net.ConnectException: Call to test-master2T-001/10.0.0.2:8020 failed on connection exception: java.net.ConnectException: Connection refused
  12.     at org.apache.hadoop.ipc.Client.wrapException(Client.java:1142)
  13.     at org.apache.hadoop.ipc.Client.call(Client.java:1118)
  14.     at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:229)
  15.     at com.sun.proxy.$Proxy5.sendHeartbeat(Unknown Source)
  16.     at org.apache.hadoop.hdfs.server.datanode.DataNode.offerService(DataNode.java:1031)
  17.     at org.apache.hadoop.hdfs.server.datanode.DataNode.run(DataNode.java:1588)
  18.     at java.lang.Thread.run(Thread.java:724)
  19. Caused by: java.net.ConnectException: Connection refused
  20.     at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
  21.     at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:708)
  22.     at org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206)
  23.     at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:511)
  24.     at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:481)
  25.     at org.apache.hadoop.ipc.Client$Connection.setupConnection(Client.java:457)
  26.     at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:583)
  27.     at org.apache.hadoop.ipc.Client$Connection.access$2200(Client.java:205)
  28.     at org.apache.hadoop.ipc.Client.getConnection(Client.java:1249)
  29.     at org.apache.hadoop.ipc.Client.call(Client.java:1093)
  30.     ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment