Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-7238

Reduce number of CompletableFuture allocations during async invocation

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 9.0.0.Beta2, 9.0.0.Final
    • None
    • Core
    • None

    Description

      The current asynchronous invocations allocate a new CompletableFuture instance (plus a UniHandle, and a ComposedAsyncInvocationStage) for every interceptor that calls compose() or the other InvocationState methods that add a callback.

      We can reduce this by having a list of handlers in each invocation stage, and only creating a new CompletableFuture when we need to change the command.

      Attachments

        Issue Links

          Activity

            People

              dberinde@redhat.com Dan Berindei (Inactive)
              dberinde@redhat.com Dan Berindei (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: