tkalkirill commented on code in PR #2126:
URL: https://github.com/apache/ignite-3/pull/2126#discussion_r1214034565
##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/AbstractMvStorageUpdateHandlerTest.java:
##########
@@ -131,7 +131,7 @@ void tearDown() throws Exception {
@Test
void testConcurrentExecuteBatchGc() {
-
assertThat(distributionZoneConfig.dataStorage().gcOnUpdateBatchSize().update(2),
willSucceedFast());
+
assertThat(distributionZoneConfig.dataStorage().gcOnUpdateBatchSize().update(4),
willSucceedFast());
Review Comment:
Since **tryLock** is now used, there may be a situation where we did not
delete all after trying to replay the race, so we should increase the size of
the batch.
--
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]