rackd should lower recheck interval on disconnect
Bug #1703845 reported by
Blake Rouse
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Blake Rouse | ||
2.2 |
Fix Released
|
High
|
Blake Rouse |
Bug Description
To help speed up re-connection of a rack controller from a region controller. Anytime a rack controller loses connection to the region controller it should lower its re-check interval. That way it rechecks the number of RPC connections it should have and re-establish the required connections.
Currently it will re-connect but only after a period of time from when it was fully connected which can be up to 30 seconds.
Related branches
~blake-rouse/maas:fix-1703845-2.2
- Blake Rouse (community): Approve
-
Diff: 110 lines (+32/-16)2 files modifiedsrc/provisioningserver/rpc/clusterservice.py (+4/-1)
src/provisioningserver/rpc/tests/test_clusterservice.py (+28/-15)
~blake-rouse/maas:fix-1703845
Merged
into
maas:master
- Andres Rodriguez (community): Approve
-
Diff: 110 lines (+32/-16)2 files modifiedsrc/provisioningserver/rpc/clusterservice.py (+4/-1)
src/provisioningserver/rpc/tests/test_clusterservice.py (+28/-15)
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | 2.3.0 → 2.3.0alpha1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.