VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
460 stars 218 forks source link

Volttron instance does not report duplicate VIP ID attempting to connect. #610

Closed kmonson closed 8 years ago

kmonson commented 8 years ago

Currently agents are not informed if they are trying to connect to the platform with a duplicate VIP ID to a running agent.

Also the platform does not produce an error in the log if this happens.

kmonson commented 8 years ago

Fixed in 1314b8e822477f40ed7ce806f2a15b0f85342383

kmonson commented 8 years ago

The fix adds only adds agent side reporting. Router side reporting is not possible without reworking how we assign and use VIP ID in a very fundamental way.