lokeshj1703 opened a new issue, #19754:
URL: https://github.com/apache/hudi/issues/19754

   ### Problem
   
   For a pre-table-version-8 MOR table, `HoodieWriteHandle#createLogWriter` 
opens the log writer at the latest existing log file's version, i.e. it 
reopens/append-targets the latest log file. On storage schemes that do not 
support append (most cloud object stores), targeting the existing latest log 
file is not appropriate and relies on locating the latest log slice.
   
   ### Expected
   
   The log writer should target a fresh log file version rather than reopening 
the latest log file, so writes do not depend on append support for the latest 
log file.
   
   ### Environment
   
   - Hudi version: master (1.x)
   - Pre-v8 (table version 6) MOR write path.
   


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