Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
In the first executePlan request, creating the ExecuteHolder triggers getOrCreateIsolatedSession which refreshes the aliveness of SessionHolder. However in ReattachExecute , we fetch the ExecuteHolder directly without going through the SessionHolder (and hence making it seem like the SessionHolder is idle).
This would result in long-running queries (which do not send release execute requests since that refreshes aliveness) failing because the SessionHolder would expire during active query execution.
Attachments
Issue Links
- links to