Show
Ignore:
Timestamp:
04/06/05 21:52:04 (5 years ago)
Author:
marksmith
Message:

Fix bug with not resetting node_used when we change nodefile, which could
cause nodes from old generations to be brought into the new generation
erroneously.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Perlbal/Pool.pm

    r274 r277  
    160160    # prepare for adding nodes 
    161161    $self->{nodes} = []; 
     162    $self->{node_used} = {}; 
    162163 
    163164    foreach (@nodes) {