EC2093

1 minute readReference

Synopsis

WARNING EC2093: Clock skew between eMake and agent is milliseconds ms.

Description

This indicates that the system time on the eMake machine is different than the time on the reported agent.

Reasons

Clocks on computers drift over time, so unless the customer takes precaution to avoid that times will go out of sync over time.

From a correctness perspective, the CloudBees Build Acceleration should not be affected by the clock skew. The up to date checks will only use file time stamps. The main reason this is being reported is that customers that use the system clock directly or indirectly (through some third party tool) may experience unexplainable issues.

Fixes

The customer should consider setting up NTP on all machines. This network service will guarantee consistent time on all machines.

In exclusive mode (only one active build per agent host) the warning will not occur, as the time on the agent is set to the eMake machines time at the beginning of the session.

In shared mode (multiple active builds per agent host) the clock skew threshold can be configured in the Cluster Manager. If there is a need to suppress the warning, a large value for the threshold may help.