state/api: api server is throwing errors for keys that do no exist
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
Low
|
Roger Peppe |
Bug Description
uncovered during load testing, on the bootstrap node, the api server is freaking out as relations are being added,
2013/04/17 05:11:39 DEBUG reading tools list: tools/juju-1.
2013/04/17 05:11:39 DEBUG found 1.9.14-
2013/04/17 05:11:39 DEBUG reading tools list: tools/juju-1.
2013/04/17 05:11:39 DEBUG finding best tools for version: 1.9.14-
2013/04/17 05:11:39 DEBUG checking tools 1.9.14-
2013/04/17 05:11:39 INFO environs/openstack: starting machine 84 in "goscale2" running tools version "1.9.14-
2013/04/17 05:11:39 DEBUG environs/openstack: openstack user data; 2708 bytes
2013/04/17 05:11:45 ERROR settings for entity with unrecognized key "r#0#requirer#
2013/04/17 05:11:45 ERROR settings for entity with unrecognized key "r#1#requirer#
2013/04/17 05:11:45 ERROR settings for entity with unrecognized key "r#0#requirer#
2013/04/17 05:11:45 ERROR settings for entity with unrecognized key "r#1#requirer#
2013/04/17 05:11:51 INFO environs/openstack: started instance "1511577"
2013/04/17 05:11:51 NOTICE worker/provisioner: started machine 84 as instance 1511577
2013/04/17 05:11:51 INFO environs: searching for tools compatible with version: 1.9.14-
2013/04/17 05:11:51 DEBUG reading tools list: tools/juju-1.
2013/04/17 05:11:51 DEBUG found 1.9.14-
2013/04/17 05:11:51 DEBUG reading tools list: tools/juju-1.
2013/04/17 05:11:51 DEBUG finding best tools for version: 1.9.14-
2013/04/17 05:11:51 DEBUG checking tools 1.9.14-
2013/04/17 05:11:51 INFO environs/openstack: starting machine 85 in "goscale2" running tools version "1.9.14-
2013/04/17 05:11:51 DEBUG environs/openstack: openstack user data; 2710 bytes
2013/04/17 05:11:55 ERROR settings for entity with unrecognized key "r#0#requirer#
2013/04/17 05:11:55 ERROR settings for entity with unrecognized key "r#1#requirer#
2013/04/17 05:11:55 ERROR settings for entity with unrecognized key "r#0#requirer#
2013/04/17 05:11:55 ERROR settings for entity with unrecognized key "r#1#requirer#
2013/04/17 05:12:02 INFO state: connecting to 127.0.0.1:37017
2013/04/17 05:12:02 INFO state: connection established
2013/04/17 05:12:02 INFO state: connecting to 127.0.0.1:37017
2013/04/17 05:12:02 INFO state: connection established
2013/04/17 05:12:03 INFO environs/openstack: started instance "1511579"
Three issues here
1. fwereade says they are not errors
2. this is the api server complaining, but it has no prefix
3. why are they being logged and is this knobbling the api server ?
Related branches
- Juju Engineering: Pending requested
-
Diff: 88 lines (+11/-6) (has conflicts)4 files modifiedenvirons/maas/environ.go (+9/-0)
state/megawatcher.go (+0/-4)
state/unit.go (+1/-1)
worker/provisioner/provisioner_test.go (+1/-1)
Changed in juju-core: | |
status: | Triaged → In Progress |
Changed in juju-core: | |
milestone: | 2.0 → 1.14.0 |
This isn't knobbling anything - it's just a log message that shoudn't be there.
I'll remove the messages.