Aled Sage created BROOKLYN-233:
----------------------------------
Summary: web-console entity tree does not auto-refresh when
entities added
Key: BROOKLYN-233
URL: https://issues.apache.org/jira/browse/BROOKLYN-233
Project: Brooklyn
Issue Type: Bug
Reporter: Aled Sage
Using Brooklyn 0.9.0-SNAPSHOT with Chrome 48.0.2564.116 (64-bit)...
I have a DynamicCluster of entities with an auto-scaler policy. This adds new
entities (and removes entities) based on load. However, the web-console's
entity tree does not show the new entities automatically. To see the new
entity, I either have to refresh the page or collapse the DynamicCluster's
children and expand them again.
The simplest way to reproduce is to deploy the app below, and then to call the
{{resize}} effector on the dynamic cluster to add new nodes.
{noformat}
location: localhost
services:
- type: org.apache.brooklyn.entity.group.DynamicCluster
brooklyn.config:
memberSpec:
$brooklyn:entitySpec:
type: org.apache.brooklyn.entity.stock.BasicStartable
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)