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
When call removeWorkerNodePath , if its first param named path is null, it will cause serverHost is null.
And it is unacceptable when call failoverService.failoverServerWhenDown, because in failoverServerWhenDown method block , masterFailoverService.failoverMaster and workerFailoverService.failoverWorker had already been emphasized that serverHost cannot be NULL by adding NonNull annotations
What you expected to happen
please assign this issue to me, I'm glad to deal with this issue
How to reproduce
make the situation of the path is null or empty string, and call removeWorkerNodePath, it will happen.
Search before asking
What happened
When call
removeWorkerNodePath
, if its first param named path is null, it will causeserverHost
is null.And it is unacceptable when call
failoverService.failoverServerWhenDown
, because infailoverServerWhenDown
method block ,masterFailoverService.failoverMaster
andworkerFailoverService.failoverWorker
had already been emphasized that serverHost cannot be NULL by adding NonNull annotationsWhat you expected to happen
please assign this issue to me, I'm glad to deal with this issue
How to reproduce
make the situation of the path is null or empty string, and call removeWorkerNodePath, it will happen.
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: