This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 8a86aaddb [doc] Alert multiple jobs write for Dynamic Bucket
8a86aaddb is described below
commit 8a86aaddb19d2ec549d95bcd50f8d6d8134e75c2
Author: Jingsong <[email protected]>
AuthorDate: Tue Nov 28 14:25:56 2023 +0800
[doc] Alert multiple jobs write for Dynamic Bucket
---
docs/content/concepts/primary-key-table.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/content/concepts/primary-key-table.md
b/docs/content/concepts/primary-key-table.md
index 0baffd055..c6937efed 100644
--- a/docs/content/concepts/primary-key-table.md
+++ b/docs/content/concepts/primary-key-table.md
@@ -56,7 +56,8 @@ Paimon will automatically expand the number of buckets.
- Option2: `'dynamic-bucket.assigner-parallelism'`: Parallelism of assigner
operator, controls the number of initialized bucket.
{{< hint info >}}
-Dynamic Bucket only support single write job. Please do not start multiple
jobs to write to the same partition.
+Dynamic Bucket only support single write job. Please do not start multiple
jobs to write to the same partition
+(this can lead to duplicate data). Even if you enable `'write-only'` and start
a dedicated compaction job, it won't work.
{{< /hint >}}
#### Normal Dynamic Bucket Mode