You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by oy...@apache.org on 2007/11/17 05:31:29 UTC

svn propchange: r595900 - svn:log

Author: oysteing
Revision: 595900
Modified property: svn:log

Modified: svn:log at Fri Nov 16 20:31:29 2007
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Nov 16 20:31:29 2007
@@ -0,0 +1,24 @@
+DERBY-3021:  Contributed by Jorgen Loland 
+Extend the functionality of the SlaveController to make use of the modifications to store.raw.log made in derby-3071. 
+
+It touches the following files:
+
+M      java/engine/org/apache/derby/impl/services/replication/net/ReplicationMessageReceive.java
+   Constructor now throws StandardException
+   initConnection now times out if connection is not established
+M      java/engine/org/apache/derby/impl/services/replication/slave/SlaveController.java
+   Localhost is now used to set up the network socket
+   Added thread that applies log chunks received from the master
+   Functionality to start replication slave mode
+M      java/engine/org/apache/derby/impl/store/raw/log/LogToFile.java
+   Adds public methods for switchLogFile and applyLogRecord. 
+   rename initializeSlaveReplication() to initializeReplicationSlaveMode() for consistency
+M      java/engine/org/apache/derby/iapi/services/replication/slave/SlaveFactory.java
+   Added property keys: DB_NAME and SLAVE_HOST
+M      java/engine/org/apache/derby/loc/messages.xml
+M      java/shared/org/apache/derby/shared/common/reference/SQLState.java
+M      java/shared/org/apache/derby/shared/common/reference/MessageId.java
+   Added messages and exceptions
+A      java/engine/org/apache/derby/impl/services/replication/ReplicationLogger.java
+   Utility for logging to derby.log for replication components
+