n3nash commented on a change in pull request #2374:
URL: https://github.com/apache/hudi/pull/2374#discussion_r569978474



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java
##########
@@ -239,6 +272,9 @@ public void bootstrap(Option<Map<String, String>> 
extraMetadata) {
     if (rollbackPending) {
       rollBackInflightBootstrap();
     }
+    if (config.getWriteConcurrencyMode().isMultiWriter()) {

Review comment:
       Right now, we don't have multi-writer so people might remain cautious. 
Once we support multiwriter, it's easy to set one config and run 
bootstrap/incremental, guarding against such behaviors. 
   Right now, do we have a way to enforce users to downgrade to a single writer 
?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to