codope commented on PR #12711:
URL: https://github.com/apache/hudi/pull/12711#issuecomment-2616299116

   I still see timeout exception while waiting for a pending commit - 
https://dev.azure.com/apachehudi/hudi-oss-ci/_build/results?buildId=3165&view=logs&j=1ba3b1b5-5c38-5b46-fbd0-48512bde6774&t=9483e8ad-f97e-535c-4416-ae2dfdb903e4&l=5965
   ```
   java.util.concurrent.TimeoutException
        at java.util.concurrent.FutureTask.get(FutureTask.java:205)
        at 
org.apache.hudi.utilities.deltastreamer.HoodieDeltaStreamerTestBase$TestHelpers.waitTillCondition(HoodieDeltaStreamerTestBase.java:720)
        at 
org.apache.hudi.utilities.deltastreamer.TestHoodieDeltaStreamer.deltaStreamerTestRunner(TestHoodieDeltaStreamer.java:736)
        at 
org.apache.hudi.utilities.deltastreamer.TestHoodieDeltaStreamer.deltaStreamerTestRunner(TestHoodieDeltaStreamer.java:723)
        at 
org.apache.hudi.utilities.deltastreamer.TestHoodieDeltaStreamer.deltaStreamerTestRunner(TestHoodieDeltaStreamer.java:770)
        at 
org.apache.hudi.utilities.deltastreamer.TestHoodieDeltaStreamer.testHoodieIndexerExecutionAfterCommit(TestHoodieDeltaStreamer.java:1089)
   ```
   Need to spend more time to investigate this. Locally, the test had succeeded 
after disabling timeline server based markers.
   


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