This repository was archived by the owner on Nov 7, 2021. It is now read-only.

Description
Configured below bench case file-
bench_cases:
- name: "insert-person"
concurrency: 2
- name: "insert-friend"
concurrency: 2
Seeing errors from dgraph [ dgraph/dgraph:v1.0.12-rc1]
2019/01/06 23:10:05 Failed to call mutate: rpc error: code = Unknown desc = Uid: [3073121] cannot be greater than lease: [10000]
2019/01/06 23:10:05 Failed to call mutate: rpc error: code = Unknown desc = Uid: [972337] cannot be greater than lease: [10000]
When the bench file is changed as below to run only single bench-case, it works fine.
bench_cases:
- name: "insert-person"
concurrency: 2