Page 1 of 1

Afserver Error Log

Posted: Thu Mar 08, 2018 2:12 pm
by nileshkute2016
We are facing below mention WARNING / errors
Please help on this
ASAP


ERROR Thu 08 Mar 19:32.14: Action node ID not found: 795

WARNING Client has NOT closed socket first: *********:***** SFD:33 S:SWaiting REQ: THTTPGET[378] ANS: THTTPGET[114]

Re: Afserver Error Log

Posted: Tue Mar 13, 2018 3:54 pm
by timurhai
Hi.

- "... node ID not found ...": Means that a node with a specified ID does not exist.
Can happen, for example, when somebody tries to pause a job and some other deleted same job at the same time.
This is not some critical error, we should change ERROR to just WARNING in this case.

- All afanasy client programs should close socket first, to prevent TIME-WAIT state
https://github.com/CGRU/cgru/blob/maste ... ing.cpp#L6
But client can just hung, before close, this is not an error.

Your errors/warnings are not critical, it is normal for a normal server work.

Re: Afserver Error Log

Posted: Mon Jan 13, 2020 4:56 am
by nileshkute2016
Ok

Thanks