Github user GERey commented on a diff in the pull request:

    https://github.com/apache/usergrid/pull/506#discussion_r59821070
  
    --- Diff: 
stack/services/src/main/java/org/apache/usergrid/services/notifications/TaskManager.java
 ---
    @@ -73,7 +72,9 @@ public void completed(Notifier notifier, Receipt receipt, 
UUID deviceUUID, Strin
                     }
                     successes.incrementAndGet();
                 }
    +            em.incrementAggregateCounters( 
notification.getUuid(),null,notification.getType(),"completed",100000L );
    --- End diff --
    
    this increments the counter. by 10k or something. So change that to be sure 
that it isn't so high. Then do a test to make sure that increment properly 
increments.
    
    Then find a way to attach these to the properties in notifications and get 
properly read back out. That seems mysterious to me .


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to