Project

General

Profile

« Previous | Next » 

Revision 7210

trace level log for looping over EVERY pid in the system.

View differences:

src/edu/ucsb/nceas/metacat/dataone/hazelcast/HazelcastService.java
501 501
		Iterator<Identifier> sharedPids = identifiers.iterator();
502 502
		while (sharedPids.hasNext()) {
503 503
			Identifier pid = sharedPids.next();
504
			logMetacat.debug("checking for shared pid locally: " + pid.getValue());
504
			logMetacat.trace("checking for shared pid locally: " + pid.getValue());
505 505
			if (!localPids.contains(pid.getValue())) {
506 506
				logMetacat.warn("shared pid does not exist locally: " + pid.getValue());
507 507
				SystemMetadata sm = systemMetadata.get(pid);

Also available in: Unified diff