Andrey Mashenkov created IGNITE-19642: -----------------------------------------
Summary: CatalogService should use HybridClock to register new Catalog version. Key: IGNITE-19642 URL: https://issues.apache.org/jira/browse/IGNITE-19642 Project: Ignite Issue Type: Bug Components: sql Reporter: Andrey Mashenkov As of now we use System.currentTimestamp to assign timestamp for a new Catalog version. Let's use HybridClock instead. Also, there are bunch of Thread.sleep(5) in CatalogServiceSelftTest tests as a workaround for this issue. Let's also remove any waiting in tests. -- This message was sent by Atlassian Jira (v8.20.10#820010)