Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004380 [Resin] minor always 02-08-11 00:56 02-09-11 17:59
Reporter nam View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.10
Summary 0004380: thread-max, thread-idle-min, thread-idle-max not being set correctly
Description It's impossible to set the following:

<thread-max>10</thread-max>
<thread-idle-min>0</thread-idle-min>
<thread-idle-max>0</thread-idle-max>

because Resin refuses to start with the following bogus message:
lt;thread-max> (10) must be less than &lt;thread-idle-max> (15)


<thread-max>128</thread-max>
<thread-idle-min>0</thread-idle-min>
<thread-idle-max>0</thread-idle-max>
gives:
lt;thread-idle-max> (0) must be greater than &lt;thread-idle-min> (10)


<thread-max>128</thread-max>
<thread-idle-min>2</thread-idle-min>
<thread-idle-max>5</thread-idle-max>
gives:
lt;thread-idle-max> (5) must be greater than &lt;thread-idle-min> (10)


Resin will only start successfully when the min/max are set large enough:
<thread-max>128</thread-max>
<thread-idle-min>15</thread-idle-min>
<thread-idle-max>20</thread-idle-max>
Additional Information
Attached Files

- Relationships

- Notes
(0005037)
ferg
02-09-11 17:59

This is fixed in the 4.0.x tree, will not be changed for 3.1.x.
 

- Issue History
Date Modified Username Field Change
02-08-11 00:56 nam New Issue
02-09-11 17:59 ferg Note Added: 0005037
02-09-11 17:59 ferg Assigned To  => ferg
02-09-11 17:59 ferg Status new => closed
02-09-11 17:59 ferg Resolution open => fixed
02-09-11 17:59 ferg Fixed in Version  => 4.0.14


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker