Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002100 [Resin] major always 10-20-07 12:29 10-24-07 14:18
Reporter stbu View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.3
Summary 0002100: Load balancing: unable to define strategy 'round-robin' / documentation incomplete
Description Documentation (http://www.caucho.com/resin-3.1/doc/rewrite-tags.xtp#load-balance) [^] of <load-balance> as child of <rewrite-dispatch> states that 'strategy' is allowed and a value of `round-robin' or `least-connection' is allowed.

2 Issues in total:


1.) strategy="round-robin" is an unexpected attribute in <load-balance>.

329:
330: <rewrite-dispatch>
331: <load-balance regexp="" cluster="app-tier" sticky-sessions="true" strategy="round-robin"/>
332: </rewrite-dispatch>
333:

'connection-load-weight', 'cpu-load-weight', 'disable-at', 'enable-at', 'enabled' or 'name' are expected.

<load-balance> syntax: (( (@disable-at | <disable-at>)?
                        & (@enable-at | <enable-at>)?
                        & (@enabled | <enabled>)?
                        & (@name | <name>)?
                        & (@regexp | <regexp> | @full-url-regexp | <full-url-regexp>)),
                        ( (@cluster | <cluster>)
                        & (@connection-load-weight | <connection-load-weight>)?
                        & (@cpu-load-weight | <cpu-load-weight>)?
                        & (@sticky-sessions | <sticky-sessions>)?),
                        (<and>* & <not>* & <or>* & <unless>* & <when>*))


2.) Attributes 'connection-load-weight' and 'cpu-load-weight' are NOT documented but allowed accordingly to above <load-balance> syntax.

Documentation should be extended to describe the meaning of these attributes.
Additional Information Resin-Professional 3.1.3, JDK 6, Windows XP
Attached Files

- Relationships

- Notes
(0002386)
ferg
10-24-07 14:18

server/269r
 

- Issue History
Date Modified Username Field Change
10-20-07 12:29 stbu New Issue
10-20-07 12:30 stbu Issue Monitored: stbu
10-24-07 14:18 ferg Note Added: 0002386
10-24-07 14:18 ferg Assigned To  => ferg
10-24-07 14:18 ferg Status new => closed
10-24-07 14:18 ferg Resolution open => fixed
10-24-07 14:18 ferg Fixed in Version  => 3.1.4


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