[jboss-cvs] JBossCache/etc/META-INF ...

Vladmir Blagojevic vladimir.blagojevic at jboss.com
Sun Jul 22 19:34:33 EDT 2007


  User: vblagojevic
  Date: 07/07/22 19:34:33

  Modified:    etc/META-INF  unit-test-cache-service.xml
  Log:
  revert back to streaming state transfer for unit tests
  
  Revision  Changes    Path
  1.14      +8 -8      JBossCache/etc/META-INF/unit-test-cache-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: unit-test-cache-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/unit-test-cache-service.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- unit-test-cache-service.xml	11 Jul 2007 19:25:12 -0000	1.13
  +++ unit-test-cache-service.xml	22 Jul 2007 23:34:33 -0000	1.14
  @@ -219,8 +219,8 @@
                           view_bundling="true" view_ack_collection_timeout="1000"/>
               <FC max_credits="20000000" min_threshold="0.10"/>
               <FRAG2 frag_size="60000"/>
  -            <!-- <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/> -->
  -            <pbcast.STATE_TRANSFER/>
  +            <pbcast.STREAMING_STATE_TRANSFER/>
  +            <!-- <pbcast.STATE_TRANSFER/> -->
               <pbcast.FLUSH timeout="0"/>
            </config>
         </stack>
  @@ -291,8 +291,8 @@
                           join_retry_timeout="500" shun="false"
                           view_bundling="true" view_ack_collection_timeout="1000"/>
               <FRAG2 frag_size="60000"/>
  -            <!-- <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/> -->
  -            <pbcast.STATE_TRANSFER/>
  +            <pbcast.STREAMING_STATE_TRANSFER/>
  +            <!-- <pbcast.STATE_TRANSFER/> -->
               <pbcast.FLUSH timeout="0"/>
            </config>
         </stack>
  @@ -363,8 +363,8 @@
   		    <FC max_credits="2000000"
   		        min_threshold="0.10"/>
   		    <FRAG2 frag_size="60000"  />
  -            <!-- <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/> -->
  -            <pbcast.STATE_TRANSFER/>
  +            <pbcast.STREAMING_STATE_TRANSFER/>
  +            <!-- <pbcast.STATE_TRANSFER/> -->
               <pbcast.FLUSH timeout="0"/>
            </config>
         </stack>
  @@ -435,8 +435,8 @@
   		    <FC max_credits="2000000"
   		        min_threshold="0.10"/>
   		    <FRAG2 frag_size="60000"  />
  -            <!-- <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/> -->
  -            <pbcast.STATE_TRANSFER/>
  +            <pbcast.STREAMING_STATE_TRANSFER/>
  +            <!-- <pbcast.STATE_TRANSFER/> -->
               <pbcast.FLUSH timeout="0"/>
            </config>
         </stack>
  
  
  



More information about the jboss-cvs-commits mailing list