Aleksandr Polovtcev created IGNITE-21871:
--------------------------------------------
Summary: SharedRocksDbInstance#sortedIndexes method is not
thread-safe
Key: IGNITE-21871
URL: https://issues.apache.org/jira/browse/IGNITE-21871
Project: Ignite
Issue Type: Bug
Reporter: Aleksandr Polovtcev
Assignee: Aleksandr Polovtcev
It is possible to obtain a {{ConcurrentModificationException}} when calling
{{SharedRocksDbInstance#sortedIndexes}}, because it performs a scan over a
non-concurrent map that can actually be concurrently modified.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)