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
During benchmark testing, controller completely halted with a panic due to the attempt of accessing an invalid memory address or nil pointer dereference causing a segmentation violation.
Note that the code lines do not line up exactly with the Controller's code. serviceexport_controller.go:136 points to the Current: cmService.Endpoints line
and serviceexport_controller.go:93 to the return r.handleUpdate(ctx, &serviceExport, &service)
The text was updated successfully, but these errors were encountered:
During benchmark testing, controller completely halted with a panic due to the attempt of accessing an invalid memory address or nil pointer dereference causing a segmentation violation.
Here are the last logs from the manager:
Note that the code lines do not line up exactly with the Controller's code.
serviceexport_controller.go:136
points to theCurrent: cmService.Endpoints
lineand
serviceexport_controller.go:93
to thereturn r.handleUpdate(ctx, &serviceExport, &service)
The text was updated successfully, but these errors were encountered: