ibessonov commented on code in PR #5670: URL: https://github.com/apache/ignite-3/pull/5670#discussion_r2054575938
########## modules/metastorage/src/testFixtures/java/org/apache/ignite/internal/metastorage/server/SimpleInMemoryKeyValueStorage.java: ########## @@ -70,6 +73,8 @@ * Simple in-memory key/value storage for tests. */ public class SimpleInMemoryKeyValueStorage extends AbstractKeyValueStorage { + private final ReadWriteLock rwLock = new ReentrantReadWriteLock(); Review Comment: Moved from parent class, it was there as a protected field before my changes -- 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