You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic for determining stopped block streams/executors doesn't take in to account Indexers which have deliberately been stopped/deleted. Deleted Indexers cause the alert to fire incorrectly. Additionally, now that the Redis Stream length has been capped (#812), Block Streams will pause while waiting for the Redis Stream to fall below its configured limit, which also causes the alert to fire.
These alerts should only fire when the Block Stream/Executor is truely broken.
The text was updated successfully, but these errors were encountered:
The logic for determining stopped block streams/executors doesn't take in to account Indexers which have deliberately been stopped/deleted. Deleted Indexers cause the alert to fire incorrectly. Additionally, now that the Redis Stream length has been capped (#812), Block Streams will pause while waiting for the Redis Stream to fall below its configured limit, which also causes the alert to fire.
These alerts should only fire when the Block Stream/Executor is truely broken.
The text was updated successfully, but these errors were encountered: