Bug #7452
sync is failing update of the archive field from false to true.
100%
Description
See SystemMetadataValidator.validateRestrictedFields.
Associated revisions
refs #7452: added unit tests and extra logging regarding the archived validation error.
refs #7452: added unit tests and extra logging regarding the archived validation error.
History
#1 Updated by Rob Nahf about 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
the value check was backwards. fixed it.
#2 Updated by Jing Tao about 9 years ago
- % Done changed from 100 to 30
- Status changed from Closed to In Progress
I still saw this issue in cn-dev-1 which just was upgraded.
[ERROR] 2015-10-28 19:51:20,013 (V2TransferObjectTask:processTask:388) Task-urn:node:mnDemo6-tao.13398.1
<?xml version="1.0" encoding="UTF-8"?>
Synchronization task of [PID::]tao.13398.1[::PID] failed. Illegal changes attempted to the fields: archived
#3 Updated by Rob Nahf about 9 years ago
- Status changed from In Progress to Testing
- % Done changed from 30 to 50
traced this one back to failure in Jenkins to trigger a rebuild of d1-process-daemon once the fixes were committed. The redeployed process daemons subsequently didn't contain the fix.
#4 Updated by Rob Nahf almost 9 years ago
- % Done changed from 50 to 100
- Status changed from Testing to Closed
no evidence of this error found on cn-stage-ucsb-1 synchronization logs
using the grep terms:
grep "archived" cn-synchronization.log.* | grep -v Only
grep -A3 "archived" cn-synchronization.log.*