sessions lock #1193
sessions lock #1193
Comments
Original comment by deecodameeko (Bitbucket: deecodameeko, GitHub: deecodameeko): This issue has happened again. Traceback (most recent call last): Would love to get a response about this one. Thanks! |
Original comment by Joel Rivera (Bitbucket: cyraxjoe, GitHub: cyraxjoe): Which version of CherryPy are you were using?, also, are you using python with the "-O" options or calling the methods of the session like, |
Original comment by deecodameeko (Bitbucket: deecodameeko, GitHub: deecodameeko): Hi! I'm using cherrypy 3.2.2. I found this bug from a networking issue where the load balancer was not directing certain calls to a single machine. I wasn't explicitly calling session.save.'i was using implicit session locking. I just think it should check if the lock file exists prior to releasing it. I'm sure there's a reason for it. |
Originally reported by: deecodameeko (Bitbucket: deecodameeko, GitHub: @deecodameeko)
I found an issue last night with sessions where it tries to release a lock on a session that isn't locked.
Here's a dump of the logs:
It seems it doesn't check if the file exists before unlinking it. Perhaps it should? I'm not sure what could cause this issue in the first place.
The text was updated successfully, but these errors were encountered: