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
We have a race condition when the composite query logic is configured to federate between a local and a remote system (at a minimum). The condition is when one side initializes/plans the query quickly, and the other side takes a long time. The result is if the delta is over 15 minutes for example, then the "quick" side will automatically close the query because no requests for that query were made. This results in the query failing because a next call cannot find the query id.
The text was updated successfully, but these errors were encountered:
We have a race condition when the composite query logic is configured to federate between a local and a remote system (at a minimum). The condition is when one side initializes/plans the query quickly, and the other side takes a long time. The result is if the delta is over 15 minutes for example, then the "quick" side will automatically close the query because no requests for that query were made. This results in the query failing because a next call cannot find the query id.
The text was updated successfully, but these errors were encountered: