Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
Description
gopalv found issues when running lots of concurrent queries against HS2 with the query cache. Looks like the FetchWork held by the results cache cannot be shared between multiple queries because it contains a ListSinkOperator that is used to hold the results of a fetch.