[ 
https://issues.apache.org/jira/browse/HUDI-2529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598023#comment-17598023
 ] 

sivabalan narayanan commented on HUDI-2529:
-------------------------------------------

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

 
{code:java}
2022-08-25T00:10:33.8558772Z [ERROR] Tests run: 7, Failures: 0, Errors: 1, 
Skipped: 0, Time elapsed: 80.592 s <<< FAILURE! - in 
org.apache.hudi.sink.compact.ITTestHoodieFlinkCompactor
2022-08-25T00:10:33.8559801Z [ERROR] testHoodieFlinkCompactor{boolean}[1]  Time 
elapsed: 8.957 s  <<< ERROR!
2022-08-25T00:10:33.8560367Z 
org.apache.flink.runtime.client.JobExecutionException: Job execution failed.
2022-08-25T00:10:33.8560986Z Caused by: org.apache.flink.runtime.JobException: 
Recovery is suppressed by NoRestartBackoffTimeStrategy
2022-08-25T00:10:33.8561621Z Caused by: 
org.apache.hudi.exception.HoodieIOException: IOException when reading log file 
2022-08-25T00:10:33.8562747Z Caused by: java.io.FileNotFoundException: File 
file:/tmp/junit6199390607992092497/par3/.f13a22df-e60b-4a94-bd44-63c58d99a82f_20220825000923683.log.1_2-4-0
 does not exist
2022-08-25T00:10:33.8563212Z 
2022-08-25T00:10:33.8630793Z [INFO] Running 
org.apache.hudi.sink.cluster.ITTestHoodieFlinkClustering
2022-08-25T00:10:54.0446967Z [INFO] Tests run: 2, Failures: 0, Errors: 0, 
Skipped: 0, Time elapsed: 20.178 s - in 
org.apache.hudi.sink.cluster.ITTestHoodieFlinkClustering
2022-08-25T00:10:54.0463915Z [INFO] Running 
org.apache.hudi.sink.ITTestDataStreamWrite
2022-08-25T00:12:57.9454846Z [INFO] Tests run: 9, Failures: 0, Errors: 0, 
Skipped: 0, Time elapsed: 123.857 s - in 
org.apache.hudi.sink.ITTestDataStreamWrite
2022-08-25T00:12:58.5518043Z [INFO] 
2022-08-25T00:12:58.5519153Z [INFO] Results:
2022-08-25T00:12:58.5519776Z [INFO] 
2022-08-25T00:12:58.5520298Z [ERROR] Errors: 
2022-08-25T00:12:58.5522500Z [ERROR]   
ITTestHoodieFlinkCompactor.testHoodieFlinkCompactor » JobExecution Job 
executi... {code}
 

 

