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/22 02:24:18 UTC

[GitHub] [dolphinscheduler] luoxiqiang opened a new issue, #11583: [Bug] [UI] Gantt chart does not show

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

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   **task.status** is expected to get a status string value such as ' SUCCESS ' but the background returns an object like ' TaskExecutionStatus{code=7, desc=' SUCCESS '} ' where a mapping is required
   ![image](https://user-images.githubusercontent.com/32994527/185825811-366bb01c-8214-42e9-9c61-62360f484bcd.png)
   
   
   ### What you expected to happen
   
   Open the Gantt chart
   
   ### How to reproduce
   
   Open the Gantt chart
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### Are you willing to submit 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] devosend commented on issue #11583: [Bug] [UI] Gantt chart does not show

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

   Can you provide the data returned by the backend?
   Normal, the back-end data should be similar to the following
   <img width="783" alt="image" src="https://user-images.githubusercontent.com/8847400/186361169-ae3b426e-aea1-470d-8090-24585564bd5e.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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] SbloodyS closed issue #11583: [Bug] [UI] Gantt chart does not show

Posted by GitBox <gi...@apache.org>.
SbloodyS closed issue #11583: [Bug] [UI] Gantt chart does not show
URL: https://github.com/apache/dolphinscheduler/issues/11583


-- 
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 #11583: [Bug] [UI] Gantt chart does not show

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

   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


[GitHub] [dolphinscheduler] luoxiqiang commented on issue #11583: [Bug] [UI] Gantt chart does not show

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

   ok, thank you for your contribution


-- 
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] mhsccd commented on issue #11583: [Bug] [UI] Gantt chart does not show

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

   ![Uploading 企业微信截图_16700510842490.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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] lxorc commented on issue #11583: [Bug] [UI] Gantt chart does not show

Posted by "lxorc (via GitHub)" <gi...@apache.org>.
lxorc commented on issue #11583:
URL: https://github.com/apache/dolphinscheduler/issues/11583#issuecomment-1478963904

   @luoxiqiang  thanks for finding this bug, may I submit a pr if you're not going to fix it? 
   
   Currently this issue is not fully fixed and there are problems . 


-- 
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] mhsccd commented on issue #11583: [Bug] [UI] Gantt chart does not show

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

   i look for the v3.1.1 code ,find the task instance get this state used toString function...... but the state is a enmu class,we should use getDesc function right!


-- 
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] mhsccd commented on issue #11583: [Bug] [UI] Gantt chart does not show

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

   ![Uploading 企业微信截图_16700511027142.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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] luoxiqiang commented on issue #11583: [Bug] [UI] Gantt chart does not show

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

   ![image](https://user-images.githubusercontent.com/32994527/186580317-c79189e7-0031-417e-a101-ed8289908b13.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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] HeZean commented on issue #11583: [Bug] [UI] Gantt chart does not show

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

   @luoxiqiang thanks for find this bug, may I submit a pr if you're not going 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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

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