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

    https://github.com/apache/brooklyn-server/pull/561#discussion_r101533579
  
    --- Diff: 
core/src/main/java/org/apache/brooklyn/core/mgmt/internal/LocalSubscriptionManager.java
 ---
    @@ -111,7 +115,7 @@ public long getTotalEventsDelivered() {
                 s.subscriberExecutionManagerTagSupplied = true;
             } else {
                 s.subscriberExecutionManagerTag = 
    -                s.subscriber instanceof Entity ? 
"subscription-delivery-entity-"+((Entity)s.subscriber).getId()+"["+s.subscriber+"]"
 : 
    +                s.subscriber instanceof Entity ? 
"subscription-delivery-entity-"+((Entity)s.subscriber).getId() : 
    --- End diff --
    
    Do we want to remove the subscriber name here?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to