[Streaming]Fix default JobID (#6436)

This commit is contained in:
wanxing
2019-12-12 14:37:17 +08:00
committed by Hao Chen
parent 64d8626d6d
commit 40211bed4b
+1 -1
View File
@@ -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);