tkalkirill commented on code in PR #791:
URL: https://github.com/apache/ignite-3/pull/791#discussion_r860941927
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/PageMemoryImpl.java:
##########
@@ -1171,7 +1250,7 @@ public Collection<FullPageId> dirtyPages() {
/**
* Page segment.
*/
- class Segment extends ReentrantReadWriteLock {
+ public class Segment extends ReentrantReadWriteLock {
Review Comment:
Because it used in
**org.apache.ignite.internal.pagememory.persistence.replacement.PageReplacementPolicy**
but in another package.
--
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]