-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68918/
-----------------------------------------------------------
Review request for sentry, Arjun Mishra, Na Li, and Sergio Pena.
Bugs: SENTRY-2423
https://issues.apache.org/jira/browse/SENTRY-2423
Repository: sentry
Description
-------
Currently sentry uses native strategy for auto generation of ID columns for
which the allocation can not be increased.
This should be change to "increment" strategy and which lets to configure the
allocation size. This reduces the delay caused for checking the SEQUENCE_TABLE.
Diffs
-----
sentry-core/sentry-core-common/src/main/java/org/apache/sentry/service/common/ServiceConstants.java
e90fe2df46266d72f1eb3706b948fb163a44c4a1
sentry-service/sentry-service-server/src/main/java/org/apache/sentry/provider/db/service/model/package.jdo
6539e33e021e0f5acaa7827356a8e9b3e4286b18
sentry-service/sentry-service-server/src/main/java/org/apache/sentry/provider/db/service/persistent/SentryStore.java
1722109e381bc7be81a4673d12c1ac9f81195c47
sentry-service/sentry-service-server/src/test/java/org/apache/sentry/provider/db/service/persistent/TestSentryStore.java
a299e008cc0df92f3d692024c7794aa494b64d2d
Diff: https://reviews.apache.org/r/68918/diff/1/
Testing
-------
Made sure all the existing tests passed.
Thanks,
kalyan kumar kalvagadda