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)
commit747c1aebc963539c5b3417b27b42c2016063d22f
tree78dd63940b304df1e6fcb942b2e256e230fee4ac
parent5632b9fbde1d50ee1427f5fc424b38d2b4066009
parent80794420bbe8e585964ad17fb2d82dbab75f94b0
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."