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

RemoteCache flags should not rely upon thread local

XMLWordPrintable

      The remote client supports flags to be sent with a request. Unfortunately, this flag is stored in a thread local variable. This can cause issues if a RemoteCache is used with flags across threads as they can step on each other. It also does not work well with virtual threads. We should instead create a new RemoteCacheImpl instance when flags are applied, just like we do in embedded currently.

              wburns@redhat.com Will Burns
              wburns@redhat.com Will Burns
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: