rhuddleston
rhuddleston
Just occasionally. Here is the config: ``` [u'consul-alerts/config/', 0, u'null'] [u'consul-alerts/config/checks/change-threshold', 0, u'20'] [u'consul-alerts/config/checks/enabled', 0, u'true'] [u'consul-alerts/config/notif-profiles/', 0, u'null'] [u'consul-alerts/config/notif-profiles/default', 0, u'{\n "Interval": 60,\n}'] [u'consul-alerts/config/notifiers/log/enabled', 0, u'false'] [u'consul-alerts/config/notifiers/log/path', 0, u'/tmp/consul-notifications.log']...
I'm seeing the same as the above: 2016/09/23 12:47:58 [ERR] http: Request GET /v1/kv/consul-alerts/config/checks/blacklist/single/ecs-53301235/ecs-53301235.aor1.centricient.prod:ecs-dashboard-2-dashboard-90b6c3a5d4dcad991f00:41100/service:ecs-53301235.aor1.centricient.prod:ecs-dashboard-2-dashboard-90b6c3a5d4dcad991f00:41100?dc=us-west-2&token=%22%22, error: rpc error: No cluster leader from=127.0.0.1:46952 2016/09/23 12:47:58 [ERR] http: Request GET /v1/kv/consul-alerts/checks/ecs-53301235/ecs-53301235.aor1.centricient.prod:ecs-dashboard-2-dashboard-90b6c3a5d4dcad991f00:41100/service:ecs-53301235.aor1.centricient.prod:ecs-dashboard-2-dashboard-90b6c3a5d4dcad991f00:41100?dc=us-west-2&token=%22%22, error: rpc...
Any update here? Getting into this state very frequently on our servers
I noticed consul-alerts takes considerable resources on our server and consul itself gets very busy with writes when we have consul running so I traced it for a minute in...
also: secretsmanager:DescribeSecret secretsmanager:GetResourcePolicy ssm:DescribeParameters ssm:GetParameters
I also have this exact issue tracked it down to a lambda with "Package type" = "Image" (instead of Zip) and "Runtime" = "-" (aka None in python)
@alessandrogonzalez let me know if you have any questions on this
com.carrotsearch.thirdparty:simple-xml-safe:2.7.1 appears to have a fixed version of simple-xml maybe you can use that version? Got that from here: https://github.com/ngallagher/simplexml/issues/18
Note with github/gitlab/googleauth you do not need to open your servers to be hit publicly to make oauth2_proxy work. It's enough for the computer hitting the page to be able...
on upgrade Hash types are auto-converted RDB_TYPE_HASH -> RDB_TYPE_HASH_LISTPACK so at a minimum rdb-tools will need to be upgraded to understand how to decode HASH_LISTPACK objects. https://github.com/redis/redis/pull/8887