Open cschockaert opened 4 years ago
Vert.x will always log blocked threads. This works as designed. We hope to use a dedicated worker thread for transactions and thus be able to configure the logs.
Additionally I noticed that MeshAuthChain
is running a tx in the eventloop. This should not happen. We need to address this.
Gentics Mesh Version, operating system, or hardware.
Problem
When a topology lock timeout is define (for example 60 000ms) AND node is entering in backup process AND we are modifying node we can see theses errors logs:
Reproducer
Start a node in cluster mode, and with topology lock timeout setted to a large value, launch a backup, then modify a node. the lock wait mechanism is throwing error in logs
Expected behaviour and actual behaviour
no errors in logs.
Seems that the lock mechanism is working fine, but the lock is not 'reactive'