You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ma...@apache.org on 2009/06/26 20:51:20 UTC

svn commit: r788816 - in /hadoop/zookeeper/trunk: ./ docs/ docs/images/ src/docs/src/documentation/content/xdocs/ src/docs/src/documentation/resources/images/

Author: mahadev
Date: Fri Jun 26 18:51:20 2009
New Revision: 788816

URL: http://svn.apache.org/viewvc?rev=788816&view=rev
Log:
ZOOKEEPER-448. png files do nto work with forrest. (mahadev)

Added:
    hadoop/zookeeper/trunk/docs/images/2pc.jpg   (with props)
    hadoop/zookeeper/trunk/src/docs/src/documentation/resources/images/2pc.jpg   (with props)
Removed:
    hadoop/zookeeper/trunk/docs/images/2pc.png
    hadoop/zookeeper/trunk/src/docs/src/documentation/resources/images/2pc.png
Modified:
    hadoop/zookeeper/trunk/CHANGES.txt
    hadoop/zookeeper/trunk/docs/zookeeperInternals.html
    hadoop/zookeeper/trunk/docs/zookeeperInternals.pdf
    hadoop/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperInternals.xml

Modified: hadoop/zookeeper/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/CHANGES.txt?rev=788816&r1=788815&r2=788816&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/CHANGES.txt (original)
+++ hadoop/zookeeper/trunk/CHANGES.txt Fri Jun 26 18:51:20 2009
@@ -131,6 +131,8 @@
   ZOOKEEPER-438.  addauth fails to register auth on new client that's not yet
 connected (breed via mahadev)
 
+  ZOOKEEPER-448. png files do nto work with forrest. (mahadev)
+
 IMPROVEMENTS:
   ZOOKEEPER-308. improve the atomic broadcast performance 3x.
   (breed via mahadev)

Added: hadoop/zookeeper/trunk/docs/images/2pc.jpg
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/docs/images/2pc.jpg?rev=788816&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/zookeeper/trunk/docs/images/2pc.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: hadoop/zookeeper/trunk/docs/zookeeperInternals.html
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/docs/zookeeperInternals.html?rev=788816&r1=788815&r2=788816&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/docs/zookeeperInternals.html (original)
+++ hadoop/zookeeper/trunk/docs/zookeeperInternals.html Fri Jun 26 18:51:20 2009
@@ -566,7 +566,7 @@
 mess left over during her leadership activation.
 </p>
 <p>ZooKeeper messaging operates similar to a classic two-phase commit.</p>
-<img alt="" src="images/2pc.png"><p>
+<img alt="" src="images/2pc.jpg"><p>
 All communication channels are FIFO, so everything is done in order. Specifically 
 the following operating constraints are observed:</p>
 <ul>

Modified: hadoop/zookeeper/trunk/docs/zookeeperInternals.pdf
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/docs/zookeeperInternals.pdf?rev=788816&r1=788815&r2=788816&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperInternals.xml
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperInternals.xml?rev=788816&r1=788815&r2=788816&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperInternals.xml (original)
+++ hadoop/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperInternals.xml Fri Jun 26 18:51:20 2009
@@ -289,7 +289,7 @@
 
 <mediaobject id="fg_2phaseCommit" >
   <imageobject>
-    <imagedata fileref="images/2pc.png"/>
+    <imagedata fileref="images/2pc.jpg"/>
   </imageobject>
 </mediaobject>
 

Added: hadoop/zookeeper/trunk/src/docs/src/documentation/resources/images/2pc.jpg
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/src/docs/src/documentation/resources/images/2pc.jpg?rev=788816&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/zookeeper/trunk/src/docs/src/documentation/resources/images/2pc.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: hadoop/zookeeper/trunk/src/docs/src/documentation/resources/images/2pc.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream