SysFera / vishnu

Modular and high-level middleware for tasks, files and information management in heterogeneous and distributed HPC environments
http://sysfera.github.com/vishnu.html
Other
4 stars 12 forks source link

fixed ticket #379 #388

Closed rchakode closed 10 years ago

rchakode commented 10 years ago

A noter que ce fix soulève un dilemme : pour s'enregistrer au niveau du dispatcher, chaque SeD a besoin d'une machineId. Ainsi si on rend la définition de la machineId optionnelle au niveau du SeD UMS, il faut définir un paradigme d'enregistrement au niveau du Dispatcher.

Pour l'instant, un tel SeD n'est pas enregistré au niveau du Dispatcher: [WARNING] Failed registering the service (FAIL 12: Undefined configuration parameter [vishnuMachineId]) ***

rchakode commented 10 years ago

It's normal : to registry you need a machine Id. Note that this doesn't cause the SeD crashes.

keoo commented 10 years ago

No to register in the dispatcher you don't need the machineId, it is just to register in the database the machine in which the sed is running. It does not cause the SeD to crash but it makes him unjoinable throught the dispatcher whereas it does not need it

keoo commented 10 years ago

Fix added and merged