Bad Address on Bookie
---------------------
Key: ZOOKEEPER-290
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-290
Project: Zookeeper
Issue Type: Bug
Reporter: Flavio Paiva Junqueira
Fix For: 3.2.0
I'm getting this exception sometimes when running a bookie under a high volume
of requests:
{noformat}
java.io.IOException: Bad address
at sun.nio.ch.FileDispatcher.writev0(Native Method)
at sun.nio.ch.FileDispatcher.writev(FileDispatcher.java:51)
at sun.nio.ch.IOUtil.write(IOUtil.java:164)
at sun.nio.ch.FileChannelImpl.write0(FileChannelImpl.java:232)
at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:249)
at java.nio.channels.FileChannel.write(FileChannel.java:222)
at org.apache.bookkeeper.bookie.Bookie.run(Bookie.java:246)
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.