|
state;uniter: Refactor UnitSettings and hook.Info
This removes the Settings field from state.UnitSettings,
and the Members field from uniter/hook.Info structs.
The first one is never guaranteed to be non-nil and
is marked for removal some time ago, but the actual
removing is a bit involved. The second one is only
kept in-memory as a cache by the hookqueue and never
serialized to disk. It's reconstructed at uniter
startup from the local disk cache and relation info.
These changes are needed in order to simplify the API
implementation of RelationUnitsWatcher, and also to
avoid pushing unnecessary data over the wire.
https://code.launchpad.net/~dimitern/juju-core/118-state-remove-unitsettings-from-relationunitschange/+merge/183700
(do not edit description out of merge proposal)
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+48 lines, -149 lines) |
Patch |
 |
A |
[revision details]
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
state/relationunit_test.go
|
View
|
|
1 chunk |
+0 lines, -3 lines |
1 comment
|
Download
|
 |
M |
state/unit.go
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
state/watcher.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
worker/uniter/context.go
|
View
|
|
1 chunk |
+4 lines, -8 lines |
1 comment
|
Download
|
 |
M |
worker/uniter/context_test.go
|
View
|
|
1 chunk |
+3 lines, -4 lines |
1 comment
|
Download
|
 |
M |
worker/uniter/hook/hook.go
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/relation/hookqueue.go
|
View
|
|
3 chunks |
+1 line, -15 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/relation/hookqueue_test.go
|
View
|
|
11 chunks |
+36 lines, -59 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/relationer.go
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
worker/uniter/relationer_test.go
|
View
|
|
8 chunks |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/state.go
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/state_test.go
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
Total messages: 4
|