From: Bryan T. <tho...@us...> - 2007-03-22 15:04:20
|
Update of /cvsroot/cweb/bigdata/src/java/com/bigdata/journal In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20431/src/java/com/bigdata/journal Modified Files: ITxCommitProtocol.java Log Message: Working on services. Added some JARs for dependencies to simplify deployment. Index: ITxCommitProtocol.java =================================================================== RCS file: /cvsroot/cweb/bigdata/src/java/com/bigdata/journal/ITxCommitProtocol.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ITxCommitProtocol.java 17 Mar 2007 23:14:59 -0000 1.2 --- ITxCommitProtocol.java 22 Mar 2007 15:04:15 -0000 1.3 *************** *** 69,73 **** * "prepare" message that validates the write set of the transaction and makes * it restart safe. finally, i have to coordinate the serialization of the wait ! * for the "commit" message. */ public interface ITxCommitProtocol { --- 69,75 ---- * "prepare" message that validates the write set of the transaction and makes * it restart safe. finally, i have to coordinate the serialization of the wait ! * for the "commit" message. (The write set of the transaction also needs to be ! * restart safe when it indicates that it has "prepared" so that a commit will ! * eventually succeed.) */ public interface ITxCommitProtocol { |