----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52138/ -----------------------------------------------------------
Review request for sentry and Sravya Tirukkovalur. Repository: sentry Description ------- SENTRY-1463: Ensure HMS point-in-time snapshot consistency The implemented logic is: 1. Read current HMS notification ID_initial 2. Read HMS metadata state 3. Read current notification ID_new 4. If ID_initial != ID_new then discard the current state and goto 1. Change-Id: I7590076b875bd97b2fb340008926ea5995896d72 Diffs ----- sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/HMSFollower.java 894fcc966b511ccf309599fd10960f9a11ae8e96 sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/ServiceConstants.java abc3f58d21bb774427a34399b6e9f51a37ba51db Diff: https://reviews.apache.org/r/52138/diff/ Testing ------- Thanks, Hao Hao
