Revision 7195
Added by ben leinfelder over 12 years ago
src/edu/ucsb/nceas/metacat/replication/ReplicationHandler.java | ||
---|---|---|
402 | 402 |
IdentifierManager.getInstance().createMapping(sysMeta.getIdentifier().getValue(), accNumber); |
403 | 403 |
} |
404 | 404 |
// save the system metadata |
405 |
logReplication.debug("Saving SystemMetadata to shared map: " + sysMeta.getIdentifier().getValue()); |
|
405 | 406 |
HazelcastService.getInstance().getSystemMetadataMap().put(sysMeta.getIdentifier(), sysMeta); |
406 | 407 |
} |
407 | 408 |
|
... | ... | |
1282 | 1283 |
} catch (Exception e) { |
1283 | 1284 |
logMetacat.error("ReplicationHandler.handleDocList - " + ReplicationService.METACAT_REPL_ERROR_MSG); |
1284 | 1285 |
logReplication.error("ReplicationHandler.handleDocList - error to handle update doc in " + tableName |
1285 |
+ " in time replication" + e.getMessage()); |
|
1286 |
+ " in time replication" + e.getMessage(), e);
|
|
1286 | 1287 |
continue; |
1287 | 1288 |
} |
1288 | 1289 |
|
Also available in: Unified diff
additional debugging statements for CONCURRENT_MAP_PUT error during CN-CN replication.