apupier commented on PR #3729:
URL: https://github.com/apache/celeborn/pull/3729#issuecomment-4688432721

   the errors should be unrelated to the PR:
   
   ```
   Run starting. Expected test count is: 119
   ChangePartitionManagerUpdateWorkersSuite:
   - test register map partition task
   26/06/11 15:10:41,101 ERROR [worker-read-buffer-dispatcher] 
ReadBufferDispatcher: Read buffer dispatcher encountered error: null
   java.lang.InterruptedException
        at 
java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
        at 
java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
        at 
java.base/java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:458)
        at 
org.apache.celeborn.service.deploy.worker.memory.ReadBufferDispatcher$DispatcherRunnable.run(ReadBufferDispatcher.java:131)
        at java.base/java.lang.Thread.run(Thread.java:829)
   - test batch release partition
   26/06/11 15:11:06,514 ERROR [worker-read-buffer-dispatcher] 
ReadBufferDispatcher: Read buffer dispatcher encountered error: null
   java.lang.InterruptedException
        at 
java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
        at 
java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
        at 
java.base/java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:458)
        at 
org.apache.celeborn.service.deploy.worker.memory.ReadBufferDispatcher$DispatcherRunnable.run(ReadBufferDispatcher.java:131)
        at java.base/java.lang.Thread.run(Thread.java:829)
   26/06/11 15:11:10,794 ERROR 
[celeborn-client-lifecycle-manager-app-heartbeater] MasterClient: Send rpc with 
failure, has tried 1, max try 15!
   java.lang.IllegalStateException: After trying all the available Master 
Addresses(localhost:19819), an usable link still couldn't be created.
        at 
org.apache.celeborn.common.client.MasterClient.getOrSetupRpcEndpointRef(MasterClient.java:308)
        at 
org.apache.celeborn.common.client.MasterClient.sendMessageInner(MasterClient.java:152)
        at 
org.apache.celeborn.common.client.MasterClient.askSync(MasterClient.java:122)
        at 
org.apache.celeborn.client.ApplicationHeartbeater.org$apache$celeborn$client$ApplicationHeartbeater$$requestHeartbeat(ApplicationHeartbeater.scala:139)
        at 
org.apache.celeborn.client.ApplicationHeartbeater$$anon$1.run(ApplicationHeartbeater.scala:89)
        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at 
java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
        at 
java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to