Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
ForceReplicationHandler.java 14.4 KB 8810 almost 10 years ben leinfelder add support for v2 DataONE API.
ReplMessageHandler.java 6.21 KB 6124 almost 13 years Chris Jones Merged in the D1_0_6_2_BRANCH changes that incl...
ReplicationHandler.java 66 KB 9203 almost 9 years rnahf fixes #7092: added finally clause to Replicatio...
ReplicationServer.java 3.95 KB 6814 over 12 years ben leinfelder remove flag for independent system metadata rep...
ReplicationServerList.java 16.3 KB 6814 over 12 years ben leinfelder remove flag for independent system metadata rep...
ReplicationService.java 99.3 KB 9206 almost 9 years Jing Tao Don't use ssClient as a class field. Now it is ...
ReplicationServlet.java 9.67 KB 9477 over 8 years Jing Tao Add the code to check if the metacat is in the ...

Latest revisions

# Date Author Comment
9477 12/29/2015 12:58 PM Jing Tao

Add the code to check if the metacat is in the read-only mode.

9206 05/11/2015 10:43 PM Jing Tao

Don't use ssClient as a class field. Now it is a local variable. This fixed an issue that two statements using the client caused the exception - java.net.SocketTimeoutException: Read timed out.

9204 05/11/2015 02:09 PM rnahf

refs: #7092. found another unclosed inputStream, this time in ReplicationService.handleForceReplicationDataFileRequest(...).

9203 05/11/2015 12:28 PM rnahf

fixes #7092: added finally clause to ReplicationHandler.update method to unconditionally close the inputStreams it keeps in a Vector. Needs testing.

9156 03/24/2015 01:14 PM rnahf

ReplicationServices.getUrlStream(url) callers were not closing the inputstream properly, as was revealed when switching to libclient v2 (a pooling connection manager in HttpClient) and encountering reasource leaks.

9152 03/18/2015 12:09 PM rnahf

bullet-proofed exception handling in ReplicationService.getURLStream, to make sure client communication exceptions are handled and logged.

9151 03/17/2015 04:57 PM rnahf

fixed getSSLClient method.

9150 03/17/2015 02:47 PM rnahf

fixed class name typo.

9149 03/17/2015 02:15 PM rnahf

fixed private getSSLClient method for HttpClient v4.3 compatibility. Now also caching the RestClient for reuse to save overhead.

9096 02/06/2015 09:21 AM ben leinfelder

organize imports. move exception-throwing method call into try block.

View revisions

Also available in: Atom