Kirill Gusakov created IGNITE-19724: ---------------------------------------
Summary: Remove redundant joins Key: IGNITE-19724 URL: https://issues.apache.org/jira/browse/IGNITE-19724 Project: Ignite Issue Type: Task Reporter: Kirill Gusakov We have some redundant joins: - [this|https://github.com/apache/ignite-3/blob/7bcea31c9eb6350120584c1ca060131504927d04/modules/table/src/integrationTest/java/org/apache/ignite/distributed/ReplicaUnavailableTest.java#L199] must be replaced by assertThat(replicaManager.stopReplica(testGrpId), willSuccseesFast()); - [this|https://github.com/apache/ignite-3/blob/7bcea31c9eb6350120584c1ca060131504927d04/modules/replicator/src/main/java/org/apache/ignite/internal/replicator/ReplicaManager.java#L409] can be replaced by chaining maybe, need to check -- This message was sent by Atlassian Jira (v8.20.10#820010)