Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
ForceReplicationHandler.java 14.3 KB 5030 over 14 years daigle Change location of PropertyService to propertie...
ForceReplicationSystemMetadataHandler.java 4.96 KB 6119 almost 13 years ben leinfelder include System Metadata forced replication - ju...
ReplMessageHandler.java 6.21 KB 6118 almost 13 years ben leinfelder handle timed replication of system metadata. th...
ReplicationHandler.java 62.3 KB 6118 almost 13 years ben leinfelder handle timed replication of system metadata. th...
ReplicationServer.java 3.96 KB 6118 almost 13 years ben leinfelder handle timed replication of system metadata. th...
ReplicationServerList.java 16.1 KB 6118 almost 13 years ben leinfelder handle timed replication of system metadata. th...
ReplicationService.java 84.2 KB 6119 almost 13 years ben leinfelder include System Metadata forced replication - ju...
ReplicationServlet.java 9.59 KB 6119 almost 13 years ben leinfelder include System Metadata forced replication - ju...

Latest revisions

# Date Author Comment
6119 06/02/2011 04:40 PM ben leinfelder

include System Metadata forced replication - just need to figure out when to call it!

6118 06/01/2011 01:45 PM ben leinfelder

handle timed replication of system metadata. there are still a few outstanding issues:
-track server location of system metadata-only entries
-replication policy flag for system metadata-only entries?
-locking for replicated entries?
-forced replication of entries

6102 05/25/2011 03:53 PM ben leinfelder

transfer full System Metadata (as XML) during document and data replication

6099 05/25/2011 11:59 AM ben leinfelder

-remove system metadata guid -> local id mapping (there is no document for system metadata now)
-include system metadata elements when replicating data objects (TODO: transfer all system metadata structures with the docinfo request).
TODO: remove docid+rev from the systemMetadata table definition

6097 05/24/2011 04:18 PM ben leinfelder

do not use XML files for storing SystemMetadata - use DB tables only.

6079 05/05/2011 03:14 PM ben leinfelder

use update method to update the mapping between local and guid (d1) when we get a force replication request that is an "update

6057 05/03/2011 04:04 PM ben leinfelder

use "object_format" element consistently so that it is replicated across instances
https://redmine.dataone.org/issues/1514

6015 03/22/2011 05:19 PM ben leinfelder

insert/update documents with null user and null group to circumvent access control restrictions then update the user_owner and user_updated values to reflect what exists on the originating server (pisco)

6014 03/22/2011 01:24 PM ben leinfelder

use 'user_updated' field when writing the replicated document - allows most recent ownership/permissions to be used (in case LDAP groups have shifted) and is more accurate for both updates and initial inserts (hopefully addresses the replication issue we are having with pisco)

6001 03/02/2011 02:12 PM Chris Jones

DocumentImpl.delete() now throws finer grained exceptions (not a general exception). Consequently, the classes that call it have been updated to handle the thrown exceptions, including CrudService, ReplicationHandler, and ReplicationService.

View revisions

Also available in: Atom