Revision 7345
Added by ben leinfelder over 12 years ago
src/edu/ucsb/nceas/metacat/dataone/hazelcast/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
change to debug log level when processing shared/local pids)