Receiving jcr:versionStorage warning messages, how do we fix this
Our system logs in both QA and Prod environment is getting a lot of WARN messages like this:
WARN [pool-6-thread-1] org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissionImpl Cannot retrieve versionable node for /jcr:system/jcr:versionStorage/d4/29/7b/(full uuid here)
When we look for these particular nodes they are not there, there are no child nodes under the 7b in the example above. I'm guessing that the pages that correspond to these version nodes no longer exist, and I'd like to be able to clean these up and prevent these warning messages from showing up.
Any assistance would be appreciated.