Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  convert 9074 over 9 years Jing Tao Add a converter to convert the V2 Log object to...
  hazelcast 9116 about 9 years Jing Tao Add the timestamp for the printing out the star...
  v1 9124 about 9 years Jing Tao The method setObsoletedBy only hanldes SID.
CNodeService.java 74.3 KB 9125 about 9 years Jing Tao The setObsoletedBy only handles PID.
D1NodeService.java 75.1 KB 9073 over 9 years Jing Tao Add the rules to check the if a sid is valid in...
DOIService.java 12.5 KB 8810 almost 10 years ben leinfelder add support for v2 DataONE API.
MNodeService.java 94.5 KB 9092 about 9 years Jing Tao Add the code transform a sid to a pid in publis...
ObjectFormatService.java 7.06 KB 8810 almost 10 years ben leinfelder add support for v2 DataONE API.
SyncAccessPolicy.java 17.6 KB 9072 over 9 years Jing Tao Implemented the feature to support the identifi...
SystemMetadataFactory.java 34.5 KB 8991 over 9 years Jing Tao Fixed a bug that the reindex of data objects ma...

Latest revisions

# Date Author Comment
9125 02/17/2015 04:01 PM Jing Tao

The setObsoletedBy only handles PID.

9124 02/17/2015 04:00 PM Jing Tao

The method setObsoletedBy only hanldes SID.

9116 02/12/2015 03:32 PM Jing Tao

Add the timestamp for the printing out the start and end of hazelcast synchronization.

9111 02/09/2015 05:38 PM Jing Tao

Call the method lock.lock() immediately after getting the lock. Otherwise, if an exception happened between the two calls (in another word, lock.lock() was called), lock.unlock() can cause an issue:
Current thread is not owner of lock!
See https://redmine.dataone.org/issues/6836.

9093 02/04/2015 04:44 PM Jing Tao

The setReplicationStatus method only supports sid and the setRightsHolder method supports both PID and SID.

9092 02/04/2015 03:10 PM Jing Tao

Add the code transform a sid to a pid in publish, getPackage and view method. Fefer dataONE #6734.

9091 02/04/2015 02:28 PM Jing Tao

Fixed a bug that it should use getReplica rather than get method.

9087 02/03/2015 02:10 PM Jing Tao

The CN.setReplicationPolicy method now only support PIDs. Refer to https://redmine.dataone.org/issues/6734.

9083 02/02/2015 09:50 AM Jing Tao

Went through the v2 ObjectFormatList and convert every v2 ObjectFormat to v1 ObjectFormat and put them into a v1 objectFormatList.

9078 01/27/2015 04:30 PM Jing Tao

Add the log messages to indicate the hazelcast synchronization starting and ending.

View revisions

Also available in: Atom