Scaling works in 1 direction
Bug #1336309 reported by
Charles Butler
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
hadoop (Juju Charms Collection) |
New
|
Undecided
|
Unassigned |
Bug Description
hadoop reconfigures properly for scale-up operation.
When scaling down, the administrative interface still shows the maximum amount of nodes registered. eg: scale up to 4, it displays 4. Scale back down to 2, it still shows 4.
We need to handle the cluster reconfiguration in the -broken / -departed hooks to properly scale hadoop back down.
Related branches
lp://staging/~asanjar/charms/trusty/hadoop/hadoop-elk
- Charles Butler (community): Approve
- charmers: Pending requested
-
Diff: 537 lines (+151/-90)5 files modifiedREADME.md (+10/-0)
config.yaml (+14/-1)
files/upstart/defaults (+11/-11)
hooks/hadoop-common (+114/-78)
metadata.yaml (+2/-0)
tags: | added: orange-box |
To post a comment you must log in.
looking into it