Bug #6070
CNs missing GOA objects
Status:
New
Priority:
Normal
Assignee:
Robert Waltz
Category:
d1_synchronization
Target version:
Start date:
2014-08-22
Due date:
2015-01-13
% Done:
0%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
After the Upgrade to Java7, a bug appeared that caused failures in synchronization. At least 40 objects from GOA did not synchronize correctly. There may be objects from other MNs as well.
Related issues
History
#1 Updated by Robert Waltz about 10 years ago
- Due date changed from 2014-08-22 to 2014-09-24
- Target version changed from 2014.30-Block.4.3 to Maintenance Backlog
#2 Updated by Dave Vieglais almost 10 years ago
- Due date changed from 2014-09-24 to 2015-01-13
Using the d1_client_bash tools:
$ export NODE="https://goa.nceas.ucsb.edu/goa/d1/mn"
$ d1listobjects -C 9999 -I > GOA_20150113.txt
$ wc -l GOA_20150113.txt
2376 GOA_20150113.txt
$ export NODE="https://cn.dataone.org/cn"
$ for pid in $(cat GOA_20150113.txt); do res=$(d1sysmeta -t "${pid}"); echo "$res, $pid" > test_cn.txt; done
$ grep "404," test_cn.txt
404, df35b.211.1
404, df35b.212.1
404, df35b.71.13
404, df35b.8.26
404, resourceMap_df35b.71.13
404, resourceMap_df35b.8.26
#3 Updated by Robert Waltz over 8 years ago
- Milestone changed from CCI-1.3 to None