PSQLException: ERROR: Operation only supported in SERIALIZABLEisolation level #1647
Labels
area/ysql
Yugabyte SQL (YSQL)
community/request
Issues created by external users
kind/bug
This issue is a bug
priority/medium
Medium priority issue
Jira Link: DB-1407
YugabyteStackTrace.txt
Getting the attached stack trace warning me about the "Operation only supported in SERIALIZABLEisolation level". The stack trace actually refers to a current issue, but I'm not clear what the problem is, nor how to resolve it. My code works fine when pointing to Postgresql, but when I change to Yugabyte, I get the exception.
More info:
I am using straight hibernate from Java. A schema and tables are auto created, but when I try to insert into that table, I get this exception.
Here is a code snippet:
The text was updated successfully, but these errors were encountered: