]
William Burns updated ISPN-9840:
--------------------------------
Status: Open (was: New)
RemoteCacheManager shouldn't attempt to start a second time
-----------------------------------------------------------
Key: ISPN-9840
URL:
https://issues.jboss.org/browse/ISPN-9840
Project: Infinispan
Issue Type: Bug
Components: Hot Rod
Reporter: William Burns
Assignee: William Burns
Priority: Major
Fix For: 10.0.0.Beta1
The RemoteCacheManager doesn't check the start boolean before performing start. This
means if a user invokes {code}new RemoteCacheManager().start(){code} this would attempt to
start it twice.