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

Fix panic in PeerConnected #1914

Closed
plorenz opened this issue Apr 8, 2024 · 0 comments
Closed

Fix panic in PeerConnected #1914

plorenz opened this issue Apr 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working controller Issue related to the controller distributed-control Work related to HA/Raft/other distributed control panic describes a code panic

Comments

@plorenz
Copy link
Member

plorenz commented Apr 8, 2024

panic: assignment to entry in nil map

goroutine 162 [running]:
github.com/openziti/ziti/controller/model.(*ControllerManager).PeersConnected(0xc001782870, {0xc0024e3cb0, 0x1, 0x1})
        /home/plorenz/work/nf/ziti/controller/model/controller_manager.go:296 +0x125a
github.com/openziti/ziti/controller/env.(*Broker).AcceptClusterEvent(0xc000e08bc0, 0xc00375d740)
        /home/plorenz/work/nf/ziti/controller/env/broker.go:94 +0x8e
github.com/openziti/ziti/controller/events.(*Dispatcher).AcceptClusterEvent.func1()
        /home/plorenz/work/nf/ziti/controller/events/dispatcher_cluster.go:36 +0x9a
created by github.com/openziti/ziti/controller/events.(*Dispatcher).AcceptClusterEvent in goroutine 74
        /home/plorenz/work/nf/ziti/controller/events/dispatcher_cluster.go:34 +0x67
@plorenz plorenz self-assigned this Apr 8, 2024
@plorenz plorenz added bug Something isn't working controller Issue related to the controller distributed-control Work related to HA/Raft/other distributed control panic describes a code panic labels Apr 8, 2024
@plorenz plorenz closed this as completed in 84711f4 Apr 8, 2024
qrkourier pushed a commit that referenced this issue Apr 11, 2024
qrkourier pushed a commit that referenced this issue Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working controller Issue related to the controller distributed-control Work related to HA/Raft/other distributed control panic describes a code panic
Projects
Status: Done
Development

No branches or pull requests

1 participant