Skip to content

[historyserver][collector] use filepath functions to handle file path. #4393

@my-vegetable-has-exploded

Description

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

There are some hardcode path in historyserver collector. We can use filepath to provide cross-platform capabilities for those filename paths.
For example, r.prevLogsDir = "/tmp/ray/prev-logs" -> r.prevLogsDir = filepath.Join("tmp", "ray", "prev-logs")

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions