Closed WT2 closed 1 year ago
Jus to add, here i have two nodes the two requests was done randomly on different nodes, but i can have the error if it falls on the same node.
It must be an issue with caching, that is a quite recent feature.
We are checking it.....
Yep i confirm, if i disable the cache, it works perfectly
Can you check the fix with the following snapshot image:
$ docker pull softinstigate/restheart-snapshot:23f6451
Hi @ujibang YES! thanks it corrects. I set this snapshot only on one of my two nodes. i still reproduce on the node with 7.3.3 and no longer on the snapshot https://github.com/SoftInstigate/restheart/commit/23f6451ca10c0d34d7d610104b1d52def7675d9b ! i no longer have that error.
Here (in comparison with the issue #454) i was able to reproduce even with default set to preferredPrimary
Hello Guys
restheart:7.3.2 mongo:6.0
I closed the other issue and opened a new one with more precise issue and logs. I have trouble with multiple "paged" get focuments calls on same collection in short time, it randomly fails. It works 2, 3 times and 4th time it will fail with bellow exception.
EXCEPTION:
Here are the calls generating the exception:
1) this one worked:
2) this one did not work (the call was done right after the other):
Can you please help?