Hi, On Thu, Mar 20, 2014 at 4:20 AM, Michael Dürig <[email protected]> wrote: > java.nio.BufferUnderflowException > at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:235) > at java.nio.ByteBuffer.get(ByteBuffer.java:675) > at > org.apache.jackrabbit.oak.plugins.segment.Segment.loadString(Segment.java:294)
Sounds related to OAK-1566. My recent GC work seems to have introduced some subtle bug in the way segments are written, which on some occasions triggers errors like these. BR, Jukka Zitting
