ibessonov commented on code in PR #6444: URL: https://github.com/apache/ignite-3/pull/6444#discussion_r2282705436
########## modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/PersistentPageMemory.java: ########## @@ -122,15 +122,12 @@ * * <p>When page is allocated and is in use: * <pre> - * +------------------+--------+--------+----+----+--------+--------+----------------------+ - * | 8 bytes |8 bytes |8 bytes |4 b |4 b |8 bytes |8 bytes | PAGE_SIZE | - * +------------------+--------+--------+----+----+--------+--------+----------------------+ - * | Marker/Timestamp |Rel ptr |Page ID |C ID|PIN | LOCK |TMP BUF | Page data | - * +------------------+--------+--------+----+----+--------+--------+----------------------+ + * +-----------------------+----------+ Review Comment: You may as well delete this part, because it's wrong, and add a like to `PageHeader` class. Some readers may not know that `PageHeader` exists, as an entry point for documentation it's not very accessible -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org