Skip to content
This repository was archived by the owner on Aug 9, 2020. It is now read-only.
This repository was archived by the owner on Aug 9, 2020. It is now read-only.

java.util.ConcurrentModificationException #124

@CSnowStack

Description

@CSnowStack

Call multiple threads at the same time

throws java.util.ConcurrentModificationException

My temporary solution

// ReferenceMapMemory.class,line 31
 referenceMap = Collections.synchronizedMap(new io.rx_cache2.internal.cache.memory.apache.ReferenceMap<String, Record>());
//replace with 
referenceMap =new ConcurrentHashMap<>();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions