Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.0.0
-
None
Description
In MSentryPermChange/MSentryPathChange table, the changeID field is auto-increment.
<field name="changeID" primary-key="true" value-strategy="increment"> <column name="CHANGE_ID" jdbc-type="BIGINT" allows-null="false"/> </field>
However, found through the integration unit test TestHDFSIntegration, the value does not seem to be correctly auto increased. e.g Instead of increasing by one for each new entry, it increased by some unexpected number.
Attachments
Attachments
Issue Links
- is related to
-
SENTRY-1710 Reduce datanucleus key cache size for MSentryPermChange and MSentryPathChange tables to avoid holes in change IDs
- Resolved
- relates to
-
SENTRY-1795 Delta tables should not have holes
- Resolved
-
SENTRY-1706 Remove value-strategy for delta change tables.
- Resolved
- links to