Skip to content

[Q&A] Admin command remove_client during job running #2191

Closed Answered by YuanTingHsieh
jingyunc asked this question in Q&A
Discussion options

You must be logged in to vote

@jingyunc thanks for the question.

Short answer to "is remove_client the right command for that?": No

What remove_client did is just remove the reference from the server side, it is ONLY useful when the client is dead and server side want to remove the "cache" entry.

However, there is another mechanism that can "Re-activate" the client, that is when the server side receives a heartbeat from the client, it will re-activate it.

So that is what you observed, the log say client is removed for a short period of time, and then it re-activated.

How to achieve your main goal, you can do this in the real world setup, use ps -aux | grep 'nvflare' and find the process id for one of the client site.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jingyunc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants