You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After memory pressure problems we upgrade instance type to more memory capacity, and after that when consul begin transition to new leaders we got Segfault with folow stack trace
2019/07/10 10:25:46 [WARN] raft: Failed to contact bd865752-edb2-9f57-4510-80a658384162 in 500.209509ms
2019/07/10 10:25:46 [WARN] raft: Failed to contact 946d1af0-8ea7-52ce-adfa-7ac172945eec in 509.403689ms
2019/07/10 10:25:46 [WARN] raft: Failed to contact bd865752-edb2-9f57-4510-80a658384162 in 510.463603ms
2019/07/10 10:25:46 [WARN] raft: Failed to contact quorum of nodes, stepping down
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x14cc742]
goroutine 261984 [running]:
github.com/hashicorp/consul/agent/consul.(*Replicator).Stop(0xc000102d90)
/consul/agent/consul/replication.go:152 +0xf2
github.com/hashicorp/consul/agent/consul.(*Server).stopConfigReplication(...)
/consul/agent/consul/leader.go:899
github.com/hashicorp/consul/agent/consul.(*Server).revokeLeadership(0xc0003ebc00)
/consul/agent/consul/leader.go:348 +0x67
github.com/hashicorp/consul/agent/consul.(*Server).leaderLoop(0xc0003ebc00, 0xc0008ab560)
/consul/agent/consul/leader.go:223 +0x80a
github.com/hashicorp/consul/agent/consul.(*Server).monitorLeadership.func1(0xc0003b0260, 0xc0003ebc00, 0xc0008ab560)
/consul/agent/consul/leader.go:80 +0x5b
created by github.com/hashicorp/consul/agent/consul.(*Server).monitorLeadership
/consul/agent/consul/leader.go:78 +0x414
The text was updated successfully, but these errors were encountered:
@pearkes We think that this happens due flapping between Start/Stop in Replicator (we have log verbosity WARN so miss log messages like [INFO] replication: started and [INFO] replication: stopped),
Consul 1.5.2
After memory pressure problems we upgrade instance type to more memory capacity, and after that when consul begin transition to new leaders we got Segfault with folow stack trace
The text was updated successfully, but these errors were encountered: