Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#23257] YSQL: Change conflict error string for RC transactions
Summary: Currently DocDB throws the same error string to YSQL for the following 2 situations: (1) Transaction conflicts with a higher priority transaction. (2) Transaction conflicts with a transaction having the same priority. The error string is "conflicts with higher priority transaction". This diff separates the two cases and throws "conflicts with same priority transaction" for case (2). Jira: DB-12186 Test Plan: Jenkins Reviewers: patnaik.balivada Reviewed By: patnaik.balivada Subscribers: bkolagani, ybase, yql Differential Revision: https://phorge.dev.yugabyte.com/D36750
- Loading branch information