[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-1538) Journal Reuse Cache is broken
Clebert Suconic (JIRA)
jira-events at lists.jboss.org
Tue Mar 3 13:54:22 EST 2009
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Clebert Suconic updated JBMESSAGING-1538:
-----------------------------------------
Description:
It was broken after the slicing on ByteBufferBackedBuffer. The native buffer will have a different capacity than expected, making it to throw all buffers away.
Besides, it would be possible to speed up the native buffer creation by doing it directly on the native layer.
was:
It was broken after the slicing on ByteBufferBackedBuffer. The native buffer will have a different capacity than expected, making it to throw aways all buffers.
Besides, it would be possible to speed up the native buffer creation by doing it directly on the native layer.
> Journal Reuse Cache is broken
> -----------------------------
>
> Key: JBMESSAGING-1538
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1538
> Project: JBoss Messaging
> Issue Type: Task
> Reporter: Clebert Suconic
> Assignee: Clebert Suconic
> Fix For: 2.0.0 Beta
>
>
> It was broken after the slicing on ByteBufferBackedBuffer. The native buffer will have a different capacity than expected, making it to throw all buffers away.
> Besides, it would be possible to speed up the native buffer creation by doing it directly on the native layer.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list