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...
ReplMessageHandler.java 5.45 KB 5014 over 14 years daigle Create replication directory. Move replication...
ReplicationHandler.java 60.7 KB 6099 almost 13 years ben leinfelder -remove system metadata guid -> local id mappin...
ReplicationServer.java 3.94 KB 5014 over 14 years daigle Create replication directory. Move replication...
ReplicationServerList.java 16 KB 5319 about 14 years Matt Jones Modifications to support the DataONE service AP...
ReplicationService.java 82.6 KB 6099 almost 13 years ben leinfelder -remove system metadata guid -> local id mappin...
ReplicationServlet.java 9.31 KB 5755 over 13 years ben leinfelder only call response.getWriter() when we are abou...

Latest revisions

# Date Author Comment
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.

5950 02/11/2011 01:48 PM berkley

adding more debuggin and fixing bug with systemmetadata

5944 02/10/2011 04:17 PM berkley

fixed replication bug where systemmetadata was not getting procssed correctly

5930 02/08/2011 12:05 PM berkley

fixed typo that prevented replication

View revisions

Also available in: Atom