]
Tristan Tarrant updated ISPN-5785:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.1.0.Final
Resolution: Done
Make the GMS join timeout overridable in the server
---------------------------------------------------
Key: ISPN-5785
URL:
https://issues.jboss.org/browse/ISPN-5785
Project: Infinispan
Issue Type: Enhancement
Components: Server
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 8.1.0.Alpha1, 8.1.0.Final
The default JGroups configuration in the server has a join timeout of 15s, causing the
server in clustered or domain mode to take >20s to start (in non clustered it takes
< 5s). Ideally this timeout should be easily configured via command line so that
integration tests and docker images can benefit from it.