|
I also think this would be a great help. When troubleshooting or developing a new grid environment I often restart individual RCs. However doing so with the current code makes it so there isn't a way to do this without shutting down the hub and all of your other RCs in the grid. Some more helpful information: If you start up a new remote control and then stop it (stop it's process), you can't start it again because the hub still thinks it's registered, yielding: [java] INFO: Registering new remote control... Ah I didn't see the other issue. This is a duplicate of GRID-14 . The server simply has to handle the case of un-registration. But not only by manual shutdown, the server should be pinging the RC and un-register if it fails to respond. |
|||||||||||||||||||||||||||||||||||
I also would like Grid to handle the state of the RC servers registered to in a lot better. As it stands, I have to restart Grid and all RC servers associated to it every time one of the RC servers gets in a bad state. Fixing this would enhance the dependability of Grid significantly.