Skip to content

Commit 069309e

Browse files
authored
DOCSP-35777 Source Writes After Commit (#388) (#391)
1 parent 77431df commit 069309e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

source/reference/api/commit.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ Requirements
2323

2424
Before using the ``commit`` endpoint:
2525

26-
- Stop your application. This ensures that no additional writes occur on
27-
the source cluster.
26+
- Stop your application to prevent any further writes to the source cluster.
27+
During commit, you may still read from the source cluster.
28+
29+
.. warning::
30+
31+
If you write to the source cluster during commit, you might experience
32+
data loss.
2833

2934
- Use the :ref:`progress <c2c-api-progress>` endpoint to confirm the
3035
following values:

0 commit comments

Comments
 (0)