File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 5353       writes on the source cluster. The time difference becomes zero
5454       when ``mongosync `` commits the migration.
5555
56+        With the introduction of the :ref: `embdedded verfier<c2c-embedded-verifier> `
57+        in version 1.9, there are three different ``lagTimeSeconds `` fields whenever
58+        embedded verification is enabled: 
59+        
60+        - ``lagTimeSeconds `` for ``mongosync ``
61+        - ``lagTimeSeconds `` for the source cluster for the verifier
62+        - ``lagTimeSeconds `` for the destination cluster for the verifier
63+ 
64+        When embdedded verification is disabled, ``lagTimeSeconds `` only applies
65+        to ``mongosync ``.
66+ 
5667   * - ``totalEventsApplied ``
5768     - integer
5869     - The approximate number of change events this instance of 
Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ Before using the ``commit`` endpoint:
3636- Use the :ref:`progress <c2c-api-progress>` endpoint to confirm the
3737  following values:
3838
39-   - ``lagTimeSeconds`` is near ``0`` (*Recommended, but not required*)
39+   - ``lagTimeSeconds`` for ``mongosync``, the source cluster 
40+     for the verifier, and the destination cluster for the 
41+     verifier are all near ``0`` (*Recommended, but not required*)
4042
4143    .. note:: lagTimeSeconds
4244
@@ -49,6 +51,9 @@ Before using the ``commit`` endpoint:
4951       When ``lagTimeSeconds`` is ``0``, the source and destination
5052       clusters are in a consistent state.
5153
54+        For more information on the ``lagTimeSeconds`` fields, see
55+        :ref:`c2c-api-progress`.
56+ 
5257  - ``state: "RUNNING"``
5358  - ``canCommit: true``
5459
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments