[ https://issues.apache.org/jira/browse/IGNITE-23923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kirill Gusakov updated IGNITE-23923: ------------------------------------ Description: *Motivation* We have multiple public overloaded resetPartitions methods now: {code:java} resetAllPartitions(String zoneName, String tableName, boolean manualUpdate, long triggerRevision) // is using only in tests resetPartitions(String zoneName, String tableName, Set<Integer> partitionIds) // is using only for manual reset {code} > Fix naming of overloaded resetPartitions methods > ------------------------------------------------ > > Key: IGNITE-23923 > URL: https://issues.apache.org/jira/browse/IGNITE-23923 > Project: Ignite > Issue Type: Improvement > Reporter: Kirill Gusakov > Priority: Major > > *Motivation* > We have multiple public overloaded resetPartitions methods now: > {code:java} > resetAllPartitions(String zoneName, String tableName, boolean manualUpdate, > long triggerRevision) // is using only in tests > resetPartitions(String zoneName, String tableName, Set<Integer> partitionIds) > // is using only for manual reset > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)