Yea, I wouldn’t change this. Ideally each type of binary file would have a
different magic seq to be easily distinguishable.
Anthony
> On Jun 21, 2018, at 3:01 PM, Kirk Lund wrote:
>
> Lesson: javadocs lie
>
> Do the two different values really need to be different? And because of
> backwar
Lesson: javadocs lie
Do the two different values really need to be different? And because of
backwards compatibility we're stuck with this.
On Thu, Jun 21, 2018 at 1:49 PM, Anthony Baker wrote:
> From a brief review of the source code, I believe that:
>
> DiskInitFile.OPLOG_MAGIC_SEQ_ID
From a brief review of the source code, I believe that:
DiskInitFile.OPLOG_MAGIC_SEQ_ID is used for *.if files
Oplog.OPLOG_MAGIC_SEQ_ID is used for all other oplog file types
HTH,
Anthony
> On Jun 21, 2018, at 1:36 PM, Kirk Lund wrote:
>
> Please help me understand OPLOG_MAG