Menu

#443 fix concurrency problem in 2.2

Mailman 2.2 / 3.0
closed-fixed
nobody
Web UI (73)
5
2007-05-04
2007-03-27
No

The problem is described in a mailman-dev post.

http://www.mail-archive.com/mailman-developers@python.org/msg10203.html

Fix this by introducing reload mechanism in the interface to SQLAlchemy. I use session.refresh() to do this but because this function looks like to break locks, attempt is made to save the lock status and lock again after refresh.

I'm not sure this is the right way to fix the problem but it is working (for now).

Discussion

  • Tokio Kikuchi

    Tokio Kikuchi - 2007-03-27

    database reload patch for 2.2

     
  • Tokio Kikuchi

    Tokio Kikuchi - 2007-05-04
    • status: open --> closed-fixed
     
  • Tokio Kikuchi

    Tokio Kikuchi - 2007-05-04

    Logged In: YES
    user_id=67709
    Originator: YES

    Fix in a different way by Barry, thanks.

     

Log in to post a comment.