Description
Currently all comparisons (cache key comparisons, atomic operations, etc) are performed in binary form on Java side. This may not work as intended when user has overridden Equals/GetHashCode. Need to investigate whether we can or should do anything about this.
- Is it really an issue?
- Is there a workaround?
- Are there any user requests about this?
Attachments
Issue Links
- relates to
-
IGNITE-1563 .Net: Implement "atomic" data structures.
- Closed