Chronicle-Map icon indicating copy to clipboard operation
Chronicle-Map copied to clipboard

NoUpperBoundChunksPerEntryTest.noUpperBoundChunksPerEntryTest is flaky

Open alamar opened this issue 3 years ago • 0 comments

java.lang.IllegalArgumentException: _firstFreeTierIndex should be in [0, 1099511627775] range, 1696615168607488 is given
  at net.openhft.chronicle.hash.VanillaGlobalMutableState$$Native.setFirstFreeTierIndex(VanillaGlobalMutableState$$Native.java:40)
  at net.openhft.chronicle.hash.impl.VanillaChronicleHash.allocateTier(VanillaChronicleHash.java:903)
  at net.openhft.chronicle.map.impl.CompiledMapQueryContext.nextTier(CompiledMapQueryContext.java:3115)
  at net.openhft.chronicle.map.impl.CompiledMapQueryContext.alloc(CompiledMapQueryContext.java:3476)
  at net.openhft.chronicle.map.impl.CompiledMapQueryContext.initEntryAndKey(CompiledMapQueryContext.java:3494)
  at net.openhft.chronicle.map.impl.CompiledMapQueryContext.putEntry(CompiledMapQueryContext.java:3987)
  at net.openhft.chronicle.map.impl.CompiledMapQueryContext.doInsert(CompiledMapQueryContext.java:4176)
  at net.openhft.chronicle.map.MapEntryOperations.insert(MapEntryOperations.java:153)
  at net.openhft.chronicle.map.impl.CompiledMapQueryContext.insert(CompiledMapQueryContext.java:4099)
  at net.openhft.chronicle.map.MapMethods.put(MapMethods.java:89)
  at net.openhft.chronicle.map.VanillaChronicleMap.put(VanillaChronicleMap.java:901)
  at net.openhft.chronicle.map.NoUpperBoundChunksPerEntryTest.noUpperBoundChunksPerEntryTest(NoUpperBoundChunksPerEntryTest.java:33)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

alamar avatar Jun 03 '22 16:06 alamar