You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2022/06/22 20:47:04 UTC

[jira] [Closed] (GEODE-10092) IllegalArgumentException: Illegal Capacity (with a negative value) thrown from EntriesSet.toArray() in client

     [ https://issues.apache.org/jira/browse/GEODE-10092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen Nichols closed GEODE-10092.
--------------------------------

> IllegalArgumentException: Illegal Capacity (with a negative value) thrown from EntriesSet.toArray() in client
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-10092
>                 URL: https://issues.apache.org/jira/browse/GEODE-10092
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Jinmei Liao
>            Priority: Major
>              Labels: needsTriage, pull-request-available
>             Fix For: 1.15.0
>
>
> In some case, we see the following stack trace when executing entriesSet.toArray() call: Exception java.lang.IllegalArgumentException: Illegal Capacity: -40
> 	at java.util.ArrayList.<init>(ArrayList.java:157)
> 	at org.apache.geode.internal.cache.EntriesSet.toArray(EntriesSet.java:251)
> 	at org.apache.geode.internal.cache.EntriesSet.toArray(EntriesSet.java:245)
> looks like the entriesSet.size() call will sometimes returns a negative value.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)