mirror of
https://github.com/wassname/ray.git
synced 2026-07-22 13:00:49 +08:00
[Streaming]Fix default JobID (#6436)
This commit is contained in:
@@ -31,7 +31,7 @@ class StreamingConfig {
|
||||
|
||||
std::string worker_name_ = "DEFAULT_WORKER_NAME";
|
||||
|
||||
std::string task_job_id_ = "ffffffff";
|
||||
std::string task_job_id_ = JobID::Nil().Hex();
|
||||
|
||||
public:
|
||||
void FromProto(const uint8_t *, uint32_t size);
|
||||
|
||||
Reference in New Issue
Block a user