Application Service Manual Ep Cleanup triggers unnecessary recomputationsDescriptionThe purpose of the job Application Service Manual Ep Cleanup is to cleanup stale manual endpoints, i.e. manual endpoints that don't belong to any application service.As a result, the relationships attached to these endpoints are also removed by cascade.This is triggered as a change on other CIs that are connected to those relations.If those CIs are associated to other services, this change triggers unnecessary recomputation to those services.Expectation: Application Service Manual Ep Cleanup should not trigger any recomputation.Steps to Reproduce 1. Create some CIs.2. Create three dynamic services.3. In cmdb_rel_ci, connect those three services to the CI created in #1.4. Make sure that the CI was added to these services.5. Delete one of the services. This is expected to keep the manual endpoints used by this service in the CMDB.6. Execute Application Service Manual Ep Cleanup.7. Check svc_changes and you'll see changes triggered on the other two services.WorkaroundThis problem is currently under review and targeted to be fixed in a future release. Subscribe to this Known Error article to receive notifications when more information will be available.Related Problem: PRB1723151