gchq / stroom

Stroom is a highly scalable data storage, processing and analysis platform.
https://gchq.github.io/stroom-docs/
Apache License 2.0
431 stars 55 forks source link

Should we allow Proc Filters that use `Status` #4211

Open stroomdev10 opened 5 months ago

stroomdev10 commented 5 months ago

A Proc Filter that includes for example Status=Unlocked appears to skip streams that are locked at the time of Task Creation.

The skipped streams are unlikely to be picked up on subsequent runs due to their Stream Ids having been passed by the Tracker.

Should we disallow the use of Status in Proc Filters?