Welcome Guest, Not a member yet? Register   Sign In
Session: Error while trying to free lock for ci_session:guid.lock (3.0.6)
#1

(This post was last modified: 04-14-2016, 12:17 PM by spjonez.)

Recently moved to a load balanced environment on AWS, ElasticBeanstalk nodes and a Redis Elasticache server for sessions (no sticky sessions). This message appears in the logs very frequently. Previously the app used file based sessions since it was a single server. It doesn't appear to break anything but I'm concerned there's an issue somewhere I'm not familiar with.

Any idea what can cause this and how to fix it?
Reply
#2

Still haven't been able to figure out what is causing this. We've added session_write_close( ); calls on all the long running and heavily concurrent AJAX requests which helped performance but hasn't removed the error.

We plan on using Redis for other things and I could probably fix the error by changing to database sessions or using sticky file sessions but I'd rather fix it then work around it.
Reply
#3

(This post was last modified: 12-01-2023, 08:40 AM by Sterned.)

I get the same error. It's not much of a problem though. Did you figure out what was causing it?
test
Reply




Theme © iAndrew 2016 - Forum software by © MyBB