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
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
When I start
GracefulMasterTakeover
, a panic occured:I found the crash line is:
https://github.com/github/orchestrator/blob/5c80b6aaba9ba83fa8c1fe8bf8fe6df99e7c4d24/go/logic/topology_recovery.go#L1843
The reason is:
masterOfDesignatedInstance
isnil
.I look into the definition of
masterOfDesignatedInstance
.And the line below calls
ReadTopologyInstanceBufferable
at last:https://github.com/github/orchestrator/blob/5c80b6aaba9ba83fa8c1fe8bf8fe6df99e7c4d24/go/logic/topology_recovery.go#L1839
A panic below occured in
ReadTopologyInstanceBufferable
, but not return to the caller:The code of
ReadTopologyInstanceBufferable
:The err modified in defer will not return to the caller.
The same bug as #943.
Please check it.
cc @MOON-CLJ
The text was updated successfully, but these errors were encountered: