Alexander Kolbasov created SENTRY-1534:
------------------------------------------
Summary: Oracle supports serializable instead of repeatable-read
Key: SENTRY-1534
URL: https://issues.apache.org/jira/browse/SENTRY-1534
Project: Sentry
Issue Type: Bug
Components: Sentry
Affects Versions: 1.8.0, sentry-ha-redesign
Reporter: Alexander Kolbasov
Assignee: Alexander Kolbasov
The fix for SENTRY-1486 changed the default transaction isolation level from
read-committed to repeatable-read. Unfortunately Oracle doesn't support it and
Datanucleus doesn't handle this properly (it thinks that it is supported). For
Oracle the consistency level should be set to "serializable" With the current
setting (repeatable-read") Sentry doesn't work with Oracle.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)