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/11/26 07:23:06 UTC

[GitHub] [incubator-dolphinscheduler] xingchun-chen opened a new issue #4109: [Bug][api] When the zk path is not generated, an error is reported when creating a workflow

xingchun-chen opened a new issue #4109:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4109


    1. Do not start master and worker services,So there is no generated path /dolphinscheduler/nodes/worker in zookeeper
    2. Create a workflow, the node setting popup box appears blank, because the api service queries the worker group and reports an error
   ![image](https://user-images.githubusercontent.com/55787491/100319628-e8dc1900-2ffa-11eb-8e32-24c1cbc3120e.png)
   
   ![image](https://user-images.githubusercontent.com/55787491/100319332-618ea580-2ffa-11eb-93be-b596e42c2f0f.png)
   
   
   
   **Which version of Dolphin Scheduler:**
    -[1.3.3]


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] felix-thinkingdata commented on issue #4109: [Bug][api] When the zk path is not generated, an error is reported when creating a workflow

Posted by GitBox <gi...@apache.org>.
felix-thinkingdata commented on issue #4109:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4109#issuecomment-735056480


   I don't think it seems to be a problem.
   This problem will only occur if the worker process has never been started.
   It is a rare case that the worker never starts.
   
   


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #4109: [Bug][api] When the zk path is not generated, an error is reported when creating a workflow

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #4109:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4109#issuecomment-734191913


   If the path cannot be found, the interface /worker-group/all-groups  can return default to the front end
   Currently the front-end task node will be blank,can't create the task
   ![image](https://user-images.githubusercontent.com/55787491/100334800-36628100-300f-11eb-8cf2-cf299b0d1b78.png)
   


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] lenboo commented on issue #4109: [Bug][api] When the zk path is not generated, an error is reported when creating a workflow

Posted by GitBox <gi...@apache.org>.
lenboo commented on issue #4109:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4109#issuecomment-735036648


   > > > return /dolphinscheduler/nodes/worker/default ok ?
   > > 
   > > 
   > > I think it is ok
   > 
   > If return "default" ,Does this affect users who do not use the "Default" queue?
   
   maybe, but "default" is better than blank. 


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] CalvinKirs closed issue #4109: [Bug][api] When the zk path is not generated, an error is reported when creating a workflow

Posted by GitBox <gi...@apache.org>.
CalvinKirs closed issue #4109:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4109


   


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] felix-thinkingdata commented on issue #4109: [Bug][api] When the zk path is not generated, an error is reported when creating a workflow

Posted by GitBox <gi...@apache.org>.
felix-thinkingdata commented on issue #4109:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4109#issuecomment-735035655


   > > return /dolphinscheduler/nodes/worker/default ok ?
   > 
   > I think it is ok
   
   If  return "default" ,Does this affect users who do not use the "Default" queue?


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] felix-thinkingdata commented on issue #4109: [Bug][api] When the zk path is not generated, an error is reported when creating a workflow

Posted by GitBox <gi...@apache.org>.
felix-thinkingdata commented on issue #4109:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4109#issuecomment-734184337


   > Who want to fix it?
   
   how to fix ?What kind of effect does it make?


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] CalvinKirs commented on issue #4109: [Bug][api] When the zk path is not generated, an error is reported when creating a workflow

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #4109:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4109#issuecomment-735094822


   > I don't think it seems to be a problem.
   > This problem will only occur if the worker process has never been started.
   > It is a rare case that the worker never starts.
   
   I agree with you, returning to default will affect the logic of normal default


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] felix-thinkingdata commented on issue #4109: [Bug][api] When the zk path is not generated, an error is reported when creating a workflow

Posted by GitBox <gi...@apache.org>.
felix-thinkingdata commented on issue #4109:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4109#issuecomment-734233568


   > Who want to fix it?
   
   return /dolphinscheduler/nodes/worker/default  ok ?


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] felix-thinkingdata commented on issue #4109: [Bug][api] When the zk path is not generated, an error is reported when creating a workflow

Posted by GitBox <gi...@apache.org>.
felix-thinkingdata commented on issue #4109:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4109#issuecomment-734220213


   > If the path cannot be found, the interface /worker-group/all-groups can return default to the front end
   > Currently the front-end task node will be blank,can't create the task
   > ![image](https://user-images.githubusercontent.com/55787491/100334800-36628100-300f-11eb-8cf2-cf299b0d1b78.png)
   
   Is dev branch repair ok


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #4109: [Bug][api] When the zk path is not generated, an error is reported when creating a workflow

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #4109:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4109#issuecomment-734529518


   > return /dolphinscheduler/nodes/worker/default ok ?
   
   I think it is ok


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #4109: [Bug][api] When the zk path is not generated, an error is reported when creating a workflow

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #4109:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4109#issuecomment-734123940


   Who want to fix it?


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] felix-thinkingdata commented on issue #4109: [Bug][api] When the zk path is not generated, an error is reported when creating a workflow

Posted by GitBox <gi...@apache.org>.
felix-thinkingdata commented on issue #4109:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4109#issuecomment-734219351


   > If the path cannot be found, the interface /worker-group/all-groups can return default to the front end
   > Currently the front-end task node will be blank,can't create the task
   > ![image](https://user-images.githubusercontent.com/55787491/100334800-36628100-300f-11eb-8cf2-cf299b0d1b78.png)
   
   
   It replicates. Let me fix it
   ![image](https://user-images.githubusercontent.com/59079269/100340634-74af6e80-3016-11eb-8752-ff4e27342f1b.png)
   


----------------------------------------------------------------
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