Merge "BUG-2706: Processing of messages from device starts too late"
authormichal rehak <mirehak@cisco.com>
Fri, 13 Feb 2015 16:53:45 +0000 (16:53 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 13 Feb 2015 16:53:45 +0000 (16:53 +0000)
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/queue/QueueKeeperFactory.java

index 879f86dc249ab931f6a559c897d9033e260d2f20..0c856cff298e2f502090d6a4815f0f9529dbea9a 100644 (file)
@@ -41,5 +41,6 @@ public abstract class QueueKeeperFactory {
             QueueKeeper<V> queueKeeper) {
         AutoCloseable registration = sourceRegistrator.registerMessageSource(queueKeeper);
         queueKeeper.setPollRegistration(registration);
+        sourceRegistrator.getHarvesterHandle().ping();
     }
 }