Skip to content

[autoscaler] uptime command fails due to exit(1) #5265

Closed
@hartikainen

Description

@hartikainen

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): 18.04
  • Ray installed from (source or binary): source @ 60f5963
  • Ray version:
  • Python version: 3.7
  • Exact command to reproduce: n/a

Describe the problem

Autoscaler sporadically fails when calling uptime. This is caused by the change in #5238 where we tried to clean up the autoscaler error messages. The change works generally fine, but for the uptime command we actually do need to raise instead of exiting because the error is expected to be caught on a higher level.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions