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

[jira] [Created] (HUDI-4053) Flaky ITTestHoodieDataSource.testStreamWriteBatchReadOptimized

sivabalan narayanan created HUDI-4053:
-----------------------------------------

             Summary: Flaky ITTestHoodieDataSource.testStreamWriteBatchReadOptimized
                 Key: HUDI-4053
                 URL: https://issues.apache.org/jira/browse/HUDI-4053
             Project: Apache Hudi
          Issue Type: Bug
          Components: flink
            Reporter: sivabalan narayanan


ITTestHoodieDataSource.testStreamWriteBatchReadOptimized is flaky in our azure CI. 

 

[https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_apis/build/builds/8473/logs/22]

 
{code:java}
2022-05-06T15:34:29.7180500Z 1226235 [PermanentBlobCache shutdown hook] INFO  org.apache.flink.runtime.blob.PermanentBlobCache  - Shutting down BLOB cache
2022-05-06T15:34:29.7186034Z 1226236 [FileChannelManagerImpl-io shutdown hook] INFO  org.apache.flink.runtime.io.disk.FileChannelManagerImpl  - FileChannelManager removed spill file directory /tmp/flink-io-dc0ae218-8df6-4dab-a6ff-c5525b560da5
2022-05-06T15:34:29.7188305Z 1226235 [TransientBlobCache shutdown hook] INFO  org.apache.flink.runtime.blob.TransientBlobCache  - Shutting down BLOB cache
2022-05-06T15:34:29.7190064Z 1226235 [FileChannelManagerImpl-io shutdown hook] INFO  org.apache.flink.runtime.io.disk.FileChannelManagerImpl  - FileChannelManager removed spill file directory /tmp/flink-io-9a505012-2bf9-45fa-bdd0-d31380c9053b
2022-05-06T15:34:29.7242484Z 1226241 [BlobServer shutdown hook] INFO  org.apache.flink.runtime.blob.BlobServer  - Stopped BLOB server at 0.0.0.0:36159
2022-05-06T15:34:30.2525532Z [INFO] 
2022-05-06T15:34:30.2526886Z [INFO] Results:
2022-05-06T15:34:30.2527439Z [INFO] 
2022-05-06T15:34:30.2528004Z [ERROR] Failures: 
2022-05-06T15:34:30.2528707Z [ERROR]   ITTestHoodieDataSource.testStreamWriteBatchReadOptimized:243 
2022-05-06T15:34:30.2540353Z Expected: is "[+I[id1, Danny, 23, 1970-01-01T00:00:01, par1], +I[id2, Stephen, 33, 1970-01-01T00:00:02, par1], +I[id3, Julian, 53, 1970-01-01T00:00:03, par2], +I[id4, Fabian, 31, 1970-01-01T00:00:04, par2], +I[id5, Sophia, 18, 1970-01-01T00:00:05, par3], +I[id6, Emma, 20, 1970-01-01T00:00:06, par3], +I[id7, Bob, 44, 1970-01-01T00:00:07, par4], +I[id8, Han, 56, 1970-01-01T00:00:08, par4]]"
2022-05-06T15:34:30.2543461Z      but: was "[+I[id1, Danny, 23, 1970-01-01T00:00:01, par1], +I[id2, Stephen, 33, 1970-01-01T00:00:02, par1], +I[id3, Julian, 53, 1970-01-01T00:00:03, par2], +I[id4, Fabian, 31, 1970-01-01T00:00:04, par2]]" {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)