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] Created: (ZOOKEEPER-290) Bad Address on Bookie

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.


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

Posted by "Benjamin Reed (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670548#action_12670548 ] 

Benjamin Reed commented on ZOOKEEPER-290:
-----------------------------------------

can you reproduce this? i'm wondering if it is a bad offset.

> 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.


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

Posted by "Flavio Paiva Junqueira (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Flavio Paiva Junqueira (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670766#action_12670766 ] 

Flavio Paiva Junqueira commented on ZOOKEEPER-290:
--------------------------------------------------

I can't reproduce it reliably. but I can say that it only happened so far when writing long entries (e.g., 64k). 

> 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.


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

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated ZOOKEEPER-290:
------------------------------------

    Fix Version/s:     (was: 3.2.0)
                   3.3.0

moving to 3.3 since we havent been able to reproduce this.

> 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.3.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.


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

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-290:
-----------------------------------

    Fix Version/s:     (was: 3.3.0)
                   3.4.0

> 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.4.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.