I'm getting Session: Error while trying to free lock for ci_session
show up in the error log a couple times a minute, sometimes, and every 15 minutes other times. Using Redis for sessions. It's not happening on a different server that has almost the same code base and is sharing the same Redis server, albeit with a different session name.
I'm using session_write_close() on every page as soon as I'm done handling sessions.