
Related to nHaystack v3.0.1+. When performing a read operation such as read?filter=point+and+cur against a large point count N4 Supervisor (as above), we have seen the watchdog timeout get triggered and the station restarts. The watchdog event occurs even when adding the optional and a low value for the limit parameter.
Questions:
- Is a filter based
read operation currently executed on the main engine thread within Niagara?
- Are there any optimizations to make the
read op better here or to ensure the op performs work off the main engine thread?