Fix code_search_path failed in java#11406
Conversation
| } | ||
| case Language::JAVA: { | ||
| code_search_path_str = "-Dray.job.code-search-path" + code_search_path_str; | ||
| code_search_path_str = "-Dray.job.code-search-path=" + code_search_path_str; |
There was a problem hiding this comment.
I am confused that it seems to be an obvious problem, but it hasn't happened before. Thanks.
There was a problem hiding this comment.
I run a demo in ray cluster and set code-search-path in ray.conf。 but it failed. I find start worker process command wrong.
|
@Xuxue1 May I ask what exact failure message you encountered? And is it convenient for you to add a test case? @chaokunyang The bug seems obvious. I don't know why we didn't catch it before. |
|
@kfstorm This codepath only run for multi-tenancy. We need a test on multi-tenancy for it. |
|
@chaokunyang But we already enabled multi-tenancy on the master branch. |
|
@kfstorm I run a demo in ray cluster and set code-search-path in ray.conf. It can't find class. |
|
@kfstorm Ok. I try to add test cases. |
|
@Xuxue1 Hi, any update on this issue? If you have trouble adding a test case, maybe @chaokunyang can help. |
|
@Xuxue1 Thanks for the update. There's still a lint error. BTW, you can run |
Why are these changes needed?
fix code_search_path failed in java
Related issue number
Checks
scripts/format.shto lint the changes in this PR.