Project

General

Profile

« Previous | Next » 

Revision 7341

print the missing pid count, not the total shared pid count so we know how many will be processed.

View differences:

src/edu/ucsb/nceas/metacat/dataone/hazelcast/HazelcastService.java
540 540
		}
541 541
		logMetacat.warn("Initialized identifiers with missing local keys");
542 542
		
543
		logMetacat.warn("Processing missing SystemMetadata for shared pid count: " + identifiers.size());
543
		logMetacat.warn("Processing missing SystemMetadata for missing pid count: " + missingIdKeys.size());
544 544
		
545 545
		// loop through all the missing PIDs to find any null (missing) SM that needs to be resynched
546 546
		Iterator<Identifier> missingPids = missingIdKeys.iterator();

Also available in: Unified diff