You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we now print the values the result is the expected (because they are read from memory): the value of o.attr1.attr2 is 4 and the value of c.attr2=666, but the values in Cassandra are overwritten.
So, if we try to use it from a different application:
Given the following class definitions
If we set the values with the following code that assigns a volatile object to the nested StorageObj :
If we now print the values the result is the expected (because they are read from memory): the value of o.attr1.attr2 is 4 and the value of c.attr2=666, but the values in Cassandra are overwritten.
So, if we try to use it from a different application:
It shows 666 instead of 4
Maybe related to #319
The text was updated successfully, but these errors were encountered: