You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/02/15 16:15:27 UTC

[jira] Created: (CASSANDRA-793) 64MB transferTo chunk size is too large for win32

64MB transferTo chunk size is too large for win32
-------------------------------------------------

                 Key: CASSANDRA-793
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-793
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor
             Fix For: 0.5
         Attachments: 793.txt

As reported by ruslan usifov on cassandra-user, he sees exceptions like

java.io.IOException: Невозможно выполнить операцию на сокете, т.к. буфер слишком мал или очередь переполнена
    at sun.nio.ch.SocketDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:33)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
    at sun.nio.ch.IOUtil.write(IOUtil.java:60)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
    at sun.nio.ch.FileChannelImpl.transferToTrustedChannel(FileChannelImpl.java:449)
    at sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:520)
    at org.apache.cassandra.net.FileStreamTask.stream(FileStreamTask.java:95)

this appears to translate to "insufficient buffer space."

He also reports that reducing CHUNK_SIZE to 32MB fixes the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CASSANDRA-793) 64MB transferTo chunk size is too large for win32

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

Jonathan Ellis resolved CASSANDRA-793.
--------------------------------------

    Resolution: Duplicate
      Assignee:     (was: Jonathan Ellis)

dupes CASSANDRA-795

> 64MB transferTo chunk size is too large for win32
> -------------------------------------------------
>
>                 Key: CASSANDRA-793
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-793
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 793.txt
>
>
> As reported by ruslan usifov on cassandra-user, he sees exceptions like
> java.io.IOException: Невозможно выполнить операцию на сокете, т.к. буфер слишком мал или очередь переполнена
>     at sun.nio.ch.SocketDispatcher.write0(Native Method)
>     at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:33)
>     at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
>     at sun.nio.ch.IOUtil.write(IOUtil.java:60)
>     at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
>     at sun.nio.ch.FileChannelImpl.transferToTrustedChannel(FileChannelImpl.java:449)
>     at sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:520)
>     at org.apache.cassandra.net.FileStreamTask.stream(FileStreamTask.java:95)
> this appears to translate to "insufficient buffer space."
> He also reports that reducing CHUNK_SIZE to 32MB fixes the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-793) 64MB transferTo chunk size is too large for win32

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

Jonathan Ellis updated CASSANDRA-793:
-------------------------------------

    Attachment: 793.txt

> 64MB transferTo chunk size is too large for win32
> -------------------------------------------------
>
>                 Key: CASSANDRA-793
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-793
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 793.txt
>
>
> As reported by ruslan usifov on cassandra-user, he sees exceptions like
> java.io.IOException: Невозможно выполнить операцию на сокете, т.к. буфер слишком мал или очередь переполнена
>     at sun.nio.ch.SocketDispatcher.write0(Native Method)
>     at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:33)
>     at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
>     at sun.nio.ch.IOUtil.write(IOUtil.java:60)
>     at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
>     at sun.nio.ch.FileChannelImpl.transferToTrustedChannel(FileChannelImpl.java:449)
>     at sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:520)
>     at org.apache.cassandra.net.FileStreamTask.stream(FileStreamTask.java:95)
> this appears to translate to "insufficient buffer space."
> He also reports that reducing CHUNK_SIZE to 32MB fixes the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.