morningman commented on a change in pull request #8410:
URL: https://github.com/apache/incubator-doris/pull/8410#discussion_r822346933



##########
File path: be/src/agent/cgroups_mgr.cpp
##########
@@ -420,11 +420,13 @@ Status CgroupsMgr::relocate_tasks(const string& 
src_cgroups, const string& dest_
     string dest_tasks_path = dest_cgroups + "/tasks";
     std::ifstream src_tasks(src_tasks_path.c_str());
     if (!src_tasks) {
-        return Status::InternalError("Src tasks is null");;
+        return Status::InternalError("Src tasks is null");
+        ;
     }
     std::ofstream dest_tasks(dest_tasks_path.c_str(), std::ios::out | 
std::ios::app);
     if (!dest_tasks) {
-        return Status::InternalError("Desk task is null");;
+        return Status::InternalError("Desk task is null");
+        ;

Review comment:
       remove

##########
File path: be/src/agent/cgroups_mgr.cpp
##########
@@ -420,11 +420,13 @@ Status CgroupsMgr::relocate_tasks(const string& 
src_cgroups, const string& dest_
     string dest_tasks_path = dest_cgroups + "/tasks";
     std::ifstream src_tasks(src_tasks_path.c_str());
     if (!src_tasks) {
-        return Status::InternalError("Src tasks is null");;
+        return Status::InternalError("Src tasks is null");
+        ;

Review comment:
       remove




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to