Merge "Bug 1034 : Statistics request queue cleanup on node disconnection MD-SAL Stati...
authorEd Warnicke <eaw@cisco.com>
Thu, 5 Jun 2014 03:05:45 +0000 (03:05 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 5 Jun 2014 03:05:45 +0000 (03:05 +0000)
commitd03eca954c9196f98cef6ae67f3f3a3d646b5858
treef1dbf42b2f8d03765b4d449305b77e35d9c96d41
parenta2ca596b9f73b3f1d735dc39b52cd70462d1c8c3
parent612c345a6df5f01d94c256560abd57eedd806a0d
Merge "Bug 1034 : Statistics request queue cleanup on node disconnection MD-SAL Statistics-manager was not removing the statistics request entries from request scheduler queue. So even if node is getting disconnected, request scheduler was sending the request down to the plugin and plugin was throwing IllegalArgumentException. With this fix, whenever node get disconnected its respective NodeStatisticsHandler clean up its pending statistics request from scheduler queue."