tkalkirill commented on code in PR #2500: URL: https://github.com/apache/ignite-3/pull/2500#discussion_r1319475266
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java: ########## @@ -219,17 +200,6 @@ public class TableManager extends Producer<TableEvent, TableEventParameters> imp private static final int TX_STATE_STORAGE_FLUSH_DELAY = 1000; private static final IntSupplier TX_STATE_STORAGE_FLUSH_DELAY_SUPPLIER = () -> TX_STATE_STORAGE_FLUSH_DELAY; - /** - * If this property is set to {@code true} then an attempt to get the configuration property directly from Meta storage will be skipped, - * and the local property will be returned. - * TODO: IGNITE-16774 This property and overall approach, access configuration directly through Meta storage, - * TODO: will be removed after fix of the issue. - */ - private final boolean getMetadataLocallyOnly = IgniteSystemProperties.getBoolean("IGNITE_GET_METADATA_LOCALLY_ONLY"); Review Comment: Removed use this sys_property in tests. -- 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