-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 9.2
-
Fix Version/s: 9.3
-
Component/s: CMIS, Renditions
-
Backlog priority:800
-
Upgrade notes:
-
Sprint:nxfit 9.3.8, nxfit 9.3.9
-
Story Points:3
How to reproduce:
- fire up a 9.2 Nuxeo Platform with attached jar file nuxeo-custom-renditions-1.0-SNAPSHOT.jar (github) deployed in nxserver/bundles/ directory
- create workspace /default-domain/workspaces/
NXP-23266in your Nuxeo repository (or change value of variable PARENT_FOLDER at line 7 of scriptNXP-23266.sh) - update file .setenv with the proper credential, host name, ...
- play the reproduction scenario with the following command:
./NXP-23266.sh Folder1
Folder1 being a Folder document that will be created under /default-domain/workspaces/SUPNXP-21294.
What does the script:
- create a folder
- create files in the created folder
- request for a lazy rendition (equivalent to ZIP tree export) of the folder after every file creation
It can happen that, even after several retries, the rendition is never sent, in various ways.
- causes
-
NXP-27316 Deliver Latest Available Lazy Stored Rendition
- Resolved
- is related to
-
NXP-23374 Allow to prevent a job from being scheduled several times
- Open
-
NXP-18185 Prevent retrieval of stale renditions for non-versionable documents
- Resolved
-
NXP-20716 Prevent long-running lazy rendition w/fast-changing source doc from starving others
- Resolved
-
NXP-25430 Deliver latest lazy rendition even if stale stored rendition exists
- Resolved