Skip to content

Commit 8a5f074

Browse files
authored
Corrected DML lock clarification
1 parent f0d8ed7 commit 8a5f074

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

product_docs/docs/pgd/5/ddl.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ can be reached and are keeping up reasonably well with the current write rate.
186186
If such DDL commands must be performed while a node is down, first remove the
187187
down node from the configuration.
188188

189-
A global DML lock is granted when *ALL* the eligible nodes, data and witness, agree to grant it.
190-
Subscriber-only nodes are not eligible to participate.
189+
A global DML lock is granted when *ALL* the eligible data nodes agree to grant it.
190+
Witness and subscriber-only nodes are not eligible to participate.
191191

192192

193193
If a DDL statement isn't replicated, no global locks are acquired.

0 commit comments

Comments
 (0)