Revision 7211
Added by ben leinfelder over 12 years ago
src/edu/ucsb/nceas/metacat/dataone/hazelcast/HazelcastService.java | ||
---|---|---|
603 | 603 |
|
604 | 604 |
// ALTERNATIVE method: look up all the Identifiers from the table |
605 | 605 |
List<String> guids = IdentifierManager.getInstance().getAllSystemMetadataGUIDs(); |
606 |
logMetacat.warn("Local SystemMetadata pid count: " + pids.size());
|
|
606 |
logMetacat.warn("Local SystemMetadata pid count: " + guids.size());
|
|
607 | 607 |
for (String guid: guids){ |
608 | 608 |
Identifier pid = new Identifier(); |
609 | 609 |
pid.setValue(guid); |
Also available in: Unified diff
meant to log the guids (source) not the pids (target)