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/29 16:03:30 UTC

[GitHub] [dolphinscheduler] xingnull opened a new pull request, #11694: fix 10340, timeout modify 15e3 to 15e5

xingnull opened a new pull request, #11694:
URL: https://github.com/apache/dolphinscheduler/pull/11694

   <!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.-->
   
   
   ## Purpose of the pull request
   
   <!--(For example: This pull request adds checkstyle plugin).-->
   
   ## Brief change log
   
   <!--*(for example:)*
     - *Add maven-checkstyle-plugin to root pom.xml*
   -->
   ## Verify this pull request
   
   <!--*(Please pick either of the following options)*-->
   
   This pull request is code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   <!--*(example:)*
     - *Added dolphinscheduler-dao tests for end-to-end.*
     - *Added CronUtilsTest to verify the change.*
     - *Manually verified the change by testing locally.* -->
   
   (or)
   
   If your pull request contain incompatible change, you should also add it to `docs/docs/en/guide/upgrede/incompatible.md`
   


-- 
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] LiJie20190102 commented on pull request #11694: [Improvement][UI] Hot fix for timeout when uploading large files to resource center

Posted by GitBox <gi...@apache.org>.
LiJie20190102 commented on PR #11694:
URL: https://github.com/apache/dolphinscheduler/pull/11694#issuecomment-1359379591

   
   It seems that I have encountered the same problem. When there are a large number of taskInstances (for example, 1715952 records), the interface request will report an error. Is this the same question? If yes, can this time parameter be changed to configurable。
   ![image](https://user-images.githubusercontent.com/53458004/208600155-03d51804-f9b3-4bec-9cbb-4c47faf191b8.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] fuchanghai commented on pull request #11694: [Improvement][UI] Hot fix for timeout when uploading large files to resource center

Posted by GitBox <gi...@apache.org>.
fuchanghai commented on PR #11694:
URL: https://github.com/apache/dolphinscheduler/pull/11694#issuecomment-1240322280

   @songjianet @xingnull @EricGao888 For the file upload part, I recommend cutting large files into small files for upload. After all the files are uploaded, the backend merges the small files into large files


-- 
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: [PR] [Improvement][UI] Hot fix for timeout when uploading large files to resource center [dolphinscheduler]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed pull request #11694: [Improvement][UI] Hot fix for timeout when uploading large files to resource center
URL: https://github.com/apache/dolphinscheduler/pull/11694


-- 
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] songjianet commented on pull request #11694: [Improvement][UI] Hot fix for timeout when uploading large files to resource center

Posted by GitBox <gi...@apache.org>.
songjianet commented on PR #11694:
URL: https://github.com/apache/dolphinscheduler/pull/11694#issuecomment-1232517903

   Is there any way to resolve this interface from backend or hardware resources. @xingnull 


-- 
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] EricGao888 commented on pull request #11694: fix 10340, timeout modify 15e3 to 15e5

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on PR #11694:
URL: https://github.com/apache/dolphinscheduler/pull/11694#issuecomment-1230536159

   @xingnull Great job! Thanks for submitting this PR. It is a hot fix for #10340 which blocks a few users as stated in https://github.com/apache/dolphinscheduler/issues/10340#issuecomment-1223456773
   
   @songjianet @Amy0104 Please take a look when available. Thanks!
   
   @xingnull BTW you could add a short description for your PR and use `related: #10340` to make this PR linked to the related issue.


-- 
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] zhongjiajie commented on pull request #11694: [Improvement][UI] Hot fix for timeout when uploading large files to resource center

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on PR #11694:
URL: https://github.com/apache/dolphinscheduler/pull/11694#issuecomment-1366458058

   > It seems that I have encountered the same problem. When there are a large number of taskInstances (for example, 1715952 records), the interface request will report an error. Is this the same question? If yes, can this time parameter be changed to configurable。
   > ![image](https://user-images.githubusercontent.com/53458004/208600155-03d51804-f9b3-4bec-9cbb-4c47faf191b8.png)
   
   @LiJie20190102 not the same, this is because upload file too large cause too many time, and your just because too may history data, you can delete some of history data in your metadata to make it quick


-- 
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] zhongjiajie commented on pull request #11694: [Improvement][UI] Hot fix for timeout when uploading large files to resource center

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on PR #11694:
URL: https://github.com/apache/dolphinscheduler/pull/11694#issuecomment-1328491014

   So is there any update here? can we release this into version 3.0.x?


-- 
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: [PR] [Improvement][UI] Hot fix for timeout when uploading large files to resource center [dolphinscheduler]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #11694:
URL: https://github.com/apache/dolphinscheduler/pull/11694#issuecomment-1926009435

   This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 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


Re: [PR] [Improvement][UI] Hot fix for timeout when uploading large files to resource center [dolphinscheduler]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #11694:
URL: https://github.com/apache/dolphinscheduler/pull/11694#issuecomment-1939859925

   This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request.


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