-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.10
-
Component/s: Events / Works
-
Sprint:nxcore 10.1.3
-
Story Points:1
We sometimes have these logs during hot-reload:
ERROR [Nuxeo-Event-PostCommit-1] [org.nuxeo.ecm.core.event.impl.PostCommitEventExecutor] Events postcommit execution interrupted for listener: CounterListener ERROR [Nuxeo-Event-PostCommit-1] [org.nuxeo.ecm.core.event.impl.PostCommitEventExecutor] Rolling back transaction
But there is no actual underlying error, the event handling completed normally without exception. The fact that in the meantime the thread was flagged as interrupted shouldn't make us generate an ERROR and rollback.