You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Sagar Sumit (Jira)" <ji...@apache.org> on 2022/09/06 07:38:00 UTC

[jira] [Created] (HUDI-4787) ITTestHoodieSanity#testRunHoodieJavaAppOnMultiPartitionKeysMORTable streaming test

Sagar Sumit created HUDI-4787:
---------------------------------

             Summary: ITTestHoodieSanity#testRunHoodieJavaAppOnMultiPartitionKeysMORTable streaming test
                 Key: HUDI-4787
                 URL: https://issues.apache.org/jira/browse/HUDI-4787
             Project: Apache Hudi
          Issue Type: Task
            Reporter: Sagar Sumit
             Fix For: 0.12.1


After [https://github.com/apache/hudi/pull/6098] this change in streaming sink, testRunHoodieJavaAppOnMultiPartitionKeysMORTable fails intermittently. Upon debugging, I found that the thread of delete operation in HoodieJavaStreamingApp#run has not yet completed but the validation starts. The flakiness could be due to extra time that for reading checkpoint metadata in each microbatch (due to #6098). A better way would be to rewrite this test. I am not sure why delete is even required.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)