[
https://issues.apache.org/jira/browse/IGNITE-9263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stanilovsky Evgeny updated IGNITE-9263:
---------------------------------------
Description:
what does GG-11231 means?
{code:java}
// TODO GG-11231 (workaround for GG-11231).
private static final int REMOVE_ALL_KEYS_BATCH = 10000;
{code}
was:
Don`t understand why do we need batch code here:
{code:java}
for (Iterator<CacheDataRow> it =
ctx.offheap().cacheIterator(ctx.cacheId(), true, true, null);
it.hasNext() && keys.size() < REMOVE_ALL_KEYS_BATCH; )
keys.add((K)it.next().key());
...
// TODO GG-11231 (workaround for GG-11231).
private static final int REMOVE_ALL_KEYS_BATCH = 10000;
{code}
what does GG-11231 means?
> Extra batch param usage in GridCacheAdapter removeAll.
> ------------------------------------------------------
>
> Key: IGNITE-9263
> URL: https://issues.apache.org/jira/browse/IGNITE-9263
> Project: Ignite
> Issue Type: Bug
> Components: general
> Affects Versions: 2.6
> Reporter: Stanilovsky Evgeny
> Assignee: Stanilovsky Evgeny
> Priority: Minor
>
> what does GG-11231 means?
> {code:java}
> // TODO GG-11231 (workaround for GG-11231).
> private static final int REMOVE_ALL_KEYS_BATCH = 10000;
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)