The following WARN appears multiple times in logs of systems that don't have any query sets. Should it be suppressed? Found when running AGS on top of 7.0.0-A27 which was from the end of Friday 19/2/2021.
This is a warning that is shown when one of the methods that maintains data in the query set tables is called following a call that is triggered by specific node service behaviours. It probably should not be called if there are no tables to maintain.
These behaviours are bound in the RqaDataProcessor if the query accelerator feature is enabled (regardless of presence or the absence of query set tables to maintain). The simplest solution is to silence the warnings if there are no tables to maintain as suggested.
There were no logs in the class, I decided to introduce some when working on the maintenance of the data in the query set tables . I’m just going to set the log level to debug.