Changeset 361
- Timestamp:
- 08/23/06 22:35:53 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/server-newrepl/lib/MogileFS/Worker/Monitor.pm
r355 r361 70 70 } 71 71 72 # at this point we can reach the host 73 $self->broadcast_host_reachable($dev->{hostid}); 74 72 75 my %stats; 73 76 my $data = $response->content; … … 110 113 # TODO: guard against race-conditions with double-check on failure 111 114 112 # at this point we can reach the host113 $self->broadcast_host_reachable($dev->{hostid});114 115 115 # now, depending on what happens 116 116 my $resp = $ua->request($req);