> Flaky test: ITTestHoodieFlinkCompactor.testHoodieFlinkCompactor:88
> ------------------------------------------------------------------
>
>                 Key: HUDI-2529
>                 URL: https://issues.apache.org/jira/browse/HUDI-2529
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: Testing, tests-ci
>            Reporter: Raymond Xu
>            Priority: Major
>             Fix For: 0.12.1
>
>         Attachments: 27.txt
>
>
> {code:java}
> 2021-09-30T16:45:30.4276182Z 12557 [pool-15-thread-2] ERROR 
> org.apache.hudi.common.table.view.PriorityBasedFileSystemView  - Got error 
> running preferred function. Trying secondary
> 2021-09-30T16:45:30.4276903Z org.apache.hudi.exception.HoodieRemoteException: 
> Connect to 0.0.0.0:46865 [/0.0.0.0] failed: Connection refused (Connection 
> refused)
> 2021-09-30T16:45:30.4277581Z  at 
> org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView.getLatestFileSlice(RemoteHoodieTableFileSystemView.java:297)
> 2021-09-30T16:45:30.4278221Z  at 
> org.apache.hudi.common.table.view.PriorityBasedFileSystemView.execute(PriorityBasedFileSystemView.java:97)
> 2021-09-30T16:45:30.4278827Z  at 
> org.apache.hudi.common.table.view.PriorityBasedFileSystemView.getLatestFileSlice(PriorityBasedFileSystemView.java:252)
> 2021-09-30T16:45:30.4279399Z  at 
> org.apache.hudi.io.HoodieAppendHandle.init(HoodieAppendHandle.java:135)
> 2021-09-30T16:45:30.4279873Z  at 
> org.apache.hudi.io.HoodieAppendHandle.write(HoodieAppendHandle.java:390)
> 2021-09-30T16:45:30.4280347Z  at 
> org.apache.hudi.io.HoodieWriteHandle.write(HoodieWriteHandle.java:215)
> 2021-09-30T16:45:30.4280863Z  at 
> org.apache.hudi.execution.CopyOnWriteInsertHandler.consumeOneRecord(CopyOnWriteInsertHandler.java:96)
> 2021-09-30T16:45:30.4281447Z  at 
> org.apache.hudi.execution.CopyOnWriteInsertHandler.consumeOneRecord(CopyOnWriteInsertHandler.java:40)
> 2021-09-30T16:45:30.4282039Z  at 
> org.apache.hudi.common.util.queue.BoundedInMemoryQueueConsumer.consume(BoundedInMemoryQueueConsumer.java:37)
> 2021-09-30T16:45:30.4282624Z  at 
> org.apache.hudi.common.util.queue.BoundedInMemoryExecutor.lambda$null$2(BoundedInMemoryExecutor.java:121)
> 2021-09-30T16:45:30.4283129Z  at 
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 2021-09-30T16:45:30.4283590Z  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> 2021-09-30T16:45:30.4284080Z  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> 2021-09-30T16:45:30.4284502Z  at java.lang.Thread.run(Thread.java:748)
> 2021-09-30T16:45:30.4298786Z Caused by: 
> org.apache.http.conn.HttpHostConnectException: Connect to 0.0.0.0:46865 
> [/0.0.0.0] failed: Connection refused (Connection refused)
> 2021-09-30T16:45:30.4299596Z  at 
> org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
> 2021-09-30T16:45:30.4300229Z  at 
> org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
> 2021-09-30T16:45:30.4300808Z  at 
> org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
> 2021-09-30T16:45:30.4301322Z  at 
> org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
> 2021-09-30T16:45:30.4301804Z  at 
> org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
> 2021-09-30T16:45:30.4302279Z  at 
> org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
> 2021-09-30T16:45:30.4302751Z  at 
> org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
> 2021-09-30T16:45:30.4303239Z  at 
> org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
> 2021-09-30T16:45:30.4303940Z  at 
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
> 2021-09-30T16:45:30.4304463Z  at 
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
> 2021-09-30T16:45:30.4304983Z  at 
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
> 2021-09-30T16:45:30.4305450Z  at 
> org.apache.http.client.fluent.Request.execute(Request.java:151)
> 2021-09-30T16:45:30.4306006Z  at 
> org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView.executeRequest(RemoteHoodieTableFileSystemView.java:172)
> 2021-09-30T16:45:30.4306671Z  at 
> org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView.getLatestFileSlice(RemoteHoodieTableFileSystemView.java:293)
> 2021-09-30T16:45:30.4307194Z  ... 13 more
> 2021-09-30T16:45:30.4307537Z Caused by: java.net.ConnectException: Connection 
> refused (Connection refused)
> 2021-09-30T16:45:30.4307945Z  at 
> java.net.PlainSocketImpl.socketConnect(Native Method)
> 2021-09-30T16:45:30.4308362Z  at 
> java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
> 2021-09-30T16:45:30.4315903Z  at 
> java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:204)
> 2021-09-30T16:45:30.4316643Z  at 
> java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
> 2021-09-30T16:45:30.4317099Z  at 
> java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
> 2021-09-30T16:45:30.4317496Z  at java.net.Socket.connect(Socket.java:607)
> 2021-09-30T16:45:30.4317982Z  at 
> org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74)
> 2021-09-30T16:45:30.4318602Z  at 
> org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
> 2021-09-30T16:45:30.4319034Z  ... 26 more
> {code}
> refer to attached full logs.



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

Reply via email to