Description
One of the customers reported following exception that has been thrown during the migration:
Caused by: java.lang.IllegalStateException: This builder does not exist: 95a5253f-d37b-4e88-a4b4-0721530344fc at com.google.common.base.Preconditions.checkState(Preconditions.java:150) at org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.setProperty(MemoryNodeBuilder.java:506) at org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.setProperty(MemoryNodeBuilder.java:522) at org.apache.jackrabbit.oak.upgrade.version.VersionableEditor.setVersionablePath(VersionableEditor.java:148) at org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore.merge(SegmentNodeStore.java:226) ... at org.apache.jackrabbit.oak.upgrade.RepositoryUpgrade.copy(RepositoryUpgrade.java:486)
It seems that the node with reported UUID has primary type inheriting from mixin mix:versionable, but there is no appropriate version history in the version storage.
Obviously this means that there's something wrong with the repository. However, I think that the migration process shouldn't fail, but proceed silently.
Attachments
Attachments
Issue Links
- is required by
-
OAK-3910 Migrating node inheriting from mix:versionable without version history
- Closed