AnonHxy opened a new pull request, #4146:
URL: https://github.com/apache/bookkeeper/pull/4146

   Descriptions of the changes in this PR:
   
   
   ### Motivation
   
   Cleanup `logfileHeader`  in `DefaultEntryLogger`.   There is no place to 
invoke `DefaultEntryLogger#logfileHeader` to write,  and the `logfileHeader` 
has moved to `EntryLoggerAllocator`:
   
   
https://github.com/apache/bookkeeper/blob/a842f3e92cbe7c9a99f72567af19b8f7c4ce7e82/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/EntryLoggerAllocator.java#L66
   
   
https://github.com/apache/bookkeeper/blob/a842f3e92cbe7c9a99f72567af19b8f7c4ce7e82/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/EntryLoggerAllocator.java#L79-L87
   
   
https://github.com/apache/bookkeeper/blob/a842f3e92cbe7c9a99f72567af19b8f7c4ce7e82/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/EntryLoggerAllocator.java#L170-L171
   
   
   
   ### Changes
   
   Cleanup `logfileHeader`  in `DefaultEntryLogger`
   
   


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