You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
有没有发现 用FSQueue2个线程,一读一写 会报异常
Exception in thread "Thread-1" java.nio.BufferOverflowException
at java.nio.Buffer.nextPutIndex(Buffer.java:501)
at java.nio.DirectByteBuffer.putInt(DirectByteBuffer.java:647)
at com.google.code.fqueue.log.LogIndex.putWriterPosition(LogIndex.java:113)
at com.google.code.fqueue.log.LogEntity.putWriterPosition(LogEntity.java:176)
at com.google.code.fqueue.log.LogEntity.write(LogEntity.java:214)
at com.google.code.fqueue.FSQueue.add(FSQueue.java:150)
at com.google.code.fqueue.FSQueue.add(FSQueue.java:139)
Original issue reported on code.google.com by [email protected] on 12 Apr 2012 at 3:16
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Apr 2012 at 3:16The text was updated successfully, but these errors were encountered: