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

    https://github.com/apache/incubator-brooklyn/pull/617#discussion_r30968077
  
    --- Diff: 
core/src/main/java/brooklyn/entity/rebind/PeriodicDeltaChangeListener.java ---
    @@ -164,14 +163,12 @@ public void remove(BrooklynObject instance) {
         private final PersistenceExceptionHandler exceptionHandler;
         
         private final Duration period;
    -    
    -    private final AtomicLong writeCount = new AtomicLong();
    -    
    +        
         private DeltaCollector deltaCollector = new DeltaCollector();
     
         private volatile boolean running = false;
     
    -    private volatile boolean stopped = false;
    +    private volatile boolean stopping = false, stopCompleted = false;
    --- End diff --
    
    +1 that's cleaner, have applied


---
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