DominikSuess commented on issue #7: SLING-7544 - fixing potential race between intialization and addition… URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/7#issuecomment-391835091 @rombert initialization of aliasmap(esp. iteration over resultset) might race against further changes in the content that would add further entries to the resultset thst otherways would be missing in the aliasmap. This is now resolved by queueing up those changes and merging into the resultset.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
