Igniters, I implemented a fix for copy-on-read semantics for cache objects returned from SQL queries and need a review.
See the issue <https://issues.apache.org/jira/browse/IGNITE-2795>for details on PR. While developing a fix I also noticed the same bug in local cache iterators. To make a behavior of copyOnRead consistent across all cache operations, I think we should fix it as well. Thoughts? -- Best regards, Alexei Scherbakov