duncangrant commented on a change in pull request #1298:
URL: https://github.com/apache/brooklyn-server/pull/1298#discussion_r801638970
##########
File path:
core/src/main/java/org/apache/brooklyn/policy/InvokeEffectorOnSensorChange.java
##########
@@ -67,7 +67,7 @@
.build();
private AttributeSensor<Object> sensor;
-
+ private Object lastValue;
Review comment:
This won't survive rebind and I'm not sure it's thread safe (it might be
- I'd need to dig into the parent's code)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]