radixdlt / olympia-node

Radix monorepo
Other
142 stars 35 forks source link

fix issue concurrency issue #515

Closed dcernahoschi closed 3 years ago

dcernahoschi commented 3 years ago

Collector created by Guava ImmutableSet.toImmutableSet() is not thread safe and might result in ConcurrentModificationException.

Issue addressed: https://github.com/radixdlt/radixdlt/issues/507

LukasGasior1 commented 3 years ago

I believe that's been already fixed in: https://github.com/radixdlt/radixdlt/pull/469

dcernahoschi commented 3 years ago

Indeed. This should also fix the issue. I will close the PR