[
https://issues.apache.org/jira/browse/IGNITE-7703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladislav Pyatkov updated IGNITE-7703:
--------------------------------------
Description:
Ignite allows to create (and/or get) caches in batch, but not allows to do get
without create.
In some cases need to start particular subset of all cluster caches, but if
calls this one by one:
_org.apache.ignite.Ignite#cache_
we have a risk to overload discovery layer by messages of
_DynamicCacheChangeRequest_.
Will be better to add a specific method for gets of caches in batch.
_org.apache.ignite.Ignite#caches_
was:
Ignite allows to start (and/or get) caches in batch, but not allows to do get
without starting.
In some cases need to start particular subset of all cluster caches, but if
calls this one by one:
_org.apache.ignite.Ignite#cache_
we have a risk to overload discovery layer by messages of
_DynamicCacheChangeRequest_.
Will be better to add a specific method for gets of caches in batch.
_org.apache.ignite.Ignite#caches_
> Add a method gets caches in batch
> ---------------------------------
>
> Key: IGNITE-7703
> URL: https://issues.apache.org/jira/browse/IGNITE-7703
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladislav Pyatkov
> Priority: Major
>
> Ignite allows to create (and/or get) caches in batch, but not allows to do
> get without create.
> In some cases need to start particular subset of all cluster caches, but if
> calls this one by one:
> _org.apache.ignite.Ignite#cache_
> we have a risk to overload discovery layer by messages of
> _DynamicCacheChangeRequest_.
>
> Will be better to add a specific method for gets of caches in batch.
> _org.apache.ignite.Ignite#caches_
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)