We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug report. After writing 10,000 500KB entries into the log, even with -Xmx16G, read requests fail with an error after successful server startup:
2017-12-07 03:17:21,221 TRACE [org.corfudb.runtime.clients.NettyClientRouter$2event-0] o.c.r.c.NettyClientRouter - Message routed to BaseClient: CorfuMsg(clientID=e929ab99-53b3-4e18-940d-f45ad371c0ee, requestID=129, epoch=39, buf=PooledSlicedByteBuf(freed), msgType=ERROR_SERVER_EXCEPTION) 2017-12-07 03:17:21,222 WARN [org.corfudb.runtime.clients.NettyClientRouter$2event-0] o.c.r.c.BaseClient - Server threw exception for request 129 java.nio.BufferUnderflowException: null at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:151)
The logunit remains unresponsive to any requests and throws BufferUnderflowException. Possibly fixed by #1040.
The text was updated successfully, but these errors were encountered:
no2chem
No branches or pull requests
Overview
Bug report. After writing 10,000 500KB entries into the log, even with -Xmx16G, read requests fail with an error after successful server startup:
The logunit remains unresponsive to any requests and throws BufferUnderflowException. Possibly fixed by #1040.
The text was updated successfully, but these errors were encountered: