Ticket #478 (closed defect: fixed)
Cluster does not map input solution(s) across shards
| Reported by: | thompsonbry | Owned by: | thompsonbry |
|---|---|---|---|
| Priority: | major | Milestone: | Query |
| Component: | Bigdata Federation | Version: | BIGDATA_RELEASE_1_1_0 |
| Keywords: | Cc: |
Description (last modified by thompsonbry) (diff)
The cluster is not mapping the first access path across the data services when the first operator in the query is a sharded join.
Query evaluation normally begins by injecting an empty solution into a ChunkedRunningQuery#startQuery?(msg). However, due to an oversight, the initial solution(s) are not being mapped across the shards when the first operator is a sharded join. This results in the query controller using a global view of the index for the first access path, which means that the data flow through the query controller for that access path. Query still produces the correct solutions.