From: <tho...@us...> - 2013-12-13 21:01:13
|
Revision: 7647 http://bigdata.svn.sourceforge.net/bigdata/?rev=7647&view=rev Author: thompsonbry Date: 2013-12-13 21:01:07 +0000 (Fri, 13 Dec 2013) Log Message: ----------- comment on purgeLogs() Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/java/com/bigdata/journal/jini/ha/HAJournalServer.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/java/com/bigdata/journal/jini/ha/HAJournalServer.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/java/com/bigdata/journal/jini/ha/HAJournalServer.java 2013-12-13 20:55:50 UTC (rev 7646) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-jini/src/java/com/bigdata/journal/jini/ha/HAJournalServer.java 2013-12-13 21:01:07 UTC (rev 7647) @@ -4181,7 +4181,10 @@ * Halt operation. * * Note: This is not an error, but we can not remove - * snapshots or HALogs if this invariant is violated. + * snapshots or HALogs if this invariant is violated. This + * is because a leader fail could then cause the + * IRestorePolicy to be violated if a service that lacked + * some HALogs was elected as the leader. */ return; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |