Galera Cluster Moodle 3.9 - Lock Table Errors

Re: Galera Cluster Moodle 3.9 - Lock Table Errors

by Csaba Deak -
Number of replies: 1

Hi, 

I know it is a little bit late, but maybe somebody also run into this problem. (as i did)

I could resolve this problem  by changing the locking to file locking instead of mysql_lock_factory to file_lock_factory.

Just add the following line to config.php

$CFG->lock_factory = "\\core\\lock\\file_lock_factory";


Average of ratings: Useful (1)
In reply to Csaba Deak

Re: Galera Cluster Moodle 3.9 - Lock Table Errors

by Jeff White -
Thanks Csada!

It seems to also work if you use db_record_lock_factory as well.