Bulk Import: Throws a transactional error #1542
Labels
area/datastore
Affects the storage system
area/perf
Affects performance or scalability
kind/bug
Something is broken or regressed
What platforms are affected?
linux
What architectures are affected?
others
Steps to Reproduce
Using the bulk import we are calling the endpoint with 10,000 relationships to write. For context, we have a total of 44 million relationships to write.
Expected Result
Ideally we would get a 200 success on the first time this API endpoint is called. With so many retries and failures, we are seeing major concerns with our performance.
Actual Result
Using the bulk import, the following error is returned.
Error writing relationship: {"message":"10max retries reached: retryable error: ERROR: restart transaction: TransactionRetryWithProtoRefreshError: TransactionRetryError: retry txn (RETRY_SERIALIZABLE - failed preemptive refresh): "sql txn" meta={id=77d76fb9 ... pri=0.01151762 epo=0 ts=1694563195.195766400,2 min=1694563193.108910486,0 seq=30001} lock=true stat=PENDING rts=1694563193.108910486,0 wto=false gul=1694563193.358910486,0 (SQLSTATE 40001)"}
The text was updated successfully, but these errors were encountered: