gaussianrecurrence opened a new pull request #930:
URL: https://github.com/apache/geode-native/pull/930


    - Moved FunctionExecution and OnRegionFunctionExecution into a separate
      file in order to improve readability and code maintenance.
    - Moved ChunkedFunctionExecutionResponse into a separate file in order
      to improve readability and code maintenance.
    - Introduced FunctionAttributes class to improve code readability.
    - Modified code to introduce the usage of FunctionAttributes.
    - Modified TcrMessageTest UT to work with the inclusion of
      FunctionAttributes.
    - Implemented a mechanism to cleanup function attributes.
    - A new exception FunctionAttributesMismatchException is added to be
      thrown whenever the server detects a mismatch for the function
      attributes.
    - Now whenever FunctionAttributesMismatchException is catched while
      executing a function, its function attributes are cleaned up, so the
      client will request an update the next execution.
    - Added a new IT to verify that chaging a function attributes on the
      fly is possible.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to