Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002110 [Resin] minor always 10-23-07 15:41 10-24-07 15:40
Reporter sam View Status public  
Assigned To ferg
Priority urgent Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.4 Product Version 3.1.2
  Product Build
Summary 0002110: socket-timeout has no effect
Description (rep by B Choate)

Setting the socket-timeout in the <server-default> block is supposed to set
that timeout for all of the ports. That is not working, as can be observed using the TCP ports section of /resin-admin. Instead, it has to
be set for each port individually.

For the server ports:

   <server id="c1" address="c1.hogwarts.com" port="6802">
      <cluster-port port="6802">
        <socket-timeout>305s</socket-timeout>
      </cluster-port>
    </server>

    <server id="c2" address="c2.hogwarts.com" port="6802">
      <cluster-port port="6802">
        <socket-timeout>305s</socket-timeout>
      </cluster-port>
    </server>

For http ports:

    <http port="8081">
      <socket-timeout>305s</socket-timeout>
    </http>

Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0002388)
ferg
10-24-07 15:40

server/0911
 

- Issue History
Date Modified Username Field Change
10-23-07 15:41 sam New Issue
10-24-07 15:40 ferg Note Added: 0002388
10-24-07 15:40 ferg Assigned To  => ferg
10-24-07 15:40 ferg Status new => closed
10-24-07 15:40 ferg Resolution open => fixed
10-24-07 15:40 ferg Fixed in Version  => 3.1.4


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