voonhous commented on PR #19391:
URL: https://github.com/apache/hudi/pull/19391#issuecomment-5104760685

   For my own reference:
   
   `HiveDriverPool.awaitAll` could report a failed partition-DDL batch as a 
successful sync. 
   
   The fix is to change `abort()` to `recordFailure(Throwable)`, storing the 
throwable in an `AtomicReference` before counting the latch down where 
`awaitAll` seeds `firstError` from that record instead of from `Future.get()`.


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