joerghoh commented on PR #3071:
URL: https://github.com/apache/jackrabbit-oak/pull/3071#issuecomment-5243404527

   When the cache maintenance runs in its own thread, what is the impact on the 
other threads (interactive requests with a focus on low latency) be? 
   
   because this
   
   > so HTTP request threads serving pages ran full cache maintenance 
mid-request and slowed all concurrent segment-cache operations on the pod.
   
   makes me think, that no matter which thread performs this maintenance, there 
will always be an impact on other threads which are accessing that cache 
concurrently.  And that this change will just speed up the (request) thread, 
which ran all the maintenance and therefor incurred a massive latency on that 
particular Oak-repository operation.
   
   Is my understanding correct?
   


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

Reply via email to