Details
-
Task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.8
-
None
-
None
Description
Ignite has number of common cases, where wrong usage of API may lead to deadlocks, starvations, cluster hangs, and they should be properly documented.
For example, cache operations is not allowed in CacheEntryProcessor, ContinuousQuery's remote filter, etc. And in some callbacks it's possible to use cache API if they annotated with @IgniteAsyncCallback.
Attachments
Issue Links
- is related to
-
IGNITE-7608 Sort keys in putAll/removeAll methods
- Resolved