Merge "Enhancements to remote rpc server. Using zmq router-dealer bridge to make...
authorEd Warnicke <eaw@cisco.com>
Wed, 22 Jan 2014 02:14:43 +0000 (02:14 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 22 Jan 2014 02:14:43 +0000 (02:14 +0000)
commit6c82ac2d7bce5a1b7db60f8ad3fab53098bb76d9
tree3790d189e924c0d8c26e0b7e5409aa63b95f877b
parent0539ab40ed209b6539b06afcf5f93b3e2e371807
parent22a9aeee77ebfff3605d7c6e14d107a2672df944
Merge "Enhancements to remote rpc server. Using zmq router-dealer bridge to make the server async. Enhancements to remote rpc client. Using zmq router-dealer bridge to make the client async. Added configuration for remote rpc in Configuration subsystem On Server startup reading of routingtable to populate remoterpcs was giving exception - fixed the same Client was not registered with Server and addRPCImplementation was failing - fixed the same ServerImpl was not getting registered as listener to RoutingTable hence announcement was not received on remote - fixed the same Patch 6: Some unit tests were intemittently hanging. ZMQ Test server was not gracefully shutting down."