Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Lasperas <[email protected]>
  • Loading branch information
qiyuandong-db and johanl-db authored Oct 31, 2024
1 parent 7d1544d commit 949433c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ private void resolveDomainMetadataConflict(
// Currently, we don't have any domain-specific way of resolving the conflict.
// Domain-specific ways of resolving the conflict can be added here (e.g. for Row Tracking)
throw new ConcurrentWriteException(
"Concurrent domainMetadata actions detected for domain: "
"A concurrent writer added a domainMetadata action for the same domain: "
+ domain
+ ". No domain-specific conflict resolution available for this domain."
+ "Attempted domainMetadata: "
Expand Down

0 comments on commit 949433c

Please sign in to comment.