1. 4baf3be Improved thread-safety of the PathChildrenCaches used to supply registry information to REST by Jonathan Hart · 11 years ago
  2. 519d478 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  3. cbb4b95 Removed some more log messages from the ZookeeperRegistry by Jonathan Hart · 11 years ago
  4. da7187b fixed #229: handling rapid switch flapping race conditions gracefully by Pankaj Berde · 11 years ago
  5. 66ba53a Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  6. 99fcee1 fixed #229: handling rapid switch flapping race conditions gracefully by Pankaj Berde · 11 years ago
  7. f495765 Removed superfluous log statements from ZookeeperRegistry that pollute the logs by Jonathan Hart · 11 years ago
  8. 0b3eee4 Bug fix for controller registry to ensure the controller node is put back after Zookeeper connection loss by Jonathan Hart · 11 years ago
  9. 017960a Null pointer exception for non-existent switch by Pankaj Berde · 11 years ago
  10. 44e56fc Cleaned up ZookeeperRegistry code by Jonathan Hart · 11 years ago
  11. 8918737 Re-architected ZookeeperRegistry to use LeaderLatch change notifications and to improve thread safety by Jonathan Hart · 11 years ago
  12. 48f816f Merged in changes from master - bug fixes by Jonathan Hart · 11 years ago
  13. 0de0949 Began trying to use the LeaderLatch with notifications by Jonathan Hart · 11 years ago
  14. 3c0eccd Fixes a RuntimeException thrown when we try and take control of a switch we're already contending by Jonathan Hart · 11 years ago
  15. 7bf6217 Documentation and cleanup of registry code by Jonathan Hart · 11 years ago
  16. 97801ac Fixed standalone bug, documented and cleaned up the registry API by Jonathan Hart · 11 years ago
  17. cc957a0 Controller now uses the registry module to enable fault tolerance\! by Jonathan Hart · 11 years ago
  18. d10008d Minor Registry changes and Controller now registers itself on startup using the registry by Jonathan Hart · 11 years ago
  19. bd76697 Changed the disable zookeeper mechanism. There is now a class (StandaloneRegistry) that implements IControllerRegistryService without needing zookeeper - this is intended for single-node setups e.g. during development by Jonathan Hart · 11 years ago[Renamed (86%) from src/main/java/net/onrc/onos/registry/controller/RegistryManager.java]
  20. 3d7730a Implemented the API method to get all switch-controller information from Zookeeper. Also implemented the informational REST APIs for the Registry service by Jonathan Hart · 11 years ago
  21. d82f20d Renamed the Mastership API to use Registry terminology by Jonathan Hart · 11 years ago[Renamed (90%) from src/main/java/net/floodlightcontroller/mastership/MastershipManager.java]
  22. 57080fb Registry module is disabled by default so we can still run ONOS without it trying to connect to zookeeper. by Jonathan Hart · 11 years ago
  23. 7413022 Compile fixes by Jonathan Hart · 11 years ago
  24. 1be4626 Temporarily disabled zookeeper connection on startup by Jonathan Hart · 11 years ago
  25. edd6a44 Added more switch/controller registry APIs and curator implementations by Jonathan Hart · 11 years ago
  26. c6eee9e Implemented notifications for mastership changes by Jonathan Hart · 11 years ago
  27. bd181b6 Began implementation of per-switch leader election using Curator by Jonathan Hart · 11 years ago
  28. b56bb29 Initial version of a Mastership module by Umesh Krishnaswamy · 11 years ago