Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] DC_AUTHENTICATE attempt to open invalid session
- Date: Tue, 17 Oct 2006 16:08:24 -0500
- From: Zachary Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [Condor-users] DC_AUTHENTICATE attempt to open invalid session
On Tue, Oct 17, 2006 at 01:46:09PM -0400, Kevin Owen wrote:
> I just set up a small condor cluster with a Linux central manager and 3 windows execute nodes. I had it working fine, and then after restarting the central manager once, none of the windows nodes were in the pool. When I checked the CollectorLog on the central manager, I got this error:
>
> 10/17 13:18:42 DC_AUTHENTICATE: attempt to open invalid session ragnar:7884:1161105222:7, failing.
the session that the execute node has is no longer valid once the collector
restarts. however, upon seeing this invalid session attempt, the collector
should send notification to the condor_startd on the execute node, and the next
time it sends an update it should start a new session and everything will be
fine. this notification is done via a UDP packet.
i believe the default update interval is 5 minutes, so if you just wait another
cycle your pool should re-assemble itself.
cheers,
-zach