You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/01/07 06:50:47 UTC

[GitHub] [incubator-dolphinscheduler] gabrywu opened a new issue #1743: [Feature] why not invoke checkWorkerGroup in advance

gabrywu opened a new issue #1743: [Feature] why not invoke checkWorkerGroup in advance
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1743
 
 
   ## Background
   In FetchTaskThread.run method, checkWorkerGroup invoke after "queryUserQueueByProcessInstanceId", why not just after getTaskInstanceDetailByTaskId
   
   ## Solution
   checkWorkerGroup  invoked after getTaskInstanceDetailByTaskId
   
   taskInstance = processDao.getTaskInstanceDetailByTaskId(taskInstId);
   
   if(!checkWorkerGroup(taskInstance, OSUtils.getHost())){
       continue;
   }

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] qiaozhanwei commented on issue #1743: [Feature] why not invoke checkWorkerGroup in advance

Posted by GitBox <gi...@apache.org>.
qiaozhanwei commented on issue #1743: [Feature] why not invoke checkWorkerGroup in advance
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1743#issuecomment-571470887
 
 
   +1

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] Technoboy- closed issue #1743: [Feature] why not invoke checkWorkerGroup in advance

Posted by GitBox <gi...@apache.org>.
Technoboy- closed issue #1743: [Feature] why not invoke checkWorkerGroup in advance
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1743
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services