prashantpogde commented on PR #3824:
URL: https://github.com/apache/ozone/pull/3824#issuecomment-1291170705

   Current  compaction log format is
   input files newline output files
   
   Its a very risky format. Lets change it to
   something like
   
   C(compaction log entry) $ input-file1, i2, i3 : outputfile-1, o2 o3          
                                             
   S(Snapshot creation entry) $ Snapshot number                                 
                          
   C(compaction log entry) $ input-file1, i2, i3 : outputfile-1, o2 o3
   
   But this can be done in a separate PR also and a separate Jira. Lets get 
this one in as it is working. All improvements can happen incrementally.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to