[Pvfs2-cvs] commit by bligon in pvfs2/src/client/sysint: sys-io.sm

CVS commit program cvs at parl.clemson.edu
Mon Aug 24 11:26:00 EDT 2009


Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb1:/tmp/cvs-serv10577/src/client/sysint

Modified Files:
      Tag: Orange-FailOver-Becky
	sys-io.sm 
Log Message:
Completed fail-over testing & debugging for non-small-io case.


Index: sys-io.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-io.sm,v
diff -p -u -r1.164.8.1.6.8 -r1.164.8.1.6.9
--- sys-io.sm	21 Aug 2009 18:43:23 -0000	1.164.8.1.6.8
+++ sys-io.sm	24 Aug 2009 15:26:00 -0000	1.164.8.1.6.9
@@ -195,9 +195,6 @@ machine pvfs2_client_io_sm
         default => io_cleanup;
     }
 
-    /*We will make changes to msgpairarray to handle mirrored copies of a 
-     *data handle when retries are warranted.
-    */
     state small_io
     {
         jump pvfs2_client_small_io_sm;
@@ -206,10 +203,7 @@ machine pvfs2_client_io_sm
     }
 
     state io_datafile_post_msgpairs
-    { /*whenever a msgpair is retried, we will use the "next" data handle, if
-       *mirrored data handles are available, instead of retrying the same
-       *handle.
-      */
+    { 
         run io_datafile_post_msgpairs;
         IO_RETRY => io_datafile_post_msgpairs_retry;
         IO_FATAL_ERROR => io_cleanup;
@@ -218,9 +212,6 @@ machine pvfs2_client_io_sm
 
     state io_datafile_post_msgpairs_retry
     {
-      /*We will not up the retry count unless all the handles for a msgpair
-       *have been tried.
-      */
         run io_datafile_post_msgpairs_retry;
         IO_MIRRORING    => io_datafile_mirror_retry;
         IO_NO_MIRRORING => io_datafile_no_mirror_retry;



More information about the Pvfs2-cvs mailing list