Evgeny Stanilovsky created IGNITE-17932:
-------------------------------------------
Summary: Blocking code inside SchemaRegistryImpl#schema(int), need
to be refactored.
Key: IGNITE-17932
URL: https://issues.apache.org/jira/browse/IGNITE-17932
Project: Ignite
Issue Type: Improvement
Components: data structures
Affects Versions: 3.0.0-alpha5
Reporter: Evgeny Stanilovsky
Previously blocking fut.join() contains in SchemaManager#tableSchema after
refactoring it moves into SchemaRegistryImpl#schema(int) [1], it`s necessary to
remove blocking approach.
[1]
https://github.com/apache/ignite-3/blob/7b0b3395de97db09896272e03322bba302c0b556/modules/schema/src/main/java/org/apache/ignite/internal/schema/registry/SchemaRegistryImpl.java#L93
--
This message was sent by Atlassian Jira
(v8.20.10#820010)