Re: Ordering of multipart reply messages with the same transaction ID


Vitaliy Nazaryants <vinazaryants@...>
 

Thanks a lot for your reply, we'll try to do some hacking before we can migrate to Li.

On Fri, Oct 9, 2015 at 4:32 PM, Michal Rehak -X (mirehak - PANTHEON TECHNOLOGIES at Cisco) <mirehak@...> wrote:

Hi Vitaly,


yes - this can happen because notifications are delivered by md-dal and it depends in internal implementation there if multiple threads are involved which could result into random delivery order.


This is covered in Li-codebase of ofPlugin where complete statistics are atomically written into dataStore and apps are expected to listen to dataChangeNotifications.


https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:He_vs_Li_comparison



Regards,

Michal



From: openflowjava-dev-bounces@... <openflowjava-dev-bounces@...> on behalf of Vitaliy Nazaryants <vinazaryants@...>
Sent: Friday, October 9, 2015 11:41
To: openflowplugin-dev@...
Cc: openflowjava-dev@...
Subject: [openflowjava-dev] Ordering of multipart reply messages with the same transaction ID
 
Hello,

   We use flow statistics requests to track the flows currently installed on the switches. When the number of flows on a switch is large, the controller receives several multipart replies for one request, and it turns out that somehow the order of notifications for these replies is not stable. We listen to the FlowsStatisticsUpdate notifications having the necessary transaction ID and track the OFPMPF_REQ_MORE flag to find the last reply in the sequence, but, although the switches send replies in the correct order (if I may say so, but at least OFPMPF_REQ_MORE = 0 is in the last reply), the order of FlowsStatisticsUpdate notifications is such that sometimes the notification with OFPMPF_REQ_MORE = 0 is in the middle of the sequence, and can even become the first one.
  Is this a known problem? Can someone suggest a way to ensure the correct order of replies / notifications in this case, at least the one with OFPMPF_REQ_MORE = 0 always being the last one? Thank you in advance.

--
-- 
Best Regards,
Vitaly Nazaryants
Software Engineer, Mirantis Inc.
Work phone: +7(8452) 674 555
Cell phone: +7917 215 9329
Skype: newalias



--
-- 
Best Regards,
Vitaly Nazaryants
Software Engineer, Mirantis Inc.
Work phone: +7(8452) 674 555
Cell phone: +7917 215 9329
Skype: newalias

Join z.archive.openflowjava-dev@lists.opendaylight.org to automatically receive all group messages.