Uploaded image for project: 'Maistra'
  1. Maistra
  2. MAISTRA-2255

IOR does not handle events while doing initial sync

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • maistra-2.1.0
    • None
    • ior
    • None
    • Sprint 2, Sprint 3, Sprint 4

    Description

      This issue was caught by a test failure:

      • Test creates 100 gateways
      • In its initial sync, IOR reads from the store, but it returns only 50 gateways.
      • IOR starts creating the routes for those 50 gateways.
      • At the same time, ADD events keep coming, for all 100 gateways, but IOR ignores them until initial sync finishes.
      • After initial sync finishes, 50 routes are created and are "in sync" with the initial 50 gateways.
      • Test expects 100 routes. FAIL.

      The fact that the store returned only 50 gateways triggered a real issue: IOR should not ignore events while doing the initial sync. A possible solution would be to queue the events as they arrive and process them after the initial sync.

       

      Attachments

        Issue Links

          Activity

            People

              jsantana@redhat.com Jonh Wendell
              jsantana@redhat.com Jonh Wendell
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: