You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Hanson Char <ha...@gmail.com> on 2006/06/24 01:24:58 UTC

Data corruption in Mina 0.8.2

I think I found a bug in Mina 0.8.2 that leads to data corruption when
Mina is under high load.  Specifically, in Mina 0.8.2, when invoked
from

  IOAdapter$SessionHandlerAdapter.dowrite()

the

  Queue.isEmpty()

is not properly synchronized.  I also found a get around to this
problem with Java 5.  More details here:

  http://hansonchar.blogspot.com/2006/06/bug-patch-mina-082.html

Any comment?  Is this already fixed in later releases ?

Cheers,
Hanson Char