Revision 7054
Added by ben leinfelder almost 13 years ago
src/edu/ucsb/nceas/metacat/dataone/hazelcast/HazelcastService.java | ||
---|---|---|
200 | 200 |
// nodes = hzClient.getMap(nodeMap); |
201 | 201 |
|
202 | 202 |
// Get a reference to the shared system metadata map as a cluster member |
203 |
// NOTE: this loads the map from the backing store and can take a long time for large collections |
|
203 | 204 |
systemMetadata = Hazelcast.getMap(systemMetadataMap); |
204 | 205 |
|
205 | 206 |
// Get a reference to the shared identifiers set as a cluster member |
Also available in: Unified diff
add note about long-running load for shared system metadata map