[Core] GCS Actor management on by default. (#8845)

* GCS Actor management on by default.

* Fix travis config.

* Change condition.

* Remove unnecessary CI.
This commit is contained in:
SangBin Cho
2020-07-22 14:31:41 -07:00
committed by GitHub
parent 908c0c630a
commit ca391ed052
2 changed files with 1 additions and 18 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ RAY_CONFIG(bool, plasma_store_as_thread, false)
RAY_CONFIG(int64_t, gcs_service_address_check_interval_milliseconds, 1000)
RAY_CONFIG(bool, gcs_actor_service_enabled,
getenv("RAY_GCS_ACTOR_SERVICE_ENABLED") != nullptr &&
getenv("RAY_GCS_ACTOR_SERVICE_ENABLED") == nullptr ||
getenv("RAY_GCS_ACTOR_SERVICE_ENABLED") == std::string("true"))
/// The batch size for metrics export.