There is 1 update, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-04a6c418-038e-414f-b08c-fc4cb0604722 XWIKI-15113 Open

Annotation's update runs on every node in cluster after DocumentUpdatedEvent

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-158fed9f-915e-4b90-a585-ae78bec33742 Changes by Thomas Mortagne on 16/Jan/25 17:30
 
Issue Type: Improvement Bug
 
 

1 comment

 
cid:jira-generated-image-avatar-158fed9f-915e-4b90-a585-ae78bec33742 Thomas Mortagne on 16/Jan/25 17:26
 

Would the appropriate fix here be to update DocumentContentAnnotationUpdateListener to check RemoteObservationManagerContext for remote state, and ignore the message if it is remote?

That's what we do in general for case like this. And there is a AbstractLocalEventListener helper than a listener can extend for this.