1 minute data is lagging behind
search cancel

1 minute data is lagging behind

book

Article ID: 232436

calendar_today

Updated On:

Products

CA Network Flow Analysis (NetQos / NFA)

Issue/Introduction

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?

Environment

Release : 21.2

Component :

Cause

Debug was left turned on in the Harvester service.

Resolution

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.