Mikhail Efremov created IGNITE-26373: ----------------------------------------
Summary: Return public API for auto adjust related entities Key: IGNITE-26373 URL: https://issues.apache.org/jira/browse/IGNITE-26373 Project: Ignite Issue Type: Bug Reporter: Mikhail Efremov Assignee: Mikhail Efremov *Description* In https://issues.apache.org/jira/browse/IGNITE-26050 there were a lot of removed code, some includes publicly accessible entities and its autoadjust timer fields like {{Zone}} annotation and {{ZoneDefinition}}. We have to return back autoadjust fields and check other places for public packages usage. *Motivation* We have to maintain compatibility, especially user's code compilation compatibility. *Definition of done* 1. {{ZoneDefinition#dataNodesAutoAdjust}} and it's getters and builder methods are reverted; 2. {{Zone#dataNodesAutoAdjust}} is reverted 3. All usages above are marked as {{@Deprecated}} 4. Other places are rechecked for public package usages. -- This message was sent by Atlassian Jira (v8.20.10#820010)