mesosphere-backup / hdfs-deprecated

[DEPRECATED] This project is deprecated. It will be archived on December 1, 2017.
Apache License 2.0
147 stars 52 forks source link

Failed to fetch node counts with exception: java.io.EOFException #267

Open giaosudau opened 8 years ago

giaosudau commented 8 years ago

ERROR o.a.mesos.hdfs.state.StateMachine - Failed to fetch node counts with exception: java.io.EOFException

Is that I am config something wrong? It cannot register into Mesos.

23:43:00.761 [Thread-63] INFO  o.a.m.hdfs.scheduler.HdfsScheduler - Received 5 offers
23:43:00.762 [Thread-63] INFO  o.a.m.hdfs.scheduler.HdfsScheduler - value: "2578a727-04fa-422f-9933-9bade378f11f-O1612135"

23:43:00.762 [Thread-63] INFO  o.a.m.hdfs.scheduler.HdfsScheduler - value: "2578a727-04fa-422f-9933-9bade378f11f-O1612136"

23:43:00.762 [Thread-63] INFO  o.a.m.hdfs.scheduler.HdfsScheduler - value: "2578a727-04fa-422f-9933-9bade378f11f-O1612137"

23:43:00.762 [Thread-63] INFO  o.a.m.hdfs.scheduler.HdfsScheduler - value: "2578a727-04fa-422f-9933-9bade378f11f-O1612138"

23:43:00.762 [Thread-63] INFO  o.a.m.hdfs.scheduler.HdfsScheduler - value: "2578a727-04fa-422f-9933-9bade378f11f-O1612139"

23:43:00.763 [Thread-63] ERROR o.a.mesos.hdfs.state.StateMachine - Failed to fetch node counts with exception: java.io.EOFException
23:43:00.763 [Thread-63] INFO  o.a.m.hdfs.scheduler.HdfsScheduler - Scheduler in phase: RECONCILING_TASKS, declining offer: value: "2578a727-04fa-422f-9933-9bade378f11f-O1612135"

23:43:00.764 [Thread-63] INFO  o.a.m.hdfs.scheduler.HdfsScheduler - Scheduler in phase: RECONCILING_TASKS, declining offer: value: "2578a727-04fa-422f-9933-9bade378f11f-O1612136"

23:43:00.764 [Thread-63] INFO  o.a.m.hdfs.scheduler.HdfsScheduler - Scheduler in phase: RECONCILING_TASKS, declining offer: value: "2578a727-04fa-422f-9933-9bade378f11f-O1612137"

23:43:00.764 [Thread-63] INFO  o.a.m.hdfs.scheduler.HdfsScheduler - Scheduler in phase: RECONCILING_TASKS, declining offer: value: "2578a727-04fa-422f-9933-9bade378f11f-O1612138"

23:43:00.764 [Thread-63] INFO  o.a.m.hdfs.scheduler.HdfsScheduler - Scheduler in phase: RECONCILING_TASKS, declining offer: value: "2578a727-04fa-422f-9933-9bade378f11f-O1612139"
mgummelt commented 8 years ago

Just so you know, this repo is for an old version of HDFS that we no longer support. The latest version of HDFS in universe is not built from this repo. We'll be open sourcing that version soon.

The error message you show indicates that you're running an old version. If you uninstall and reinstall, you should get the latest version: https://github.com/mesosphere/universe/blob/version-3.x/repo/packages/H/hdfs/5/package.json#L4

mheppner commented 8 years ago

@mgummelt, is it possible to mark this repo as deprecated? Instead of having everyone post new issues without knowing this repo isn't in use, it might be more efficient to post some sort of status update. See #270.

mgummelt commented 8 years ago

Yea, we'll do that, thanks. cc @kow3ns

triclambert commented 8 years ago

Please note that this repository has now been marked as deprecated. See this issue for a more detailed explanation.