DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42026>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42026 ------- Additional Comments From [EMAIL PROTECTED] 2007-04-13 18:39 ------- (In reply to comment #2) > Applied parts of the patch. Unfortunately patch for Collection class could not > be applied due to merge conflicts. Would you mind re-submitting the patch > against latest version of Collection class? Will do. > Also, in CollectionManager class, I noticed synchronized block against map's > values collection: > > public boolean close() throws DBException { > java.util.Collection values = collections.values(); > synchronized (values) { > > Everywhere else synchronization is done against collections map itself. Can > you > explain why here synchronization is done on values? Sure I can. After some experimenting I forgot to change it back to synchronize on collection :) Thanks for noticing the problem. Natalia -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.