UPDATE system$session lastactive = ?, mxobjectversion = (mxobjectversion + 1)

0
Our cpu is spiking to over 100% and in our logs lots of these messages: Sometimes just “UPDATE "system$session" "lastactive" = ?, "mxobjectversion" = ("mxobjectversion" + 1)” Sometimes accopanied with SET “lastactionexecution” = ? Sometimes including a WHERE "mxobjectversion" = ? AND "id" = ? Kind of in the dark where this is coming from. Any ideas?
asked
1 answers
1

Hi Tim, I think this is a symptom of some update logic running wild. Can you check the system$session table?

answered