You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr Polovtcev (Jira)" <ji...@apache.org> on 2024/03/28 14:19:00 UTC

[jira] [Created] (IGNITE-21871) SharedRocksDbInstance#sortedIndexes method is not thread-safe

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)