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 541d4f9c0 [hotfix][core] Multiple-writers doc url path is error in
Exception messages (#1641)
541d4f9c0 is described below
commit 541d4f9c0f4e54ed048a4121e37be78b81814101
Author: ηδΊζ <[email protected]>
AuthorDate: Mon Jul 24 22:14:20 2023 +0800
[hotfix][core] Multiple-writers doc url path is error in Exception messages
(#1641)
---
.../src/main/java/org/apache/paimon/operation/FileStoreCommitImpl.java | 2 +-
1 file changed, 1 insertion(+), 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 96e0ceae1..249b0105f 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
@@ -877,7 +877,7 @@ public class FileStoreCommitImpl implements FileStoreCommit
{
"2. Multiple jobs are writing into the same partition
at the same time "
+ "(you'll probably see different base commit
user and current commit user below).",
" You can use "
- +
"https://paimon.apache.org/docs/master/maintenance/write-performance/#dedicated-compaction-job
"
+ +
"https://paimon.apache.org/docs/master/maintenance/multiple-writers/#dedicated-compaction-job
"
+ "to support multiple writing.",
"3. 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.",