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
Describe the bug
The FederatedOperationHandler has retains a field called graphs and context which persists for the life of the Handler within the FederatedStore, retaining information from the previous execution.
Expected behaviour
Handler should not retain state from the previous execution.
The text was updated successfully, but these errors were encountered:
Same issue happens with the context field within this class. But that was introduced earlier.
GCHQDev404
changed the title
FederatedOperationHandler Retains Graph information
FederatedOperationHandler Retains information from previous operation.
Nov 15, 2023
Describe the bug
The
FederatedOperationHandler
has retains a field calledgraphs
andcontext
which persists for the life of the Handler within the FederatedStore, retaining information from the previous execution.Expected behaviour
Handler should not retain state from the previous execution.
The text was updated successfully, but these errors were encountered: