Skip to content

FTS-2104: Remove ServerConfig FileMonitor thread

Louis Regnier requested to merge FTS-2104-RemoveServerConfigMonitoring into develop

The ServerConfig FileMonitor thread implementation crash when it tries to re-read FTS configuration files. This produce a deadlock on all the FTS configuration variables of the ServerConfig and block many parts of FTS daemons waiting on the lock.

Closes FTS-2104

Merge request reports

Loading