[openflowplugin-dev] FlowCapableInventoryProvider Problem

2017-07-17 Thread Qishun Jiao
Hi all, I met a problem in beryllium-sr2 that FlowCapableInventoryProvider thread died for the queue, exactly it was a LinkedBlockingQueue, had been full. The max size was defined as QUEUE_DEPTH which was 500, however, that class might enter a dead loop which firstly took a task and then put ano

[openflowplugin-dev] OpenFlow Notification Problem

2017-03-14 Thread Qishun Jiao
c void run() { notificationService.publish(ld); lldpLinkAger.put(ld); } }); } } public void setLldpLinkAger(LLDPLinkAger lldpLinkAger) { this.lldpLinkAger = lldpLinkAger; } } Thanks again and best regards. Q

[openflowplugin-dev] OpenFlow Notification Problem

2017-03-10 Thread Qishun Jiao
Hi all, I am working on Beryllium-SR2 and faced a problem that notification could not be properly handled when we configured more than 180 devices with openflow. I think the reason may be LLDPDiscoveryListener class which handles the notification, however also publishes notification in the sam