]
RH Bugzilla Integration commented on ISPN-5859:
-----------------------------------------------
Dan Berindei <dberinde(a)redhat.com> changed the Status of [bug
HotRod server should not use privileged actions for common stuff
----------------------------------------------------------------
Key: ISPN-5859
URL:
https://issues.jboss.org/browse/ISPN-5859
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 8.0.1.Final, 8.1.0.Alpha1
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 8.1.0.Alpha2, 8.1.0.Final
The HotRod server uses privileged actions to perform operations that are needed for each
request, like reading the cache mode to decide what kind (if any) topology update to send
to the client. Since privileged actions use thread-locals, we should try to avoid them.