Open apcurrier opened 3 years ago
This issue appears to have been tracked down to the versioned objects causing an issue.
Initially it seemed the binary/escape sequences delimiting the version from the object was the cause of the failure. However after cleaning out the non printable (binary etc.) content the error still happens when the p0 script is run.
Later we tried wiping out the entirety of the binary, version and whitespace:
cat -v keys2.txt | sed 's/\^@.*RG001 .*\;/;/' > clean_keys2.txt
This resolved the NoneType errors. I suspect that the extra whitespace may be an issue since we were not using a quoted csv format.
The job (s3_fsck_p0) script has been running at customer site for about 48 hours. We have had 3 failures in that time with error messages like the ones below.