stefan-egli commented on pull request #238:
URL: https://github.com/apache/jackrabbit-oak/pull/238#issuecomment-658171682


   > Hmm, it still looks like the scan command starts a repository in 
read-write mode.
   Indeed, thx for the heads-up!
   
   Fixed it now:
   * the `frozennoderefsbyscanning` variant already opened in readOnly mode, 
unless `-read-write=true` was set. Now explicitly disabled that option and 
therefore always using readOnly.
   * the `frozennoderefsusingindex` variant was indeed opening in readWrite (!) 
mode. As it is using a completely different way of accessing the NodeStore, 
that utils variant didn't yet support readOnly mode - so I've now added this, 
and used it for this case.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to