gchq / Gaffer

A large-scale entity and relation database supporting aggregation of properties
Apache License 2.0
1.77k stars 350 forks source link

FederatedStore While Operation Looping Bug #3166

Closed GCHQDev404 closed 4 months ago

GCHQDev404 commented 7 months ago

Describe the bug A While operation performed on the FederatedStore incorrectly triggers an infinite looping exception.

To Reproduce Perform an operation chain within the While or Join. The operation chain chain should contain a operation which is not overridden with using a FederatedStore specific Handler.

Expected behaviour While loops and joins of the operations should not trigger an "federated infinite looping" exception.