deadlock

  1. Anthropic

    Not a bug Bug on deadlock texture

    https://drive.google.com/file/d/1jW3fYvBW_b2rPP4wu70SJtpluwZ_E8zO/view
  2. S

    XF 2.3 Galera cluster xf_user deadlock on post alerts deletion

    We've been stress testing a new xenforo installation on a galera cluster (preparing for a forum migration) and we've encountered a deadlock error, which we can't figure out: We already tried different galera settings for the nodes, none of the variables helps this issue (some other deadlocks...
  3. PaulB

    Fixed ALLOW_DEADLOCK_RERUN combined with Entity#save

    Several calls to AbstractAdapter#executeTransaction in the UserAlert repository pass the ALLOW_DEADLOCK_RERUN option, but that option can't be combined with entities unless forceSet is set on the affected entities. Any attempt to re-run the closure in response to a deadlock will result in a...
  4. smozgur

    XF 2.1 Deadlock found when trying to get lock

    This happens when certain users try to login - a few banned users. It is related with xf_user_remember table. Here is the stack trace: I believe it is an automated login attempt causing the deadlock. Looks like it is trying to delete remember entry while it is also trying to use the same entry...
Back
Top Bottom