i am testing using a jdbc driver. should i re-try whenever i see this exception? do i have to parse the exception message in order to make a decision on whether to re-try or not?
Caused by: java.sql.SQLException: [try again later]: tikv restarts txn: Txn(Mvcc(WriteConflict { start_ts: 404560078395670530, conflict_ts: 404560078395670532, key: [116, 128, 0, 0, 0, 0, 0, 0, 255, 73, 95, 114, 128, 0, 0, 0, 0, 255, 0, 2, 68, 0, 0, 0, 0, 0, 250], primary: [116, 128, 0, 0, 0, 0, 0, 0, 73, 95, 114, 128, 0, 0, 0, 0, 0, 0, 14] }))
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)