Project

General

Profile

« Previous | Next » 

Revision 7827

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.

View differences:

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