pat-lego commented on PR #3072:
URL: https://github.com/apache/jackrabbit-oak/pull/3072#issuecomment-5244662866
```
private ServiceReference<SyncHandler>[] getReferences() {
ServiceReference<SyncHandler>[] refs = getServiceReferences();
```
Yes sorry I should be more specific, is there ever a reason we should also
fix `getReferences` to not call `getServiceReferences` to prevent this
condition. I know in the thread dump its `isEnabled` -> `getReferences` which
this PR fixes that flow but the question is should we fix `getReferences` as
well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]