Uploaded image for project: 'ovsdb'
  1. ovsdb
  2. OVSDB-65

Pipeline flows arent programmed consistently.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • None
    • unspecified
    • None
    • Operating System: Mac OS
      Platform: PC

    • 1706

      Ideally when a Bridge comes up and attached to the controller, AbstractServiceInstance will push flows like this :

      [mininet@opendaylight ~]\>sudo ovs-ofctl dump-flows -O OpenFlow13 br-int
      OFPST_FLOW reply (OF1.3) (xid=0x2):
      cookie=0x0, duration=29.685s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=0 actions=goto_table:20
      cookie=0x0, duration=20.234s, table=20, n_packets=0, n_bytes=0, send_flow_rem priority=0 actions=goto_table:30
      cookie=0x0, duration=32.796s, table=30, n_packets=0, n_bytes=0, send_flow_rem priority=0 actions=goto_table:40
      cookie=0x0, duration=34.202s, table=40, n_packets=0, n_bytes=0, send_flow_rem priority=0 actions=goto_table:50
      cookie=0x0, duration=31.406s, table=50, n_packets=0, n_bytes=0, send_flow_rem priority=0 actions=goto_table:60
      cookie=0x0, duration=18.621s, table=60, n_packets=0, n_bytes=0, send_flow_rem priority=0 actions=goto_table:80
      cookie=0x0, duration=24.094s, table=70, n_packets=0, n_bytes=0, send_flow_rem priority=0 actions=goto_table:0
      cookie=0x0, duration=15.153s, table=80, n_packets=0, n_bytes=0, send_flow_rem priority=0 actions=goto_table:90
      cookie=0x0, duration=13.714s, table=90, n_packets=0, n_bytes=0, send_flow_rem priority=0 actions=goto_table:100
      cookie=0x0, duration=16.438s, table=100, n_packets=0, n_bytes=0, send_flow_rem priority=0 actions=goto_table:110
      cookie=0x0, duration=34.221s, table=110, n_packets=0, n_bytes=0, send_flow_rem priority=0 actions=drop

      But unfortunately, there are a few cases wherein the flows are not being pushed.
      Upon debugging it is clear that the queue is being populated
      ( private final BlockingQueue<String> queue = new LinkedBlockingDeque<>(); ) but the Thread is not processing them...

            Unassigned Unassigned
            mavenugo@gmail.com Madhu Venugopal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: