Issue
Release tasks fail when the subfolder depth is greater than four.
[task-execution-pool-1-thread-8] {} ERROR c.x.x.s.w.CreateReleaseTaskWorker - Exception occurred
while creating a release. Reason: Failed to store release
....
Caused by: org.postgresql.util.PSQLException: ERROR: value too long for type character varying(255)
Affected Products & Versions
Release versions:
- 22.0.0 - 22.0.8
- 22.1.0 - 22.1.6
- 22.2.0 - 22.2.2
Cause
This happens because the `ROOT_RELEASE_ID` column is too short to hold the value.
Workaround/Resolution Action
This issue has been addressed in the following Release versions:
- 22.0.9
- 22.1.7
- 22.2.3
- 22.3.0
Considerations
D-22263
Comments
Please sign in to leave a comment.