sashapolo commented on code in PR #1170:
URL: https://github.com/apache/ignite-3/pull/1170#discussion_r989916167
##########
modules/cluster-management/src/testFixtures/java/org/apache/ignite/internal/cluster/management/raft/TestClusterStateStorage.java:
##########
@@ -62,62 +69,89 @@ public boolean isStarted() {
@Override
public void put(byte[] key, byte[] value) {
- map.put(new ByteArray(key), value);
+ lock.readLock().lock();
Review Comment:
ooops, this is a typo
--
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]