Results

By type

          + CONSUL_BIND=
+ [ -n  ]
+ CONSUL_CLIENT=
+ [ -n  ]
+ CONSUL_DATA_DIR=/consul/data
+ CONSUL_CONFIG_DIR=/consul/config
+ [ -n  ]
+ [ a = - ]
+ [ agent = agent ]
+ shift
+ set -- consul agent -data-dir=/consul/data -config-dir=/consul/config -bootstrap-expect=3 -enable-script-checks -retry-join=dev-consul-server-0.consul-server -retry-join=dev-consul-server-1.consul-server -retry-join=dev-consul-server-2.consul-server -client=0.0.0.0 -server -ui
+ [ consul = consul ]
+ stat -c %u /consul/data
+ id -u consul
+ [ 100 != 100 ]
+ stat -c %u /consul/config
+ id -u consul
+ [ 100 != 100 ]
+ [ ! -z ]
+ exec consul agent -data-dir=/consul/data -config-dir=/consul/config -bootstrap-expect=3 -enable-script-checks -retry-join=dev-consul-server-0.consul-server -retry-join=dev-consul-server-1.consul-server -retry-join=dev-consul-server-2.consul-server -client=0.0.0.0 -server -ui
bootstrap_expect > 0: expecting 3 servers
==> Starting Consul agent...
==> Consul agent running!
           Version: 'v1.0.6'
           Node ID: '8bf55cd7-b8b8-a078-c025-0ffddc54a0f5'
         Node name: 'dev-consul-server-2'
        Datacenter: 'dc1' (Segment: '')
            Server: true (Bootstrap: false)
       Client Addr: [0.0.0.0] (HTTP: 8500, HTTPS: -1, DNS: 8600)
      Cluster Addr: 10.242.78.56 (LAN: 8301, WAN: 8302)
           Encrypt: Gossip: false, TLS-Outgoing: false, TLS-Incoming: false

==> Log data will now stream in as it occurs:

    2021/04/24 11:21:21 [INFO] raft: Initial configuration (index=0): []
    2021/04/24 11:21:21 [INFO] raft: Node at 10.242.78.56:8300 [Follower] entering Follower state (Leader: "")
    2021/04/24 11:21:21 [INFO] serf: EventMemberJoin: dev-consul-server-2.dc1 10.242.78.56
    2021/04/24 11:21:21 [INFO] serf: EventMemberJoin: dev-consul-server-2 10.242.78.56
    2021/04/24 11:21:21 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp)
    2021/04/24 11:21:21 [INFO] consul: Adding LAN server dev-consul-server-2 (Addr: tcp/10.242.78.56:8300) (DC: dc1)
    2021/04/24 11:21:21 [INFO] consul: Handled member-join event for server "dev-consul-server-2.dc1" in area "wan"
    2021/04/24 11:21:21 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp)
    2021/04/24 11:21:21 [INFO] agent: Started HTTP server on [::]:8500 (tcp)
    2021/04/24 11:21:21 [INFO] agent: started state syncer
    2021/04/24 11:21:21 [INFO] agent: Retry join LAN is supported for: aliyun aws azure digitalocean gce os scaleway softlayer
    2021/04/24 11:21:21 [INFO] agent: Joining LAN cluster...
    2021/04/24 11:21:21 [INFO] agent: (LAN) joining: [dev-consul-server-0.consul-server dev-consul-server-1.consul-server dev-consul-server-2.consul-server]
    2021/04/24 11:21:21 [INFO] serf: EventMemberJoin: dev-consul-server-0 10.242.244.7
    2021/04/24 11:21:21 [INFO] serf: EventMemberJoin: dev-consul-7467bf7b46-4fqcf 10.242.109.220
    2021/04/24 11:21:21 [INFO] consul: Adding LAN server dev-consul-server-0 (Addr: tcp/10.242.244.7:8300) (DC: dc1)
    2021/04/24 11:21:21 [WARN] memberlist: Refuting a suspect message (from: dev-consul-server-2.dc1)
    2021/04/24 11:21:21 [INFO] serf: EventMemberJoin: dev-consul-server-1.dc1 10.242.78.9
    2021/04/24 11:21:21 [INFO] serf: EventMemberJoin: dev-consul-server-0.dc1 10.242.244.7
    2021/04/24 11:21:21 [INFO] consul: Handled member-join event for server "dev-consul-server-1.dc1" in area "wan"
    2021/04/24 11:21:21 [INFO] consul: Handled member-join event for server "dev-consul-server-0.dc1" in area "wan"
    2021/04/24 11:21:21 [INFO] serf: EventMemberJoin: dev-consul-server-1 10.242.179.120
    2021/04/24 11:21:21 [INFO] consul: Adding LAN server dev-consul-server-1 (Addr: tcp/10.242.179.120:8300) (DC: dc1)
    2021/04/24 11:21:21 [INFO] consul: Existing Raft peers reported by dev-consul-server-0, disabling bootstrap mode
    2021/04/24 11:21:21 [ERR] memberlist: Conflicting address for dev-consul-server-1.dc1. Mine: 10.242.78.9:8302 Theirs: 10.242.179.120:8302
    2021/04/24 11:21:21 [WARN] serf: Name conflict for 'dev-consul-server-1.dc1' both 10.242.78.9:8302 and 10.242.179.120:8302 are claiming
    2021/04/24 11:21:21 [WARN] memberlist: Failed to resolve dev-consul-server-2.consul-server: lookup dev-consul-server-2.consul-server on 10.96.0.10:53: no such host
    2021/04/24 11:21:21 [INFO] agent: (LAN) joined: 2 Err: 
    2021/04/24 11:21:21 [INFO] agent: Join LAN completed. Synced with 2 initial agents
    2021/04/24 11:21:28 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:21:30 [WARN] raft: no known peers, aborting election
