You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/11/17 00:47:46 UTC

[GitHub] [hudi] prashantwason commented on a change in pull request #2216: [HUDI-1357] Added a check to ensure no records are lost during updates.

prashantwason commented on a change in pull request #2216:
URL: https://github.com/apache/hudi/pull/2216#discussion_r524811979



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -117,6 +117,10 @@
   public static final String MAX_CONSISTENCY_CHECKS_PROP = "hoodie.consistency.check.max_checks";
   public static int DEFAULT_MAX_CONSISTENCY_CHECKS = 7;
 
+  // Data loss check before commits
+  private static final String DATALOSS_CHECK_ENABLED = "hoodie.dataloss.check.enabled";

Review comment:
       Good suggestion.




----------------------------------------------------------------
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:
users@infra.apache.org