You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jeff Nadler (JIRA)" <ji...@apache.org> on 2017/06/19 16:31:00 UTC

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

Jeff Nadler created GEODE-3102:
----------------------------------

             Summary: IndexOutOfBoundsException In Replicated Region With TTL
                 Key: GEODE-3102
                 URL: https://issues.apache.org/jira/browse/GEODE-3102
             Project: Geode
          Issue Type: Bug
            Reporter: Jeff Nadler


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
(v6.4.14#64029)