Github user nickwallen commented on the issue:
https://github.com/apache/metron/pull/1207
This is causing one problem on Full Dev. We have 6 slots in Full Dev, but
since adding the Pcap Topology, we now require 7 slots for all of the
topologies to run.
What ends up happening is that the 'random_access_indexing' often gets
starved. When spinning up Full Dev, no alerts are visible in the Alerts UI.
We want alerts to be immediately visible as this is a standard validation step.
We need to figure out a solution around this, which I am not sure what that
looks-like right now. Add a slot? Do not immediately start 'pcap' topology?
Other?
---