We are using Ignite v2.8.0 and the C# client. Some of our operations use PutAll() to save a collection of items in a single operation. This operation is emitting the following warning into the log:
2020-06-10 15:04:14,199 [77] WRN [ImmutableClientServer] <Spatial-SubGridDirectory-Immutable> Unordered map java.util.HashMap is used for putAll operation on cache Spatial-SubGridDirectory-Immutable. This can lead to a distributed deadlock. Switch to a sorted map like TreeMap instead. Does this require a Jira ticket? Thanks, Raymond. -- <http://www.trimble.com/> Raymond Wilson Solution Architect, Civil Construction Software Systems (CCSS) 11 Birmingham Drive | Christchurch, New Zealand +64-21-2013317 Mobile [email protected] <https://worksos.trimble.com/?utm_source=Trimble&utm_medium=emailsign&utm_campaign=Launch>
