Conversation

Notices

  1. @maiyannah I got the stack trace from "DB Error: unknown error": https://hastebin.com/raw/ocipohexod

    Friday, 23-Dec-16 20:14:37 UTC from gs.kawa-kun.com
    1. @takegrapeakenji Looks like table lock related based on the chopped off error message there?

      Friday, 23-Dec-16 23:23:19 UTC from community.highlandarrow.com
      1. @maiyannah We'll find out when it happens again, as I've added the full error message to the output.

        Friday, 23-Dec-16 23:44:54 UTC from gs.kawa-kun.com
        1. @takebananaakenji This is what stood out to me:

          # /mnt/data/www/gnusocial/extlib/DB/mysqli.php(928): DB_common->raiseError(-1, NULL, NULL, NULL, '1205 ** Lock wa...') 

          Friday, 23-Dec-16 23:46:21 UTC from community.highlandarrow.com
          1. @maiyannah Lock timeout. http://u.daggsy.com/EC

            Friday, 23-Dec-16 23:53:24 UTC from gs.kawa-kun.com
            1. @takeFrankerZakenji Maybe, but it's doing an UPDATE, not an INNER JOIN?  Something somewheres isn't right here, not that we didn't already know that.

              Friday, 23-Dec-16 23:56:24 UTC from community.highlandarrow.com
              1. @maiyannah Maybe a WHERE clause is badly written.

                We'll find out once the full query is dumped with my logging tweak.

                Friday, 23-Dec-16 23:59:27 UTC from gs.kawa-kun.com
                1. @takeFrankerZakenji Yerp.  If I was a betting woman I'd put money on the extlib doing something stupid.  Verius did not have a favourable impression when he was poking around in there.

                  Saturday, 24-Dec-16 00:01:03 UTC from community.highlandarrow.com