----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59510/ -----------------------------------------------------------
Review request for sentry, Alexander Kolbasov, Brian Towles, Hao Hao, Na Li, Sergio Pena, Vamsee Yarlagadda, and Vadim Spector. Bugs: SENTRY-1774 https://issues.apache.org/jira/browse/SENTRY-1774 Repository: sentry Description ------- HMSFollower should always depend on persisted information to decide is full snapshot is needed instead of depending on in-memory information. Diffs ----- sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/provider/db/service/persistent/SentryStore.java 8450402 sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/HMSFollower.java 58e8881 sentry-provider/sentry-provider-db/src/test/java/org/apache/sentry/provider/db/service/persistent/TestSentryStore.java 440b0e9 Diff: https://reviews.apache.org/r/59510/diff/1/ Testing ------- Added new testto check new functionality added and also ran HMSFollower tests Thanks, kalyan kumar kalvagadda