Open droyad opened 3 years ago
Related to #6522
Probably fixed in 2020.6.0
by https://github.com/OctopusDeploy/OctopusDeploy/pull/7536
Some entries in the "recurring scheduled deployments" logs may be lost. These are diagnostic messages only.
The only performance impact is that the background loop that creates the Process recurring scheduled triggers
server task is delayed. It does not affect deployments.
Related ticket: [private link] https://octopus.zendesk.com/agent/tickets/113435
The following error message is shown in the server log:
This occurs if the background process that handles machine auto-deploy triggers swaps to another node within on minute of the previous run.
Cause
A node keeps log files open for 1 minute as performance optimisation when dealing with high latency storage (e.g. network shares). This is usually ok since only one node ever runs a deployment. However this is not the case for auto-deploy background detection process as it can switch nodes.
Affected Version
Octopus Server
2018.7.5
and later, caused by this change.Impact
Once all nodes are running, this message should be rare as the process will tend to run on the same node.
Some entries in the "recurring scheduled deployments" logs may be lost. These are diagnostic messages only.
The only performance impact is that the background loop that creates the Process recurring scheduled triggers server task is delayed. It does not affect deployments.