File tree Expand file tree Collapse file tree 2 files changed +59
-0
lines changed Expand file tree Collapse file tree 2 files changed +59
-0
lines changed Original file line number Diff line number Diff line change @@ -200,3 +200,57 @@ Operations can be causally consistent across different sessions.
200
200
operation time of one client session to be consistent with the operations
201
201
of another client session.
202
202
203
+ .. _causal-consistency-limitations:
204
+
205
+ Limitations
206
+ ~~~~~~~~~~~
207
+
208
+ The folowing operations that build in-memory structures are not
209
+ causally consistent:
210
+
211
+ .. list-table::
212
+ :header-rows: 1
213
+
214
+ * - Operation
215
+ - Notes
216
+
217
+ * - :dbcommand:`collStats`
218
+
219
+ -
220
+
221
+ * - :pipeline:`$collStats` with ``latencyStats`` option.
222
+
223
+ -
224
+
225
+ * - :pipeline:`$currentOp`
226
+
227
+ - Returns an error if the operation is associated with a causally
228
+ consistent client session.
229
+
230
+ * - :dbcommand:`dbStats`
231
+
232
+ -
233
+
234
+ * - :dbcommand:`getMore`
235
+
236
+ - Returns an error if the operation is associated with a causally
237
+ consistent client session.
238
+
239
+ * - :pipeline:`$indexStats`
240
+
241
+ -
242
+
243
+ * - :dbcommand:`ping`
244
+
245
+ - Returns an error if the operation is associated with a causally
246
+ consistent client session.
247
+
248
+ * - :dbcommand:`serverStatus`
249
+
250
+ - Returns an error if the operation is associated with a causally
251
+ consistent client session.
252
+
253
+ * - :dbcommand:`createIndex` with ``background: true`` option; i.e.
254
+ background index builds
255
+
256
+ -
Original file line number Diff line number Diff line change @@ -727,6 +727,11 @@ Known Issues in 3.6.0
727
727
- :issue:`WT-3724`:
728
728
.. include:: /includes/3.6-osx-platform.rst
729
729
730
+ - Operations that build in-memory structures are not causally
731
+ consistent; however, only some operations return errors when
732
+ associated with causally consistent sessions. See :ref:`Causal
733
+ Consistency Limitations <causal-consistency-limitations>`.
734
+
730
735
.. seealso::
731
736
732
737
`All JIRA issues resolved in 3.6 <http://bit.ly/2jJFa85>`_.
You can’t perform that action at this time.
0 commit comments