archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 37 forks source link

Engine makes PV search requests for PVs already connected and archived #109

Open TBirkeHZB opened 3 years ago

TBirkeHZB commented 3 years ago

We were facing a problem with our channel access gateway infrastructure being flooded with PV search requests every 5 minutes.

Analysis of logfiles identified the ArchiverAppliance as the root-cause.

Although being connected to all (~75000) PVs, it sent out around 25000 search requests for ~3000 PVs within a few seconds every 5 minutes.

A full restart of the appliance solved the problem. Tracking down the root-cause for this behaviour is difficult, but is most probably related to the fact, that we just went into operation after a long shutdown. Many subsystems were offline for a while and also maintenance work on the network infrastructure has been done.