Revision 7827
Added by ben leinfelder over 11 years ago
src/edu/ucsb/nceas/metacat/dataone/hazelcast/HazelcastService.java | ||
---|---|---|
264 | 264 |
identifier.setValue(guid); |
265 | 265 |
// force hazelcast to update system metadata in memory from the store |
266 | 266 |
HazelcastService.getInstance().getSystemMetadataMap().evict(identifier); |
267 |
HazelcastService.getInstance().getSystemMetadataMap().get(identifier); |
|
268 | 267 |
} |
269 | 268 |
|
270 | 269 |
public Lock getLock(String identifier) { |
Also available in: Unified diff
do not force a get() during refresh (causing EML-defined data access rules to be lost when inserting EML docs about data files). note that this reverses a change that was meant to trigger indexing, but now we are using a new queue to share index events with metacat-index and so should not be necessary.