我是迪斯科的新手,只是想玩玩它。因此,我尝试设置documentation中描述的最简单的实例。安装了Erlang和Python,我做了Git checkout,运行了make,并通过bin/disco nodaemon启动了Disco。下面您可以看到启动从机时的错误消息。因为我是新手,所以我不知道哪里可能出错,也不知道如何调试。如有任何提示,将不胜感激。
Eshell V5.10.2 (abort with ^G)
(disco_8989_master@UberAchim)1> 15:20:19.300 [info] Application lager started on node disco_8989_master@UberAchim
15:20:19.324 [info] Application inets started on node disco_8989_master@UberAchim
15:20:19.325 [info] DISCO BOOTS
15:20:19.327 [info] Disco proxy disabled
15:20:19.328 [info] DDFS master starts
15:20:19.331 [info] Event server starts
15:20:19.332 [info] Disco config starts
15:20:19.334 [info] DISCO SERVER STARTS
15:20:19.335 [info] Fair scheduler starts
15:20:19.335 [info] Scheduler uses fair policy
15:20:19.336 [info] Fair scheduler: Fair policy
15:20:19.338 [info] Config table updated
15:20:19.343 [info] Starting node "disco_8989_slave" on "localhost" ("localhost")
15:20:19.357 [info] web server (mochiweb) starts
15:20:19.357 [info] Application disco started on node disco_8989_master@UberAchim
Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts.
15:20:19.640 [info] ddfs_node initialized on disco_8989_master@UberAchim with volumes: ["vol0"]
15:20:19.640 [info] Node failed at disco_8989_slave@localhost on "localhost": {undef,[{#Fun<node_mon.11.72841891>,[],[]}]}
15:20:19.640 [error] Error in process <0.39.0> on node 'disco_8989_slave@localhost' with exit value: {undef,[{#Fun<node_mon.11.72841891>,[],[]}]}
15:20:19.642 [error] Error in process <0.40.0> on node 'disco_8989_slave@localhost' with exit value: {undef,[{#Fun<node_mon.10.72841891>,[],[]}]}
15:20:19.643 [error] Error in process <0.41.0> on node 'disco_8989_slave@localhost' with exit value: {undef,[{lock_server,start_link,[],[]}]}发布于 2014-02-14 17:35:04
用户的问题已经在其他地方得到了回答,但我将继续在此处发布相关信息,以节省一些搜索时间。
disco的维护者已经here提供了解决方案,并且潜在的问题已经been fixed了。
https://stackoverflow.com/questions/21364584
复制相似问题