Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  hazelcast 6407 over 12 years Chris Jones Add in the Hazelcast Id generation namespace an...
CNReplicationTask.java 7.68 KB 6405 over 12 years Chris Jones Add a CNReplicationTask class that will be subm...
CNodeService.java 28.7 KB 6409 over 12 years Chris Jones Enable CNodeService to access 1) the hzNodes ma...
D1NodeService.java 33.6 KB 6402 over 12 years Chris Jones Catch D1nodeService up to the DataONE 0.6.4 sch...
MNodeService.java 34.6 KB 6397 over 12 years ben leinfelder changes for schema update (d1_common)
MetadataTypeRegister.java 2.84 KB 6366 over 12 years ben leinfelder use new "v1" types from DataONE
ObjectFormatService.java 7.27 KB 6366 over 12 years ben leinfelder use new "v1" types from DataONE
SystemMetadataManager.java 1.62 KB 6366 over 12 years ben leinfelder use new "v1" types from DataONE

Latest revisions

# Date Author Comment
6409 09/11/2011 06:26 PM Chris Jones

Enable CNodeService to access 1) the hzNodes map defined in the DataONE process cluster by becoming a Hazelcast client (hzClient) to that cluster and 2) the hzSystemMetadata map defined in the DataONE storage cluster by becoming a member to that cluster (using direct Hazelcast calls). Added fields for maintaining the DataONE cluster properties.

6407 09/11/2011 06:12 PM Chris Jones

Add in the Hazelcast Id generation namespace and an IdGenerator instance for task ids. Hazelcast will produce cluster-wide unique ids for the "task-ids" namespace, to be used when creating CNreplicationTask objects.

6405 09/11/2011 03:28 PM Chris Jones

Add a CNReplicationTask class that will be submitted to the CN storage cluster when there are changes to the object store involving system metadata, science metadata, and resource maps. When a new entry is added to the hzSystemMetadata map, a new data, science metadata, or resource map was added to the VO, and all CN cluster members need to be updated with the object and it's system metadata. This task is executed on each CN to replicate the information. If the event is an update to an existing system metadata entry, it may only involve a change to system metadata, or may involve a change to science metadata as well. The task will return with the PID of the object replicated, be it a sysmeta, scimeta, or resource object. Locking of the PID will be handled by the task.

6402 09/11/2011 12:20 PM Chris Jones

Catch D1nodeService up to the DataONE 0.6.4 schema where there is no ObjectFormat.isScienceMetadata() method, but rather ObjectFormat.getFormatType() where type is currently one of 'DATA, 'METADATA', or 'RESOURCE'.

6401 09/11/2011 12:12 PM Chris Jones

Modify HazelcastService to read configuration information from an on-disk file (not from a jar file). Added init() to start up the service (was calling doRefresh() before. We still need to decide if this is a refreshable service.

6399 09/08/2011 02:23 PM ben leinfelder

move HazelcastService to D1 package

6397 09/07/2011 05:16 PM ben leinfelder

changes for schema update (d1_common)

6395 09/06/2011 02:33 PM ben leinfelder

added HazelCast MapStore and MapLoader implementation for SystemMetadata

6394 09/06/2011 11:55 AM ben leinfelder

use InvalidRequest when the PID is not found. https://redmine.dataone.org/issues/1768

6391 09/02/2011 01:57 PM ben leinfelder

use Permission.REPLICATE not EXECUTE

View revisions

Also available in: Atom