You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/04/19 23:09:00 UTC

[jira] [Commented] (GEODE-3102) IndexOutOfBoundsException In Replicated Region With TTL

    [ https://issues.apache.org/jira/browse/GEODE-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444961#comment-16444961 ] 

Anthony Baker commented on GEODE-3102:
--------------------------------------

Hi [~jnadler] thanks for the report.  Sorry for the delay in responding.  Are you still encountering this issue?

> IndexOutOfBoundsException In Replicated Region With TTL
> -------------------------------------------------------
>
>                 Key: GEODE-3102
>                 URL: https://issues.apache.org/jira/browse/GEODE-3102
>             Project: Geode
>          Issue Type: Bug
>          Components: regions
>            Reporter: Jeff Nadler
>            Priority: Major
>
> We have a replicated region with TTL.   After running without issue for quite some time, we started getting the following errors in our logs - almost 5gb of the same message over and over on one server node:
> [severe 2017/06/15 23:54:10.091 UTC server-geode-va-1.pdx.aerohive.internal <Replicate/Partition Region Garbage Collector> tid=0x41] GemFire garbage collection service encountered an unexpected exception
> java.lang.IndexOutOfBoundsException: fromIndex < 0: -1
>     at java.util.BitSet.checkRange(BitSet.java:362)
>     at java.util.BitSet.get(BitSet.java:645)
>     at org.apache.geode.internal.cache.versions.RegionVersionHolder.addBitSetExceptions(RegionVersionHolder.java:318)
>     at org.apache.geode.internal.cache.versions.RegionVersionHolder.mergeBitSet(RegionVersionHolder.java:254)
>     at org.apache.geode.internal.cache.versions.RegionVersionHolder.removeExceptionsOlderThan(RegionVersionHolder.java:399)
>     at org.apache.geode.internal.cache.versions.RegionVersionVector.pruneOldExceptions(RegionVersionVector.java:1347)
>     at org.apache.geode.internal.cache.TombstoneService$ReplicateTombstoneSweeper.expireBatch(TombstoneService.java:535)
>     at org.apache.geode.internal.cache.TombstoneService$ReplicateTombstoneSweeper.checkExpiredTombstoneGC(TombstoneService.java:596)
>     at org.apache.geode.internal.cache.TombstoneService$TombstoneSweeper.run(TombstoneService.java:882)
>     at java.lang.Thread.run(Thread.java:745)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)