ServiceBasedGcsClient support detect gcs server availability and retry (#7292)

This commit is contained in:
fangfengbin
2020-03-10 21:01:07 +08:00
committed by GitHub
parent fc76586518
commit fa785a2ad2
8 changed files with 200 additions and 107 deletions
@@ -11,7 +11,6 @@ import org.ray.api.Ray;
import org.ray.api.RayActor;
import org.ray.api.RayObject;
import org.ray.api.RayPyActor;
import org.ray.api.TestUtils;
import org.ray.runtime.actor.NativeRayActor;
import org.ray.runtime.actor.NativeRayPyActor;
import org.slf4j.Logger;