tkalkirill commented on code in PR #2500: URL: https://github.com/apache/ignite-3/pull/2500#discussion_r1319481037
########## modules/table/src/test/java/org/apache/ignite/internal/table/distributed/replication/PartitionReplicaListenerTest.java: ########## @@ -198,7 +197,7 @@ public class PartitionReplicaListenerTest extends IgniteAbstractTest { private static final int FUTURE_SCHEMA_ROW_INDEXED_VALUE = 0; /** Table id. */ - private final int tblId = 1; + private static final int tblId = 1; Review Comment: fix it -- 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