Browse Source

ZOOKEEPER-710. Forgot to run ant docs

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.2@925340 13f79535-47bb-0310-9956-ffa450edef68
Mahadev Konar 15 years ago
parent
commit
0acb048c19
2 changed files with 6 additions and 5 deletions
  1. 5 4
      docs/zookeeperProgrammers.html
  2. 1 1
      docs/zookeeperProgrammers.pdf

+ 5 - 4
docs/zookeeperProgrammers.html

@@ -871,12 +871,13 @@ document.write("Last Published: " + document.lastModified);
       which has be reestablished on a different server. The normal cause of this error is
       a client that sends a request to a server, but the network packet gets delayed, so
       the client times out and connects to a new server. When the delayed packet arrives at
-      the first server, the old server detects that the session has moved and sends back
-      the SESSION_MOVED error. Clients normally do not see this error since they do not read
+      the first server, the old server detects that the session has moved, and closes the
+      client connection. Clients normally do not see this error since they do not read
       from those old connections. (Old connections are usually closed.) One situation in which this
-      error can be seen is when two clients try to reestablish the same connection using
+      condition can be seen is when two clients try to reestablish the same connection using
       a saved session id and password. One of the clients will reestablish the connection
-      and the second client will get the SessionMovedException.</p>
+      and the second client will be disconnected (causing the pair to attempt to re-establish
+      it's connection/session indefinitely).</p>
 </div>
 
   

File diff suppressed because it is too large
+ 1 - 1
docs/zookeeperProgrammers.pdf


Some files were not shown because too many files changed in this diff