Hello I would like to confirm something that I believe I proved in test cases.
Cache configured as REPLICATED and ONHEAP_TIERED. If I run as a client node and attempt to make an update I do not get the reference but rather a copy of the value. If I run as a server node and perform the update I get the reference. In my test case I fail when I run this as a client node and attempt to update the cached value. it is successful when running as a server node and updating the value. In order for the client node to work I need to perform a getAndUpdate. Is this expected behavior? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/copyOnRead-tp8097.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
