DominikSuess commented on issue #8: SLING-7544 Make optimized alias lookup 
non-blocking
URL: 
https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/8#issuecomment-400358777
 
 
   @rombert - It certainly is an edge case but I have seen import jobs being 
picked up during startup an automatically creating resources with alias 
(automated product import). It sure is an edge case but the implementation as 
is would cause a pretty fatal lock situation that I wanted to get rid off 
(better then before but would kick in later). 
   
   Keep in mind that the case triggering the optimization was about a multi 
hour traversal blocking the startup. Waiting for the index should not take that 
long but still I would want to take the whole preparation out of the the 
occasion and only have a short lock to activate this map

----------------------------------------------------------------
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

Reply via email to