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
For backwards compatibility with older versions of TF.estimator we need to treat replicas with name "Master" as "Chief".
One place where this doesn't seem to be happening is the exit policy. If there is a replica of type, "Master" than TFJob should be marked completed when the "Master" exits. It would be good to add an E2E test for this case.
We should probably add validation to ensure only "Master" or "Chief" is provided.
For backwards compatibility with older versions of TF.estimator we need to treat replicas with name "Master" as "Chief".
One place where this doesn't seem to be happening is the exit policy. If there is a replica of type, "Master" than TFJob should be marked completed when the "Master" exits. It would be good to add an E2E test for this case.
We should probably add validation to ensure only "Master" or "Chief" is provided.
@ScorpioCPH Would you be willing to pick this up?
The text was updated successfully, but these errors were encountered: