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 2021/02/02 14:27:07 UTC

[GitHub] [hudi] wangxianghu opened a new pull request #2521: [HUDI-1547] CI intermittent failure: TestJsonStringToHoodieRecordMapF…

wangxianghu opened a new pull request #2521:
URL: https://github.com/apache/hudi/pull/2521


   …unction.testMapFunction
   
   ## *Tips*
   - *Thank you very much for contributing to Apache Hudi.*
   - *Please review https://hudi.apache.org/contributing.html before opening a pull request.*
   
   ## What is the purpose of the pull request
   
   Fix TestJsonStringToHoodieRecordMapFunction.testMapFunction ci error
   This error happens randomly, lets see if it works
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.


----------------------------------------------------------------
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



[GitHub] [hudi] garyli1019 merged pull request #2521: [HUDI-1547] CI intermittent failure: TestJsonStringToHoodieRecordMapF…

Posted by GitBox <gi...@apache.org>.
garyli1019 merged pull request #2521:
URL: https://github.com/apache/hudi/pull/2521


   


----------------------------------------------------------------
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



[GitHub] [hudi] garyli1019 commented on a change in pull request #2521: [HUDI-1547] CI intermittent failure: TestJsonStringToHoodieRecordMapF…

Posted by GitBox <gi...@apache.org>.
garyli1019 commented on a change in pull request #2521:
URL: https://github.com/apache/hudi/pull/2521#discussion_r569094206



##########
File path: hudi-flink/src/test/java/org/apache/hudi/source/TestJsonStringToHoodieRecordMapFunction.java
##########
@@ -72,7 +72,7 @@ public void testMapFunction() throws Exception {
     props.put(KeyGeneratorOptions.RECORDKEY_FIELD_OPT_KEY, "_row_key");
     props.put(KeyGeneratorOptions.PARTITIONPATH_FIELD_OPT_KEY, "current_date");
     StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();
-    env.setParallelism(2);
+    env.setParallelism(1);

Review comment:
       remove the `@Disabled` as well?
   Yes, this was my guess for the flaky test as well.




----------------------------------------------------------------
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