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
2024/12/04 14:10:44 rpc error: code = Unknown desc = while lexing {__dgraph_uniquecheck_0__ as var(func: eq(system_id,"test1"))__dgraph_uniquecheck_0__ as var(func: eq(system_id,"test1"))}} at line 1 column 122: Too many right curl
exit status 1
If I swap the order of m1 and m2, the issue does not occur. It appears that multiple set mutations cannot be performed simultaneously.
The text was updated successfully, but these errors were encountered:
After upgrading Dgraph to v24.0.5 and adding a unique index to
system_id
, executing multiple Mutations concurrently results in an error.The error details are as follows:
If I swap the order of m1 and m2, the issue does not occur. It appears that multiple set mutations cannot be performed simultaneously.
The text was updated successfully, but these errors were encountered: