Re: OPLOG_MAGIC_SEQ_ID

2018-06-21 Thread Anthony Baker
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

Re: OPLOG_MAGIC_SEQ_ID

2018-06-21 Thread Kirk Lund
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

Re: OPLOG_MAGIC_SEQ_ID

2018-06-21 Thread Anthony Baker
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