Harvester data is falling behind.
However, no files are getting backlogged in \ReaperInput, there are no built up old files in \Harvesterwork. Deleting old *.NTA files from \Harvesterarchive and restarting the Harvester service has no effect on the delays.
What else could cause the harvester to fall behind?
Release : 21.2
Component :
Debug was left turned on in the Harvester service.
Looking at the harvester-wrapper.log file, they could see that the file was growing so fast that it was rolling over every few minutes.
They noticed debug logging was set to true probably for some previous case.
In harvester.properties :
#Restored Properties from Prior Version
#Wed Jan 12 13:46:33 CET 2022
database.ini.path=DBUsers/ReporterAnalyzer.ini
enableDebugLogging=false
enableQueryLogging=false
enableTraceLogging=false
harvester.pathlatency.enabled=false
****
After setting these debug values to false the lag problem went away.