Uploaded image for project: 'VYSPER'
  1. VYSPER
  2. VYSPER-349

New request is counted as "Resend" request

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.8
    • None
    • BOSH
    • None
    • Ubuntu 14.04 LTS, WebSphere Application Server 8.0.0.9

    Description

      Please check "insertRequest" method of "BoshBackedSessionContext" class.
      Inside this method we have folllowing code:

      final boolean resend = rid <=requestsWindow.getCurrentProcessingRequest();

      if we have several requests and they come out of order to the server - there is a possibility that we will receive at first request with highest rid and only after that request with lower rid. This will lead us that the request with lower rid will be counted as "resend" request and it will lead to session termination.

      Attachments

        Activity

          People

            Unassigned Unassigned
            azakshevskii alexander zakshevskii
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: