You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2020/07/14 13:14:08 UTC

[GitHub] [jackrabbit-oak] stefan-egli edited a comment on pull request #238: OAK-9131 : introducing scanners for references to nt:frozenNode

stefan-egli edited a comment 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:
users@infra.apache.org