> On Oct. 16, 2018, 3:25 p.m., Sergio Pena wrote:
> > Could you test this log message and paste the real messages here?

Sergio, this is how the real message will look like:

2018-10-16 12:43:00,322 INFO org.apache.sentry.service.thrift.HMSFollower: 
Persisting full snapshot for notification Id = 111800. Number of authorization 
objects = 9
2018-10-16 12:43:00,346 INFO 
org.apache.sentry.provider.db.service.persistent.SentryStore: HMS snapshot 
persisting progress: authz_objs_persisted=0 authz_paths_persisted=0 
authz_objs_size=9 authz_paths_size=14
2018-10-16 12:43:00,430 INFO 
org.apache.sentry.provider.db.service.persistent.SentryStore: HMS snapshot 
persisting progress: authz_objs_persisted=0 authz_paths_persisted=0 
authz_objs_size=9 authz_paths_size=14
2018-10-16 12:43:00,441 INFO 
org.apache.sentry.provider.db.service.persistent.SentryStore: HMS snapshot 
persisting progress: authz_objs_persisted=2 authz_paths_persisted=2 
authz_objs_size=9 authz_paths_size=14
2018-10-16 12:43:00,451 INFO 
org.apache.sentry.provider.db.service.persistent.SentryStore: HMS snapshot 
persisting progress: authz_objs_persisted=4 authz_paths_persisted=5 
authz_objs_size=9 authz_paths_size=14
2018-10-16 12:43:00,465 INFO 
org.apache.sentry.provider.db.service.persistent.SentryStore: HMS snapshot 
persisting progress: authz_objs_persisted=5 authz_paths_persisted=6 
authz_objs_size=9 authz_paths_size=14
2018-10-16 12:43:00,485 INFO 
org.apache.sentry.provider.db.service.persistent.SentryStore: HMS snapshot 
persisting progress: authz_objs_persisted=8 authz_paths_persisted=9 
authz_objs_size=9 authz_paths_size=14


- Arjun


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68958/#review209627
-----------------------------------------------------------


On Oct. 12, 2018, 2 p.m., Arjun Mishra wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/68958/
> -----------------------------------------------------------
> 
> (Updated Oct. 12, 2018, 2 p.m.)
> 
> 
> Review request for sentry, kalyan kumar kalvagadda, Na Li, and Sergio Pena.
> 
> 
> Bugs: SENTRY-2419
>     https://issues.apache.org/jira/browse/SENTRY-2419
> 
> 
> Repository: sentry
> 
> 
> Description
> -------
> 
> Process of persisting the snapshot might take longer based on the snapshot 
> size. It would be helpfull to to be able to understand where the sentry 
> sentry stands in the process of persisting.
> 
>  
> 
> Adding a Metric for this will be helpfull in debugging.
> 
> 
> Diffs
> -----
> 
>   
> sentry-service/sentry-service-server/src/main/java/org/apache/sentry/api/service/thrift/SentryMetrics.java
>  d34340cd6 
>   
> sentry-service/sentry-service-server/src/main/java/org/apache/sentry/provider/db/service/persistent/HMSFollower.java
>  b6dca7aa8 
>   
> sentry-service/sentry-service-server/src/main/java/org/apache/sentry/provider/db/service/persistent/SentryStore.java
>  7a736ca96 
>   
> sentry-service/sentry-service-server/src/main/java/org/apache/sentry/provider/db/service/persistent/SentryStoreInterface.java
>  3a68eb6bf 
>   
> sentry-service/sentry-service-server/src/test/java/org/apache/sentry/api/service/thrift/TestSentryPolicyStoreProcessor.java
>  059621a68 
> 
> 
> Diff: https://reviews.apache.org/r/68958/diff/4/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Arjun Mishra
> 
>

Reply via email to