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
then from other node:
4.root = getRoot
5. get(root) ==> TIMEOUT
when I added before 2:
1.5: getX(root) everything worked fine.
In the logs I saw that the getX got to the first node, but handled moved to the PendingMessages probably by shouldHoldMessage. I think that the reason is that it was flagged as MODIFIED.
The text was updated successfully, but these errors were encountered:
The scenario I tried is this.
begin transaction
then from other node:
4.root = getRoot
5. get(root) ==> TIMEOUT
when I added before 2:
1.5: getX(root) everything worked fine.
In the logs I saw that the getX got to the first node, but handled moved to the PendingMessages probably by shouldHoldMessage. I think that the reason is that it was flagged as MODIFIED.
The text was updated successfully, but these errors were encountered: