Vladimir Ozerov created IGNITE-11325:
----------------------------------------
Summary: SQL: Single place to start missing caches (H2Utils.checkAndStartNotStartedCache)
Key: IGNITE-11325
URL:
https://issues.apache.org/jira/browse/IGNITE-11325 Project: Ignite
Issue Type: Task
Components: sql
Reporter: Vladimir Ozerov
Fix For: 2.8
We need to start missing caches for the given SELECT/DML statement because we need affinity info during query planning which is only available for started caches.
We need to do the following:
# Move the method {{H2Utils.checkAndStartNotStartedCache}} to some common place, e.g. parser, so that it has one and only one usage all over the code base
# Make sure that this method doesn't produce multiple network hops: missing caches should be started in a single request if possible.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)