Mercurial > hg > Database > Alice
comparison src/main/java/alice/topology/manager/StartTopologyManager.java @ 422:2c6f86320691 dispose
add topology state recoder
author | sugi |
---|---|
date | Mon, 21 Jul 2014 17:23:38 +0900 |
parents | aefbe41fcf12 |
children | af343b2a7a8b |
comparison
equal
deleted
inserted
replaced
421:fdac53a9101f | 422:2c6f86320691 |
---|---|
73 e.printStackTrace(); | 73 e.printStackTrace(); |
74 } catch (ParseException e) { | 74 } catch (ParseException e) { |
75 logger.error("File format error: " + conf.confFilePath); | 75 logger.error("File format error: " + conf.confFilePath); |
76 e.printStackTrace(); | 76 e.printStackTrace(); |
77 } | 77 } |
78 | 78 |
79 // for recode topology information | |
80 ods.put("topology", new HashMap<String, LinkedList<HostMessage>>()); | |
81 | |
79 new IncomingHosts(topology, nodeNames); | 82 new IncomingHosts(topology, nodeNames); |
80 | 83 |
81 ConfigWaiter cs3 = new ConfigWaiter(nodeNum); | 84 ConfigWaiter cs3 = new ConfigWaiter(nodeNum); |
82 cs3.done.setKey("local", "done"); | 85 cs3.done.setKey("local", "done"); |
83 } else { | 86 } else { |