You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2010/04/20 23:53:52 UTC

[jira] Resolved: (DIRMINA-774) CompressionFilter is not thread safe

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

Emmanuel Lecharny resolved DIRMINA-774.
---------------------------------------

    Resolution: Invalid

Marked as resolved, as it was not a bug.

> CompressionFilter is not thread safe
> ------------------------------------
>
>                 Key: DIRMINA-774
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-774
>             Project: MINA
>          Issue Type: Bug
>          Components: Filter
>    Affects Versions: 2.0.0-RC1
>         Environment: All
>            Reporter: Yannick Lecaillez
>            Priority: Trivial
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Concurrent IoSession.write() can cause various error in CompressionFilter deflate method under load since zStream
> is not synchronized.
> I've a fix which simply "synchronized" access to zStream.

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