[infinispan-issues] [JBoss JIRA] (ISPN-8580) Reactor ThreadLocal use to handle hotrod flags
Katia Aresti (JIRA)
issues at jboss.org
Mon Dec 4 16:43:00 EST 2017
Katia Aresti created ISPN-8580:
----------------------------------
Summary: Reactor ThreadLocal use to handle hotrod flags
Key: ISPN-8580
URL: https://issues.jboss.org/browse/ISPN-8580
Project: Infinispan
Issue Type: Task
Reporter: Katia Aresti
Assignee: Katia Aresti
Priority: Optional
OperationsFactory and MultimapOperationsFactory use ThreadLocal to share flags.
Instead store the flags on each instance of the RemoteMultiMap/RemoteCache and pass them when they invoke something. When a new flag is added or removed we would create a new instance. This seems much more intuitive to me and simpler.
Then the flags can be defaulted on the RemoteCache/RemoteMultiMap when it is retrieved from the manager as well.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list