rpuch commented on code in PR #3447:
URL: https://github.com/apache/ignite-3/pull/3447#discussion_r1533727371
##########
modules/storage-api/src/testFixtures/java/org/apache/ignite/internal/storage/index/impl/AbstractTestIndexStorage.java:
##########
@@ -55,7 +56,7 @@ public int pendingCursors() {
@Override
public Cursor<RowId> get(BinaryTuple key) {
- checkStorageClosedOrInProcessOfRebalance();
+ checkStorageClosedOrInProcessOfRebalance(true);
Review Comment:
I like the idea, but right now I'm a bit time-constrained. Will it be ok
with you if I create a Jira issue and we solve it later?
--
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]