==> Failed to check for updates: Get https://checkpoint-api.hashicorp.com/v1/check/consul?arch=amd64&os=linux&signature=c2b4c34e-0995-da5f-db80-03cd84ecd934&version=1.0.6: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
    2021/04/24 11:21:50 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:21:51 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:21:59 [INFO] memberlist: Suspect dev-consul-server-1.dc1 has failed, no acks received
    2021/04/24 11:21:59 [INFO] serf: EventMemberFailed: dev-consul-server-1.dc1 10.242.78.9
    2021/04/24 11:21:59 [INFO] consul: Handled member-failed event for server "dev-consul-server-1.dc1" in area "wan"
    2021/04/24 11:22:13 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:22:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:37678
    2021/04/24 11:22:21 [INFO] serf: attempting reconnect to dev-consul-server-1.dc1 10.242.78.9:8302
    2021/04/24 11:22:24 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:22:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:37818
    2021/04/24 11:22:40 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:37962
    2021/04/24 11:22:41 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:22:44 [ERR] memberlist: Conflicting address for dev-consul-server-1.dc1. Mine: 10.242.78.9:8302 Theirs: 10.242.179.120:8302
    2021/04/24 11:22:44 [WARN] serf: Name conflict for 'dev-consul-server-1.dc1' both 10.242.78.9:8302 and 10.242.179.120:8302 are claiming
    2021/04/24 11:22:44 [ERR] memberlist: Conflicting address for dev-consul-server-1.dc1. Mine: 10.242.78.9:8302 Theirs: 10.242.179.120:8302
    2021/04/24 11:22:44 [WARN] serf: Name conflict for 'dev-consul-server-1.dc1' both 10.242.78.9:8302 and 10.242.179.120:8302 are claiming
    2021/04/24 11:22:45 [ERR] memberlist: Conflicting address for dev-consul-server-1.dc1. Mine: 10.242.78.9:8302 Theirs: 10.242.179.120:8302
    2021/04/24 11:22:45 [WARN] serf: Name conflict for 'dev-consul-server-1.dc1' both 10.242.78.9:8302 and 10.242.179.120:8302 are claiming
    2021/04/24 11:22:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:38074
    2021/04/24 11:22:53 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:22:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:38208
    2021/04/24 11:22:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:38212
    2021/04/24 11:23:16 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:23:18 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:38530
    2021/04/24 11:23:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:38452
    2021/04/24 11:23:21 [INFO] serf: attempting reconnect to dev-consul-server-1.dc1 10.242.78.9:8302
    2021/04/24 11:23:23 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:23:39 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:23:40 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:38728
    2021/04/24 11:23:44 [INFO] serf: EventMemberJoin: dev-consul-server-1.dc1 10.242.179.120
    2021/04/24 11:23:44 [INFO] consul: Handled member-join event for server "dev-consul-server-1.dc1" in area "wan"
    2021/04/24 11:23:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:38958
    2021/04/24 11:23:49 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:23:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:38880
    2021/04/24 11:23:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:39020
    2021/04/24 11:24:07 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:24:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:39150
    2021/04/24 11:24:18 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:39404
    2021/04/24 11:24:22 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:24:37 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:39486
    2021/04/24 11:24:40 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:24:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:39642
    2021/04/24 11:24:56 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:24:57 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:39726
    2021/04/24 11:25:00 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:39770
    2021/04/24 11:25:09 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:25:18 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:25:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:40020
    2021/04/24 11:25:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:40286
    2021/04/24 11:25:40 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:25:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:40716
    2021/04/24 11:25:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:40402
    2021/04/24 11:25:54 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:26:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:40672
    2021/04/24 11:26:14 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:26:17 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:40770
    2021/04/24 11:26:29 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:26:30 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:40928
    2021/04/24 11:26:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:41060
    2021/04/24 11:26:47 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:26:51 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:26:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:41342
    2021/04/24 11:27:15 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:27:15 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:27:18 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:42012
    2021/04/24 11:27:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:41744
    2021/04/24 11:27:46 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:27:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:42452
    2021/04/24 11:27:52 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:28:13 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:28:28 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:28:30 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:42506
    2021/04/24 11:28:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:42634
    2021/04/24 11:28:45 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:28:51 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:28:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:42888
    2021/04/24 11:29:14 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:29:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:43142
    2021/04/24 11:29:25 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:29:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:43270
    2021/04/24 11:29:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:43266
    2021/04/24 11:29:36 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:43358
    2021/04/24 11:29:37 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:29:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:43398
    2021/04/24 11:29:56 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:43608
    2021/04/24 11:29:58 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:30:03 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:30:10 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:43778
    2021/04/24 11:30:17 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:43866
    2021/04/24 11:30:19 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:44604
    2021/04/24 11:30:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:43904
    2021/04/24 11:30:30 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:30:32 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:30:36 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:44118
    2021/04/24 11:30:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:44156
    2021/04/24 11:30:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:45030
    2021/04/24 11:30:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:44278
    2021/04/24 11:30:57 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:44372
    2021/04/24 11:30:57 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:30:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:44414
    2021/04/24 11:31:04 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:31:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:44538
    2021/04/24 11:31:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:44534
    2021/04/24 11:31:18 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:45458
    2021/04/24 11:31:24 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:31:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:44792
    2021/04/24 11:31:30 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:31:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:44918
    2021/04/24 11:31:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:45884
    2021/04/24 11:31:51 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:31:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:45206
    2021/04/24 11:32:07 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:32:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:45446
    2021/04/24 11:32:18 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:46312
    2021/04/24 11:32:27 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:45804
    2021/04/24 11:32:28 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:32:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:45848
    2021/04/24 11:32:33 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:32:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:46026
    2021/04/24 11:32:57 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:33:00 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:46310
    2021/04/24 11:33:00 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:33:04 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:46372
    2021/04/24 11:33:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:46574
    2021/04/24 11:33:29 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:33:29 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:33:35 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:46836
    2021/04/24 11:33:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:47020
    2021/04/24 11:33:54 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:33:57 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:33:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:47162
    2021/04/24 11:34:04 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:47218
    2021/04/24 11:34:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:47466
    2021/04/24 11:34:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:47462
    2021/04/24 11:34:22 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:34:33 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:34:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:47822
    2021/04/24 11:34:48 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:48674
    2021/04/24 11:34:56 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:34:57 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:34:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:48142
    2021/04/24 11:35:07 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:48276
    2021/04/24 11:35:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:48308
    2021/04/24 11:35:19 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:49114
    2021/04/24 11:35:28 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:35:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:48622
    2021/04/24 11:35:34 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:35:36 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:48770
    2021/04/24 11:35:48 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:49546
    2021/04/24 11:35:52 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:35:59 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:36:20 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:36:26 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:36:37 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:49736
    2021/04/24 11:36:52 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:36:57 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:37:02 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:50112
    2021/04/24 11:37:19 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:50844
    2021/04/24 11:37:21 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:37:29 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:37:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:50734
    2021/04/24 11:37:49 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:37:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:50882
    2021/04/24 11:37:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:50886
    2021/04/24 11:37:58 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:38:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:51348
    2021/04/24 11:38:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:51352
    2021/04/24 11:38:22 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:38:24 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:38:38 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:51666
    2021/04/24 11:38:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:51700
    2021/04/24 11:38:46 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:38:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:51842
    2021/04/24 11:38:58 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:39:15 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:39:19 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:52566
    2021/04/24 11:39:21 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:39:38 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:39:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:53000
    2021/04/24 11:39:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:52874
    2021/04/24 11:39:51 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:39:56 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:52986
    2021/04/24 11:39:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:53036
    2021/04/24 11:40:07 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:40:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:53196
    2021/04/24 11:40:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:53194
    2021/04/24 11:40:16 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:40:24 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:53406
    2021/04/24 11:40:32 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:40:43 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:40:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:53834
    2021/04/24 11:40:58 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:53966
    2021/04/24 11:40:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:53996
    2021/04/24 11:41:04 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:41:07 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:41:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:54156
    2021/04/24 11:41:17 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:54280
    2021/04/24 11:41:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:54308
    2021/04/24 11:41:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:54466
    2021/04/24 11:41:36 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:41:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:54662
    2021/04/24 11:41:43 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:41:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:54968
    2021/04/24 11:42:07 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:42:10 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:42:32 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:42:33 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:42:57 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:42:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:55918
    2021/04/24 11:43:07 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:43:20 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:56240
    2021/04/24 11:43:26 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:56346
    2021/04/24 11:43:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:56394
    2021/04/24 11:43:32 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:43:36 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:43:56 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:43:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:56898
    2021/04/24 11:44:08 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:44:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:57204
    2021/04/24 11:44:23 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:44:36 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:57508
    2021/04/24 11:44:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:57552
    2021/04/24 11:44:43 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:44:46 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:44:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:57278
    2021/04/24 11:45:05 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:57938
    2021/04/24 11:45:12 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:45:18 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:45:41 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:45:42 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:45:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:58142
    2021/04/24 11:45:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:58668
    2021/04/24 11:46:09 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:46:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:58980
    2021/04/24 11:46:10 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:58984
    2021/04/24 11:46:14 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:46:17 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:59088
    2021/04/24 11:46:19 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:58568
    2021/04/24 11:46:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:59282
    2021/04/24 11:46:37 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:59436
    2021/04/24 11:46:40 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:59480
    2021/04/24 11:46:40 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:46:42 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:47:00 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:59788
    2021/04/24 11:47:08 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:47:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:59948
    2021/04/24 11:47:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:59952
    2021/04/24 11:47:10 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:47:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:60114
    2021/04/24 11:47:42 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:47:45 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:47:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:60618
    2021/04/24 11:47:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:60770
    2021/04/24 11:47:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:60774
    2021/04/24 11:48:08 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:48:08 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:48:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:32852
    2021/04/24 11:48:36 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:48:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:33206
    2021/04/24 11:48:41 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:49:00 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:33508
    2021/04/24 11:49:11 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:49:16 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:49:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:33974
    2021/04/24 11:49:43 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:49:45 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:49:50 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:34320
    2021/04/24 11:49:57 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:34436
    2021/04/24 11:50:07 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:50:19 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:33766
    2021/04/24 11:50:20 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:50:37 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:35098
    2021/04/24 11:50:37 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:50:40 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:35140
    2021/04/24 11:50:48 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:34192
    2021/04/24 11:50:53 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:51:00 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:35440
    2021/04/24 11:51:02 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:51:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:35598
    2021/04/24 11:51:19 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:34622
    2021/04/24 11:51:24 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:51:27 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:51:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:35904
    2021/04/24 11:51:54 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:52:03 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:52:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:36560
    2021/04/24 11:52:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:36564
    2021/04/24 11:52:19 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:35468
    2021/04/24 11:52:21 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:52:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:36866
    2021/04/24 11:52:37 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:52:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:37060
    2021/04/24 11:52:40 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:37064
    2021/04/24 11:52:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:35894
    2021/04/24 11:52:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:37206
    2021/04/24 11:52:57 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:52:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:37360
    2021/04/24 11:53:03 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:53:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:37680
    2021/04/24 11:53:22 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:53:32 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:53:47 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:53:54 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:53:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:38346
    2021/04/24 11:54:13 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:54:18 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:37172
    2021/04/24 11:54:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:38658
    2021/04/24 11:54:26 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:54:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:39008
    2021/04/24 11:54:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:39004
    2021/04/24 11:54:41 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:54:53 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:54:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:39328
    2021/04/24 11:55:07 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:39442
    2021/04/24 11:55:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:39488
    2021/04/24 11:55:11 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:55:17 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:55:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:39804
    2021/04/24 11:55:35 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:55:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:40008
    2021/04/24 11:55:47 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:40114
    2021/04/24 11:55:48 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:56:00 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:40316
    2021/04/24 11:56:06 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:56:08 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:40446
    2021/04/24 11:56:10 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:40476
    2021/04/24 11:56:23 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:56:40 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:40978
    2021/04/24 11:56:40 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:56:57 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:57:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:41442
    2021/04/24 11:57:10 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:41438
    2021/04/24 11:57:15 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:57:31 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:57:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:41956
    2021/04/24 11:57:45 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:57:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:42274
    2021/04/24 11:58:04 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:58:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:42434
    2021/04/24 11:58:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:42438
    2021/04/24 11:58:13 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:58:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:42596
    2021/04/24 11:58:34 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:58:44 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:58:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:41036
    2021/04/24 11:58:50 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:43098
    2021/04/24 11:59:00 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:59:06 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:59:18 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:41464
    2021/04/24 11:59:28 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 11:59:30 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:43722
    2021/04/24 11:59:31 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 11:59:50 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:44064
    2021/04/24 11:59:54 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:00:04 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:00:18 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:00:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:44536
    2021/04/24 12:00:30 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:44686
    2021/04/24 12:00:37 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:00:47 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:01:06 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:01:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:45510
    2021/04/24 12:01:23 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:01:30 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:45660
    2021/04/24 12:01:40 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:01:50 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:46006
    2021/04/24 12:01:58 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:01:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:46154
    2021/04/24 12:02:10 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:02:18 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:44034
    2021/04/24 12:02:20 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:02:40 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:02:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:44460
    2021/04/24 12:02:52 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:03:12 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:03:18 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:03:18 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:44890
    2021/04/24 12:03:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:47600
    2021/04/24 12:03:35 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:03:38 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:47760
    2021/04/24 12:03:48 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:03:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:47938
    2021/04/24 12:03:57 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:48052
    2021/04/24 12:04:05 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:04:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:48258
    2021/04/24 12:04:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:48254
    2021/04/24 12:04:25 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:04:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:48562
    2021/04/24 12:04:34 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:04:57 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:49020
    2021/04/24 12:05:01 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:05:03 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:05:20 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:49378
    2021/04/24 12:05:24 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:05:26 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:05:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:49532
    2021/04/24 12:05:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:49876
    2021/04/24 12:05:51 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:05:56 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:05:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:50032
    2021/04/24 12:06:13 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:50242
    2021/04/24 12:06:18 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:47462
    2021/04/24 12:06:22 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:06:29 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:50480
    2021/04/24 12:06:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:50492
    2021/04/24 12:06:31 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:06:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:50686
    2021/04/24 12:06:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:50690
    2021/04/24 12:06:50 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:50836
    2021/04/24 12:06:54 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:07:07 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:07:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:51166
    2021/04/24 12:07:10 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:51162
    2021/04/24 12:07:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:51320
    2021/04/24 12:07:24 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:07:36 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:07:36 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:51614
    2021/04/24 12:07:50 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:51814
    2021/04/24 12:07:56 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:08:04 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:08:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:52280
    2021/04/24 12:08:20 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:08:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:52436
    2021/04/24 12:08:36 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:08:38 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:52602
    2021/04/24 12:08:46 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:08:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:49616
    2021/04/24 12:08:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:52778
    2021/04/24 12:08:57 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:52894
    2021/04/24 12:09:10 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:09:19 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:50046
    2021/04/24 12:09:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:53258
    2021/04/24 12:09:22 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:09:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:53410
    2021/04/24 12:09:37 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:53528
    2021/04/24 12:09:44 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:09:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:50472
    2021/04/24 12:09:56 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:10:10 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:54066
    2021/04/24 12:10:11 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:10:19 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:50896
    2021/04/24 12:10:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:54222
    2021/04/24 12:10:20 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:10:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:54372
    2021/04/24 12:10:46 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:10:47 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:54670
    2021/04/24 12:10:49 [ERR] http: Request GET /v1/catalog/service/config-binding-service, error: No cluster leader from=10.242.244.25:51320
    2021/04/24 12:10:50 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:11:00 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:54866
    2021/04/24 12:11:07 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:54994
    2021/04/24 12:11:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:55030
    2021/04/24 12:11:17 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:11:19 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:55180
    2021/04/24 12:11:23 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:11:49 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:55686
    2021/04/24 12:11:54 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:11:56 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:11:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:55834
    2021/04/24 12:12:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:55994
    2021/04/24 12:12:20 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:56152
    2021/04/24 12:12:23 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:12:28 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:12:29 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:56294
    2021/04/24 12:12:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:56500
    2021/04/24 12:12:52 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:12:57 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:13:10 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:56962
    2021/04/24 12:13:19 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:13:22 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:13:26 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:57220
    2021/04/24 12:13:39 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:57468
    2021/04/24 12:13:45 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:13:47 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:13:49 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:57604
    2021/04/24 12:14:12 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:14:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:58078
    2021/04/24 12:14:21 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:14:26 [ERR] http: Request PUT /v1/txn, error: No cluster leader from=10.242.147.134:58182
    2021/04/24 12:14:39 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:14:45 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:14:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:58722
    2021/04/24 12:14:59 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:58726
    2021/04/24 12:15:06 [ERR] agent: Coordinate update error: No cluster leader
    2021/04/24 12:15:09 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:58884
    2021/04/24 12:15:19 [ERR] http: Request GET /v1/catalog/service/config_binding_service, error: No cluster leader from=10.242.147.134:59040
    2021/04/24 12:15:22 [ERR] agent: failed to sync remote state: No cluster leader
    2021/04/24 12:15:30 [ERR] agent: Coordinate update error: No cluster leader