----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66092/ -----------------------------------------------------------
(Updated March 15, 2018, 6:18 p.m.) Review request for sentry and Sergio Pena. Repository: sentry Description ------- Full HMS Snapshots for large amounts of data (millions of databases, or tables or partitions etc) take a lot more time than the current default of 3.3mins. Also ideally since a full HMS snapshot should only occur once it is best to increase the default to 20mins. This highly reduce the chance of failure while sending a full snapshot which could be critical Set sentry.hdfs.service.client.server.rpc-connection-timeout = 1200000 Diffs (updated) ----- sentry-core/sentry-core-common/src/main/java/org/apache/sentry/core/common/transport/SentryClientTransportConstants.java c2a95b6fe Diff: https://reviews.apache.org/r/66092/diff/2/ Changes: https://reviews.apache.org/r/66092/diff/1-2/ Testing (updated) ------- $ mvn -f sentry-tests/sentry-tests-hive/pom.xml test -Dtest=TestHmsNotificationProcessingWithOutSyncOnDrop Thanks, Arjun Mishra