20,751
社区成员




2015-09-07 00:59:23,896 WARN org.apache.hadoop.ha.HealthMonitor: Transport-level exception trying to monitor health of NameNode at ubuntu1/192.168.253.129:8020: java.net.ConnectException: Connection refused Call From ubuntu1/192.168.253.129 to ubuntu1:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused
2015-09-07 00:59:25,900 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: ubuntu1/192.168.253.129:8020. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=1, sleepTime=1000 MILLISECONDS)
2015-09-07 00:59:25,901 WARN org.apache.hadoop.ha.HealthMonitor: Transport-level exception trying to monitor health of NameNode at ubuntu1/192.168.253.129:8020: java.net.ConnectException: Connection refused Call From ubuntu1/192.168.253.129 to ubuntu1:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused
2015-09-07 00:59:27,906 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: ubuntu1/192.168.253.129:8020. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=1, sleepTime=1000 MILLISECONDS)
2015-09-07 00:59:27,907 WARN org.apache.hadoop.ha.HealthMonitor: Transport-level exception trying to monitor health of NameNode at ubuntu1/192.168.253.129:8020: java.net.ConnectException: Connection refused Call From ubuntu1/192.168.253.129 to ubuntu1:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused
2015-09-07 00:59:29,912 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: ubuntu1/192.168.253.129:8020. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=1, sleepTime=1000 MILLISECONDS)
2015-09-07 00:59:29,914 WARN org.apache.hadoop.ha.HealthMonitor: Transport-level exception trying to monitor health of NameNode at ubuntu1/192.168.253.129:8020: java.net.ConnectException: Connection refused Call From ubuntu1/192.168.253.129 to ubuntu1:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused
2015-09-07 00:59:31,918 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: ubuntu1/192.168.253.129:8020. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=1, sleepTime=1000 MILLISECONDS)
2015-09-07 00:59:31,919 WARN org.apache.hadoop.ha.HealthMonitor: Transport-level exception trying to monitor health of NameNode at ubuntu1/192.168.253.129:8020: java.net.ConnectException: Connection refused Call From ubuntu1/192.168.253.129 to ubuntu1:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused
2015-09-07 00:59:33,925 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: ubuntu1/192.168.253.129:8020. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=1, sleepTime=1000 MILLISECONDS)
2015-09-07 00:59:35,188 INFO org.apache.hadoop.ha.HealthMonitor: Entering state SERVICE_HEALTHY
2015-09-07 00:59:35,188 INFO org.apache.hadoop.ha.ZKFailoverController: Local service NameNode at ubuntu1/192.168.253.129:8020 entered state: SERVICE_HEALTHY
2015-09-07 00:59:35,196 INFO org.apache.zookeeper.ZooKeeper: Initiating client connection, connectString=ubuntu1:2181,ubuntu2:2181,ubuntu3:2181 sessionTimeout=5000 watcher=org.apache.hadoop.ha.ActiveStandbyElector$WatcherWithClientRef@1f3f6ff
2015-09-07 00:59:35,196 INFO org.apache.zookeeper.ClientCnxn: Opening socket connection to server ubuntu3/192.168.253.131:2181. Will not attempt to authenticate using SASL (unknown error)
2015-09-07 00:59:35,197 INFO org.apache.zookeeper.ClientCnxn: Socket connection established to ubuntu3/192.168.253.131:2181, initiating session
2015-09-07 00:59:35,667 INFO org.apache.zookeeper.ClientCnxn: Session establishment complete on server ubuntu3/192.168.253.131:2181, sessionid = 0x34fa6cfae140000, negotiated timeout = 5000
2015-09-07 00:59:35,673 INFO org.apache.hadoop.ha.ActiveStandbyElector: Session connected.
2015-09-07 00:59:36,067 FATAL org.apache.hadoop.ha.ActiveStandbyElector: Received create error from Zookeeper. code:NONODE for path /hadoop-ha/mycluster/ActiveStandbyElectorLock
2015-09-07 00:59:36,121 INFO org.apache.zookeeper.ZooKeeper: Session: 0x34fa6cfae140000 closed
2015-09-07 00:59:36,121 FATAL org.apache.hadoop.ha.ZKFailoverController: Fatal error occurred:Received create error from Zookeeper. code:NONODE for path /hadoop-ha/mycluster/ActiveStandbyElectorLock
2015-09-07 00:59:36,122 INFO org.apache.hadoop.ipc.Server: Stopping server on 8019
2015-09-07 00:59:36,122 INFO org.apache.hadoop.ipc.Server: Stopping IPC Server listener on 8019
2015-09-07 00:59:36,123 INFO org.apache.hadoop.ipc.Server: Stopping IPC Server Responder
2015-09-07 00:59:36,124 INFO org.apache.hadoop.ha.ActiveStandbyElector: Yielding from election
2015-09-07 00:59:36,124 INFO org.apache.hadoop.ha.HealthMonitor: Stopping HealthMonitor thread
2015-09-07 00:59:36,124 FATAL org.apache.hadoop.hdfs.tools.DFSZKFailoverController: Got a fatal error, exiting now
java.lang.RuntimeException: ZK Failover Controller failed: Received create error from Zookeeper. code:NONODE for path /hadoop-ha/mycluster/ActiveStandbyElectorLock
at org.apache.hadoop.ha.ZKFailoverController.mainLoop(ZKFailoverController.java:369)
at org.apache.hadoop.ha.ZKFailoverController.doRun(ZKFailoverController.java:238)
at org.apache.hadoop.ha.ZKFailoverController.access$000(ZKFailoverController.java:61)
at org.apache.hadoop.ha.ZKFailoverController$1.run(ZKFailoverController.java:172)
at org.apache.hadoop.ha.ZKFailoverController$1.run(ZKFailoverController.java:168)
at org.apache.hadoop.security.SecurityUtil.doAsLoginUserOrFatal(SecurityUtil.java:415)
at org.apache.hadoop.ha.ZKFailoverController.run(ZKFailoverController.java:168)
at org.apache.hadoop.hdfs.tools.DFSZKFailoverController.main(DFSZKFailoverController.java:181)
2015-09-07 00:59:36,127 INFO org.apache.zookeeper.ClientCnxn: EventThread shut down