Andrey Mashenkov created IGNITE-19942: -----------------------------------------
Summary: Mirror Configuration changes to Catalog. Key: IGNITE-19942 URL: https://issues.apache.org/jira/browse/IGNITE-19942 Project: Ignite Issue Type: Improvement Reporter: Andrey Mashenkov While moving database schema from Configuration to Catalog, there are ID generators for a new database objects in Configuration and in Catalog. Thus, we can't go smoothly mirroring Configuration events to Catalog because of same things could have different ID. Configuration ID generators are updated explicitly via changer object, so we can create object in Catalog first, then pass its id to configuration changer. Let's make this small refactoring to get Catalog in-sync with Configuration. -- This message was sent by Atlassian Jira (v8.20.10#820010)