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 eb880665b [core] Multiple writing throws exception with documentation
eb880665b is described below
commit eb880665bdaf0a6360d82e83df97ed3c5fb61f84
Author: JingsongLi <[email protected]>
AuthorDate: Thu Apr 27 15:50:38 2023 +0800
[core] Multiple writing throws exception with documentation
---
.../main/java/org/apache/paimon/operation/FileStoreCommitImpl.java | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/paimon-core/src/main/java/org/apache/paimon/operation/FileStoreCommitImpl.java
b/paimon-core/src/main/java/org/apache/paimon/operation/FileStoreCommitImpl.java
index 2084701b6..cc2b567bc 100644
---
a/paimon-core/src/main/java/org/apache/paimon/operation/FileStoreCommitImpl.java
+++
b/paimon-core/src/main/java/org/apache/paimon/operation/FileStoreCommitImpl.java
@@ -777,7 +777,9 @@ public class FileStoreCommitImpl implements FileStoreCommit
{
"\n",
"Conflicts during commits are normal and this failure
is intended to resolve the conflicts.",
"Conflicts are mainly caused by the following
scenarios:",
- "1. Multiple jobs are writing into the same partition
at the same time.",
+ "1. Multiple jobs are writing into the same partition
at the same time, you can use "
+ +
"https://paimon.apache.org/docs/master/maintenance/write-performance/#dedicated-compaction-job"
+ + " to support multiple writing.",
"2. You're recovering from an old savepoint, or you're
creating multiple jobs from a savepoint.",
" The job will fail continuously in this scenario to
protect metadata from corruption.",
" You can either recover from the latest savepoint, "