Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-5589

lastResultReceived is set to true well before the last message is sent

    XMLWordPrintableJSON

Details

    Description

      Issue:

      • In the method lastResult we immediately set the lastResultReceived to be true.
      • If an exception occurs after the flag is set and before the message is sent (like security exception)
      • Then this exception will never be sent to the client because the lastResultReceived is set and clients will be stuck waiting for the function results.

      Solution:

      • set the flag after the message is sent.

      Affected code :

      • ServerToClientFunctionResultSender65.java
      • ServerToClientFunctionResultSender.java

      Attachments

        Issue Links

          Activity

            People

              nnag Nabarun Nag
              nnag Nabarun Nag
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 40m
                  40m