Loading CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ Please mark all change in change log and use the ticket from JIRA. # Milvus 0.5.1 (TODO) ## Bug - \#104 - test_scheduler core dump ## Improvement - \#64 - Improvement dump function in scheduler - \#80 - Print version information into log during server start Loading core/src/scheduler/resource/Resource.h +3 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,9 @@ class Resource : public Node, public std::enable_shared_from_this<Resource> { // TODO(wxyu): need double ? inline uint64_t TaskAvgCost() const { if (total_task_ == 0) { return 0; } return total_cost_ / total_task_; } Loading Loading
CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ Please mark all change in change log and use the ticket from JIRA. # Milvus 0.5.1 (TODO) ## Bug - \#104 - test_scheduler core dump ## Improvement - \#64 - Improvement dump function in scheduler - \#80 - Print version information into log during server start Loading
core/src/scheduler/resource/Resource.h +3 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,9 @@ class Resource : public Node, public std::enable_shared_from_this<Resource> { // TODO(wxyu): need double ? inline uint64_t TaskAvgCost() const { if (total_task_ == 0) { return 0; } return total_cost_ / total_task_; } Loading