ibessonov commented on a change in pull request #9223:
URL: https://github.com/apache/ignite/pull/9223#discussion_r668458797
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/serializer/RecordDataV1Serializer.java
##########
@@ -565,6 +566,9 @@ int plainSize(WALRecord record) throws
IgniteCheckedException {
case REENCRYPTION_START_RECORD:
return ((ReencryptionStartRecord)record).dataSize();
+ case INDEX_ROOT_PAGE_RENAME_RECORD:
Review comment:
Don't we add everything into V2 serializer now?
--
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]