----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69596/ -----------------------------------------------------------
Review request for sentry, Arjun Mishra, kalyan kumar kalvagadda, Na Li, and Sergio Pena. Bugs: SENTRY-1797 https://issues.apache.org/jira/browse/SENTRY-1797 Repository: sentry Description ------- The SentryKerberosContext class tries to simulate periodic executor using while loop with a sleep in the run() method. Instead it should use periodic executor. Diffs ----- sentry-service/sentry-service-server/src/main/java/org/apache/sentry/service/thrift/SentryKerberosContext.java efb8ae6 Diff: https://reviews.apache.org/r/69596/diff/1/ Testing ------- Ran unit tests. Thanks, Haley Reeve