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
[BUG]: Upsert that sets a uid array consisting of a large (>~600) number of elements fails if the predicate was star deleted in the same mutation #8324
Have you tried reproducing the issue with the latest release?
Yes
What is the hardware spec (RAM, CPU, OS)?
Mac Mini (M1, 2020) 16GB RAM, Docker Desktop 4.3.0 (71786), Engine: 20.10.11, Compose: 1.29.2
What steps will reproduce the bug?
When a DQL upsert mutation clears a list of uids in the mutate block with a star delete and then resets uids into that predicate, an inconsistent number of those uids are assigned, IF the number of uids is more than ~600. The issue only occurs when the set is actually cleared (the update path, not the insert path)