]
Tristan Tarrant updated ISPN-4056:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Enable caching of permission masks to cluster registry
------------------------------------------------------
Key: ISPN-4056
URL:
https://issues.jboss.org/browse/ISPN-4056
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
When enabling permission mask caching in AuthorizationManagerImpl, state transfer never
completes. This is a side-effect of the following bugs:
- Fix TransportConfigurationBuilder.read() to clone the transport instead of
"sharing" it
- TestingUtil.TestPrincipal is not serializable