rangareddy commented on issue #15938:
URL: https://github.com/apache/hudi/issues/15938#issuecomment-5068123694

   This issue was reviewed as part of the JIRA-migrated backlog triage.
   
   Findings: The flaky failure was 'hoodie.properties file seems invalid. 
Please check for left over .updated files', a race when hoodie.properties is 
read while being updated in parallel. That failure path has been fixed: PR 
#8609 (HUDI-6154, merged 2023-06-30) introduced retry-on-read of 
hoodie.properties to tolerate parallel updates, and PR #18058 (merged 
2026-03-11) further hardened it with atomic writes and zero-byte-file handling. 
On current master the old 'seems invalid' hard-throw no longer exists 
(HoodieTableConfig now reads via fetchConfigs with 
MAX_READ_RETRIES/READ_RETRY_DELAY_MSEC plus a backup file), and 
testHoodieIndexer remains enabled (not @Disabled) in TestHoodieDeltaStreamer. 
   
   Closing as fixed. If the test still flakes on a recent build, please reopen 
with the CI run link and full stack trace.


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