Stanilovsky Evgeny created IGNITE-9263: ------------------------------------------
Summary: 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 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? -- This message was sent by Atlassian JIRA (v7.6.3#76005)