Mantis - Resin
Viewing Issue Advanced Details
1724 minor always 05-02-07 14:30 05-14-07 09:22
copart  
ferg  
normal  
closed 3.1.0  
fixed  
none    
none 3.1.2  
0001724: startup fails with thread-idle-min set, reports wrong value of thread-max
Running Resin pro 3.1.s070425

  <cluster id="demo">
    ...
    <server-default>
      <thread-max>1024</thread-max>
      <thread-idle-min>25</thread-idle-min>
    ...

results in Resin always producing the following message at startup:

<thread-idle-min> (25) must be less than <thread-max> (10)

and Resin refuses to start. I've lowered the value of thread-max to 256 and 99 and got the same error. It seems to ignore the actual value of thread-max.

The only way to get Resin to start is to comment out thread-idle-min or set it to below 10.

Notes
(0001908)
ferg   
05-14-07 09:22   
This is an error message issue. The error message should say: "<thread-idle-min> must be less than <thread-idle-max>".