Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  hazelcast 7842 almost 11 years ben leinfelder only use MapStore/MapLoader for saving/loading ...
CNodeService.java 75.1 KB 8450 over 10 years Chris Jones Change CNodeService's archive() and delete() me...
D1NodeService.java 56.9 KB 8360 over 10 years Jing Tao Add the methond named isAuthoritativeMNodeAdmin...
DOIService.java 13.3 KB 8313 over 10 years Lauren Walker Change the guid.ezid.uritemplate.metadata prope...
MNodeService.java 83.6 KB 8437 over 10 years Lauren Walker retrieve the given file names (entityName) of t...
ObjectFormatService.java 7.18 KB 6803 over 12 years ben leinfelder new jars with many changes -- including new CN ...
SyncAccessPolicy.java 11.5 KB 8452 over 10 years Peter Slaughter (task #6297): sync pid(s) access policy between...
SystemMetadataFactory.java 31.6 KB 8200 over 10 years ben leinfelder only attempt to generate OREs for objects that ...

Latest revisions

# Date Author Comment
8452 12/19/2013 04:15 PM Peter Slaughter

(task #6297): sync pid(s) access policy between member node and coordinating node

8450 12/19/2013 02:35 PM Chris Jones

Change CNodeService's archive() and delete() methods to only update Member Nodes in the replica list (not CNs!), since calling CN.archive() again would cause an infinite loop. Thanks for catching this Ben.

8444 12/19/2013 09:35 AM Chris Jones

Update CNodeService.delete() and .archive() to handle situations where the pid is of formatType DATA, and therefore are not registered in the identifier table, and caused NotFound exceptions. For DATA objects, we just update the system metadata now, and for all other objects (METADATA, RESOURCE), we continue to use super.{delete()|archive()}. Also, log the delete/archive into the event log....

8439 12/19/2013 08:13 AM Chris Jones

Remove the broadcastSystemMetadataChange() method since it was a duplicate of notifyReplicaNodes(). Consolidated now.

8437 12/17/2013 09:42 AM Lauren Walker

retrieve the given file names (entityName) of the data files from the EML and use those for our file names in the BagIt content.

8436 12/13/2013 03:42 PM Lauren Walker

Change the BagIt file names to the pid+resource type. Create new Files instead of createTempFile to avoid the randomly generated numbers in the name.

8414 11/25/2013 01:40 PM Jing Tao

Add the code to set the replication status when some exceptions happen.

8362 11/04/2013 01:56 PM ben leinfelder

generate ORE object when publishing even if there was not an ORE for the original package. https://projects.ecoinformatics.org/ecoinfo/issues/6194

8360 10/31/2013 01:07 PM Jing Tao

Add the methond named isAuthoritativeMNodeAdmin method. It applies to both CN and MN methods.

8355 10/30/2013 03:37 PM Chris Jones

On calls to archive(), log the correct call (not delete()).

View revisions

Also available in: Atom