Details
Description
In my latest commit regarding TxnLogToolkit there's a refactor to outsource file padding logic from FileTxnLog to a separate class:
Unfortunately public static method setPreallocSize(int) has also been moved to the new class, but it's being actively used by hadoop-common project too:
I'd like to submit a patch to revert the deleted method which is going to call the new one, but will keep backward compatibility with Hadoop.
Attachments
Issue Links
- links to