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/01/20 14:43:30 UTC

[GitHub] [hudi] yanghua opened a new issue #2467: [Travis issue] TestJsonStringToHoodieRecordMapFunction.testMapFunction failed

yanghua opened a new issue #2467:
URL: https://github.com/apache/hudi/issues/2467


   [ERROR]   TestJsonStringToHoodieRecordMapFunction.testMapFunction:82 expected: <10> but was: <8>
   
   Travis log detail: https://api.travis-ci.com/v3/job/473125571/log.txt
   
   @garyli1019 Does this issue triggered by this line? Can you check it?
   
   https://github.com/apache/hudi/blob/c931dc5406a808f7afc25a62d22a2ccd545eb066/hudi-flink/src/test/java/org/apache/hudi/source/TestJsonStringToHoodieRecordMapFunction.java#L73


----------------------------------------------------------------
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] nsivabalan commented on issue #2467: [Travis issue] TestJsonStringToHoodieRecordMapFunction.testMapFunction failed

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on issue #2467:
URL: https://github.com/apache/hudi/issues/2467#issuecomment-766427684


   Have created a tracking jira https://issues.apache.org/jira/browse/HUDI-1547
   


----------------------------------------------------------------
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] nsivabalan commented on issue #2467: [Travis issue] TestJsonStringToHoodieRecordMapFunction.testMapFunction failed

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on issue #2467:
URL: https://github.com/apache/hudi/issues/2467#issuecomment-766427684


   Have created a tracking jira https://issues.apache.org/jira/browse/HUDI-1547
   


----------------------------------------------------------------
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] nsivabalan closed issue #2467: [Travis issue] TestJsonStringToHoodieRecordMapFunction.testMapFunction failed

Posted by GitBox <gi...@apache.org>.
nsivabalan closed issue #2467:
URL: https://github.com/apache/hudi/issues/2467


   


----------------------------------------------------------------
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] nsivabalan commented on issue #2467: [Travis issue] TestJsonStringToHoodieRecordMapFunction.testMapFunction failed

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on issue #2467:
URL: https://github.com/apache/hudi/issues/2467#issuecomment-772571950


   Closing the issue as have a tracking jira. Do open a new issue if you find anything else. As always, thanks for helping improve Hudi :)  


----------------------------------------------------------------
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 issue #2467: [Travis issue] TestJsonStringToHoodieRecordMapFunction.testMapFunction failed

Posted by GitBox <gi...@apache.org>.
garyli1019 commented on issue #2467:
URL: https://github.com/apache/hudi/issues/2467#issuecomment-763703668


   @yanghua Not sure why this happened. This test was running fine for a while. Maybe related to the unstable Travis service today? Can we retry when Travis back to normal? 


----------------------------------------------------------------
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] vinothchandar commented on issue #2467: [Travis issue] TestJsonStringToHoodieRecordMapFunction.testMapFunction failed

Posted by GitBox <gi...@apache.org>.
vinothchandar commented on issue #2467:
URL: https://github.com/apache/hudi/issues/2467#issuecomment-763783702


   This typically happens if the test was written in "data dependent" way and the random test data generator produces a different set of data on CI.  I would audit the test a bit and see if we have some leads. It failed again on my land as well. 
   https://api.travis-ci.com/v3/job/473304345/log.txt
   


----------------------------------------------------------------
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 issue #2467: [Travis issue] TestJsonStringToHoodieRecordMapFunction.testMapFunction failed

Posted by GitBox <gi...@apache.org>.
garyli1019 commented on issue #2467:
URL: https://github.com/apache/hudi/issues/2467#issuecomment-763718959


   @vburenin this test was just converting json to HoodieRecord, the workflow was not related to Hoodie. The sink function and mock environment were set up just for testing. My guess was the test environment was unstable on travis so the results become flaky when the parallelism is more than 1. If we want consistent results, we can change test parallelism to 1.


----------------------------------------------------------------
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] vburenin commented on issue #2467: [Travis issue] TestJsonStringToHoodieRecordMapFunction.testMapFunction failed

Posted by GitBox <gi...@apache.org>.
vburenin commented on issue #2467:
URL: https://github.com/apache/hudi/issues/2467#issuecomment-763713137


   @garyli1019 it is running totally fine in my environment, but I would still be a bit concerned about the potentially different outcome. If it differs to the point that it must not ever happen, then we potentially have a bug in Hudi.


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