Project

General

Profile

« Previous | Next » 

Revision 7345

change to debug log level when processing shared/local pids)

View differences:

HazelcastService.java
524 524
		while (idIter.hasNext()) {
525 525
			Identifier pid = idIter.next();
526 526
			if (localIdKeys.contains(pid)) {
527
				logMetacat.warn("Shared pid is already in local identifier set: " + pid.getValue());
527
				logMetacat.debug("Shared pid is already in local identifier set: " + pid.getValue());
528 528
				localIdKeys.remove(pid);
529 529
			} else {
530 530
				// we don't have this locally, so we should try to get it

Also available in: Unified diff