[
https://jira.jboss.org/browse/ISPN-550?page=com.atlassian.jira.plugin.sys...
]
Galder Zamarreno updated ISPN-550:
----------------------------------
Workaround Description:
For it not to fail, as a workaround, you'll have to pass vaues for the following
command line parameters, otherwise startup will fail.:
master_threads, work_threads, idle_timeout, tcp_no_delay, send_buf_size, recv_buf_size
Workaround: [Workaround Exists]
Unnecessary parameter invalidation in server Main class leading to
errors
-------------------------------------------------------------------------
Key: ISPN-550
URL:
https://jira.jboss.org/browse/ISPN-550
Project: Infinispan
Issue Type: Bug
Components: Cache Server
Affects Versions: 4.1.0.CR2
Reporter: Galder Zamarreno
Assignee: Galder Zamarreno
Fix For: 4.1.0.Final
Parameter validation was moved from Main.scala to AbstractProtocolServer.scala in
ISPN-540.
However, as part of ISPN-534, this validation was added to Main.scala. This code is
redundant cos the aim is for all parameter validation, except strickly necessary, to
reside in APS so that command line and programmatic clients can benefit from a single
point of validation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira