startTs mismatch when running multiple upserts within one transaction #136
Labels
kind/bug
Something is broken.
status/accepted
We were able to reproduce the issue and accept to work on it
Dgraph4j version: v2.1.0
Dgraph version: v1.2.0
I got following error when running multiple upserts within single transaction:
Sample code:
Problem does not occur for multiple
Queries
andMutations
. When runningqueryWithVars
ormutate
, new Request object is build and propertystartTs
is inherited from context. When raw Request is passed intodoRequest
it does not happen, so this may cause the problem?The text was updated successfully, but these errors were encountered: