[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] "is not an integer" (in config file)



condor 7.0.1 on all machines in a Wintel pool.

I'm getting different behavior on what should be identical machines.

In each machine's condor_config.local file I added the following line:

TOUCH_LOG_INTERVAL = 3600 * 24

I generally like to use a product, rather than the result, 
to make it clearer (in this case, the touch log interval is a day long).

After adding the line I copied the file to each machine in the pool 
and issued condor_reconfig -all

Most machines accepted the change without problem: (masterlog)

4/10 08:09:31 Reconfiguring all running daemons.
4/10 08:09:31 Sent signal 1 to STARTD (pid 7424)
4/10 08:09:31 Sent signal 1 to SCHEDD (pid 904)
4/10 08:09:31 Return from HandleReq <handle_reconfig()>
4/10 08:09:31 Return from Handler <DaemonCore::HandleReqSocketHandler>
4/10 08:09:32 Calling HandleReq <HandleChildAliveCommand> (0)
4/10 08:09:32 Return from HandleReq <HandleChildAliveCommand>
4/10 08:09:32 Calling HandleReq <HandleChildAliveCommand> (0)
4/10 08:09:32 Return from HandleReq <HandleChildAliveCommand>

But some machines did not like the new line and died: (masterlog)

4/10 08:03:05 Reconfiguring all running daemons.
4/10 08:03:05 Sent signal 1 to STARTD (pid 13404)
4/10 08:03:05 Sent signal 1 to SCHEDD (pid 18172)
4/10 08:03:05 Return from HandleReq <handle_reconfig()>
4/10 08:03:05 Return from Handler <DaemonCore::HandleReqSocketHandler>
4/10 08:03:06 Calling HandleReq <HandleChildAliveCommand> (0)
4/10 08:03:06 Return from HandleReq <HandleChildAliveCommand>
4/10 08:03:06 Calling HandleReq <HandleChildAliveCommand> (0)
4/10 08:03:06 Return from HandleReq <HandleChildAliveCommand>
4/10 08:06:52 ERROR "TOUCH_LOG_INTERVAL in the condor configuration is
not an integer (3600 * 24).  Please set it to an integer in the range
-2147483648 to 2147483647 (default 60)." at line 1331 in file
..\src\condor_c++_util\condor_config.C
4/10 08:06:52 Sent SIGKILL to STARTD (pid 13404) and all it's children.
4/10 08:06:53 Sent SIGKILL to SCHEDD (pid 18172) and all it's children.
4/10 08:06:53 **** Condor (condor_MASTER) EXITING WITH STATUS 1


Any ideas why the different behavior?

Ralph Finch, P.E.
California Dept. of Water Resources
Delta Modeling Section, Bay-Delta Office
Room 215-13
1416 9th Street
Sacramento CA  95814
916-653-7552
rfinch@xxxxxxxxxxxx