Github user geomacy commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/751#discussion_r125023134
--- Diff:
core/src/main/java/org/apache/brooklyn/core/mgmt/internal/BrooklynShutdownHooks.java
---
@@ -100,6 +99,17 @@ public static void invokeStopOnShutdown(Entity entity) {
}
}
+ public static void resetShutdownFlag() {
--- End diff --
might be nice to make this `resetShutdownFlag(boolean newValue)` and then
also use it in
[run](https://github.com/m4rkmckenna/brooklyn-server/blob/7068308917b7424a4ff3cdab1f4416e45508c399/core/src/main/java/org/apache/brooklyn/core/mgmt/internal/BrooklynShutdownHooks.java#L190-L197).
---
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.
---