You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Flavio Paiva Junqueira (JIRA)" <ji...@apache.org> on 2009/02/04 12:01:59 UTC

[jira] Updated: (ZOOKEEPER-290) Bad Address on Bookie

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flavio Paiva Junqueira updated ZOOKEEPER-290:
---------------------------------------------

    Component/s: contrib-bookkeeper

> Bad Address on Bookie
> ---------------------
>
>                 Key: ZOOKEEPER-290
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-290
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: contrib-bookkeeper
>            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.