Skip to content

Versioning of content with persistent tiles with blobs breaks the storage #28

Description

@hvelarde

As @datakurre has documented in plone/plone.app.mosaic#80, each version of a content object with persistent tiles with blobs, will create a new empty blob into file system for each found blob and I will also break the storage as you can see in the following image:

selection_002

You can see that the portal type and path information is repeated in all objects; this happens because querying the versioned object fails with an exception in ZVCStorageTool.py#L668:

------
2015-06-16T14:49:19 ERROR CMFUid ASSERT: 52004 objects have 134 as uid!!!
------
2015-06-16T14:49:19 ERROR CMFUid ASSERT: 52004 objects have 135 as uid!!!
------
2015-06-16T14:49:19 ERROR CMFUid ASSERT: 52004 objects have 137 as uid!!!
------

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions