Github user geomacy commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/617#discussion_r110156077
--- Diff:
core/src/main/java/org/apache/brooklyn/core/mgmt/rebind/PeriodicDeltaChangeListener.java
---
@@ -382,6 +401,8 @@ protected void persistNowInternal(boolean
alreadyHasMutex) {
if (!alreadyHasMutex) persistingMutex.acquire();
if (!isActive() && state != ListenerState.STOPPING) return;
+ updatePlaneIdIfTimedOut();
--- End diff --
What's the motivation for updating the plane id like this? When would you
expect this to be required?
---
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.
---