Revision 7115
Added by ben leinfelder over 12 years ago
src/edu/ucsb/nceas/metacat/dataone/hazelcast/HazelcastService.java | ||
---|---|---|
230 | 230 |
// make sure we have all metadata locally |
231 | 231 |
try { |
232 | 232 |
// synch on restart |
233 |
synchronizeLocalStore(); |
|
233 |
// BRL: this can be problematic, commenting out 20120404 |
|
234 |
//synchronizeLocalStore(); |
|
234 | 235 |
} catch (Exception e) { |
235 | 236 |
String msg = "Problem synchronizing system metadata. " + e.getMessage(); |
236 | 237 |
logMetacat.error(msg, e); |
Also available in: Unified diff
comment out: synchronize local system metadata on cn restart