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 2022/08/04 08:07:07 UTC

[GitHub] [dolphinscheduler] caoes opened a new issue, #11296: [Improvement][Master] master select host,zookeeper get node info get node status ABNORMAL_NODE_STATUS, clear workerNodeInfo

caoes opened a new issue, #11296:
URL: https://github.com/apache/dolphinscheduler/issues/11296

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   When the master assigns a worker,Obtain node heartbeat information through ZK to obtain node unhealthy status. select host return null,ds unable to run workflow ;
   
   `Host host = hostManager.select(context);`
   `public Host select(ExecutionContext context) {
           Set<HostWeight> workerHostWeights = getWorkerHostWeights(context.getWorkerGroup());
           if (CollectionUtils.isNotEmpty(workerHostWeights)) {
               return selector.select(workerHostWeights).getHost();
           }
           return new Host();
       }`
   `serverMap.putIfAbsent(host, get(path + SINGLE_SLASH + server));`
   `public String get(String key) {
           try {
               return new String(client.getData().forPath(key), StandardCharsets.UTF_8);
           } catch (Exception e) {
               throw new RegistryException("zookeeper get data error", e);
           }
       }`
   
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] SbloodyS commented on issue #11296: [Improvement][Master] master select host,zookeeper get node info get node status ABNORMAL_NODE_STATUS, clear workerNodeInfo

Posted by GitBox <gi...@apache.org>.
SbloodyS commented on issue #11296:
URL: https://github.com/apache/dolphinscheduler/issues/11296#issuecomment-1204926810

   Hi @caoes , which version you are using?


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Improvement][Master] master select host,zookeeper get node info get node status ABNORMAL_NODE_STATUS, clear workerNodeInfo [dolphinscheduler]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #11296:
URL: https://github.com/apache/dolphinscheduler/issues/11296#issuecomment-1773953644

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11296: [Improvement][Master] master select host,zookeeper get node info get node status ABNORMAL_NODE_STATUS, clear workerNodeInfo

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11296:
URL: https://github.com/apache/dolphinscheduler/issues/11296#issuecomment-1236447474

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11296: [Improvement][Master] master select host,zookeeper get node info get node status ABNORMAL_NODE_STATUS, clear workerNodeInfo

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11296:
URL: https://github.com/apache/dolphinscheduler/issues/11296#issuecomment-1204921240

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Improvement][Master] master select host,zookeeper get node info get node status ABNORMAL_NODE_STATUS, clear workerNodeInfo [dolphinscheduler]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #11296: [Improvement][Master] master select host,zookeeper get node info get node status ABNORMAL_NODE_STATUS, clear workerNodeInfo
URL: https://github.com/apache/dolphinscheduler/issues/11296


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] caoes commented on issue #11296: [Improvement][Master] master select host,zookeeper get node info get node status ABNORMAL_NODE_STATUS, clear workerNodeInfo

Posted by GitBox <gi...@apache.org>.
caoes commented on issue #11296:
URL: https://github.com/apache/dolphinscheduler/issues/11296#issuecomment-1205984206

   > Hi @caoes , which version you are using?
   
   2.0.5


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Improvement][Master] master select host,zookeeper get node info get node status ABNORMAL_NODE_STATUS, clear workerNodeInfo [dolphinscheduler]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #11296:
URL: https://github.com/apache/dolphinscheduler/issues/11296#issuecomment-1762416721

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org