Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consul sometimes during resilience tests goes to strange state #8

Open
slonka opened this issue Sep 19, 2019 · 0 comments
Open

Consul sometimes during resilience tests goes to strange state #8

slonka opened this issue Sep 19, 2019 · 0 comments

Comments

@slonka
Copy link
Contributor

slonka commented Sep 19, 2019

Author: @lukidzi

When we run resilience tests in specific order we might observe that consul is in strange state
during test should be resilient to transient unavailability of one DC:

2019/05/30 12:16:49 [DEBUG] memberlist: Stream connection from=192.168.144.10:33118
    2019/05/30 12:16:49 [WARN] consul.rpc: RPC request for DC "dc2", no path found
    2019/05/30 12:16:49 [ERR] http: Request GET /v1/health/service/envoy-control?passing&dc=dc2, error: No path to datacenter from=192.168.144.1:34266
    2019/05/30 12:16:49 [DEBUG] http: Request GET /v1/health/service/envoy-control?passing&dc=dc2 (2.285225ms) from=192.168.144.1:34266
    2019/05/30 12:16:49 [WARN] consul.rpc: RPC request for DC "dc2", no path found

This state keeps for ~2 min. Only restart of container help (consul restart).

I tried to kill all connections during connections cut off but it didn't help. Also restart of interfaces and change arp gc config didn't help.

We should write test to reproduce this state and report the problem to Hashicorp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant