- priority: 5 --> 3
In logging the following issue occurs:
If the first node that fails is a rendition node, then the failed node writer will only list the specified attributes (in our case the few om_* attributes since we have the addNodeAttrsToList set to true); and for some reason any subsequent node written in the success logs will also only list those specified attributes.
So, what we ended up with in 2 of the success logs were that at some point, the documentum metadata is lost for the remaining nodes.
Steps to reproduce:
1) set up a migration where a rendition node (in the middle of the migration) will fail
2) include all attributes in the logging
3) run the migration, and see if the success log is consistent, or if mid way through, additional metadata is lost in the success log