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

   This issue was reviewed as part of the JIRA-migrated backlog triage.
   
   Findings: verified against current master - meta sync to multiple catalogs 
is still sequential: StreamSync.runMetaSync() iterates the configured sync 
tools in a plain for-loop (StreamSync.java, 'for (String impl : 
syncClientToolClasses)'). The linked PR #7318 was closed without merging, and 
it actually targeted failure isolation (one meta sync failure not blocking 
others), which is now handled via the failedMetaSyncs map rather than 
parallelism. No merged PR implements multithreaded meta sync and JIRA HUDI-5335 
remains Open.
   
   Keeping open as a valid, low-effort enhancement.


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