You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gentics Mesh Version, operating system, or hardware.
v1.8.2
Operating System
Linux, mesh instance dockerized
Problem
There are some version purge jobs in the list. When we re-queue these jobs, the cms instance starts a deadlock. This deadlock makes the instance stop responding to API calls.
When we restart the instance, that job is still in the queue (not failed). if re-queue another job, the cms instance still takes the first version purge job ( 1st job in the queue ) instead. and the same process happens (deadlock and cms getting not responsive)
Because of this, all other jobs got stuck in the queue. We cannot make any schema changes. All schema migration jobs are in the job list and cannot be processed.
Hi @cemusta ,
Thanks for the ticket. Do you have any chance to get the Mesh logs? Normally on Mesh restart all the queued jobs start, and if something happen, this is usually depicted in the logs.
We have also fixed one issue regarding the job stability, releasing it as https://github.com/gentics/mesh/releases/tag/1.8.5 / - couldn't you please check if this version solves you problem?
Thanks in advance!
Gentics Mesh Version, operating system, or hardware.
Operating System
Problem
There are some version purge jobs in the list. When we re-queue these jobs, the cms instance starts a deadlock. This deadlock makes the instance stop responding to API calls.
When we restart the instance, that job is still in the queue (not failed). if re-queue another job, the cms instance still takes the first version purge job ( 1st job in the queue ) instead. and the same process happens (deadlock and cms getting not responsive)
Because of this, all other jobs got stuck in the queue. We cannot make any schema changes. All schema migration jobs are in the job list and cannot be processed.
problematic job:
Reproducer
Expected behaviour and actual behaviour.
The text was updated successfully, but these errors were encountered: