[
https://issues.apache.org/jira/browse/IGNITE-14773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vyacheslav Koptilin updated IGNITE-14773:
-----------------------------------------
Reviewer: Vyacheslav Koptilin
> Implement a method which can get a table or wait until it wasn't initialized
> ----------------------------------------------------------------------------
>
> Key: IGNITE-14773
> URL: https://issues.apache.org/jira/browse/IGNITE-14773
> Project: Ignite
> Issue Type: Improvement
> Reporter: Vladislav Pyatkov
> Assignee: Vladislav Pyatkov
> Priority: Major
> Labels: ignite-3
> Time Spent: 3h
> Remaining Estimate: 0h
>
> When a try of table creation was invoked in another thread, a client risks
> getting null value until table has been not initialized yet.
> This behavior is available through the public API:
> {code:java}
> ignite.tables().table("tableName");
> {code}
> But client expected to see the table which was fully initialized.
> Need to implement API which waits for table initialization, if it would need,
> and returns it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)