I get this error by updating 500000 nodes at once with upsert.
Raft.Ready took too long to process: Timer Total: 232ms. Breakdown: [{proposals 194ms} {disk 38ms} {advance 0s}] Num entries: 1. MustSync: true
my gql:
upsert {
query {
var(func: eq(id,12)){
followers(first:500000,offset:0){
v as uid
}
}
}
mutation {
set {
uid(v) <dgraph.type> "12fans" .
}
}
}
dgraph version: v20.07