Skip to content
New issue

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

BufferUnderflowException on large files #1048

Closed
no2chem opened this issue Dec 7, 2017 · 0 comments
Closed

BufferUnderflowException on large files #1048

no2chem opened this issue Dec 7, 2017 · 0 comments
Assignees
Labels

Comments

@no2chem
Copy link
Member

no2chem commented Dec 7, 2017

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:

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.

@no2chem no2chem self-assigned this Dec 7, 2017
@no2chem no2chem changed the title BufferUnderflowException on BufferUnderflowException on large files Dec 7, 2017
@Maithem Maithem added the bug label Mar 11, 2018
@no2chem no2chem closed this as completed Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants