Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Schedulis Optimized for log printing, only the first 1024 characters are printed #1072

Closed
2 tasks done
wxyn opened this issue Jul 10, 2023 · 1 comment
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@wxyn
Copy link
Contributor

wxyn commented Jul 10, 2023

Search before asking

  • I searched the issues and found no similar issues.

DSS Component

dss-appconn

What happened + What you expected to happen

Now the result sets of some task logs of the schedulis are printed too long, affecting the wtss task log view, and the optimization is to limit the print result set to the first 1024 characters.
image

Relevent platform

no

Reproduction script

no

Anything else

After calling getLinkisNodeExecution().getresult () in the run() method of the AzkabanDssJobType class to obtain the linkis result set, print the first 1024 characters for each result set.

Modification point:
image

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@wxyn wxyn added the bug Something isn't working label Jul 10, 2023
@zqburde
Copy link
Contributor

zqburde commented Aug 9, 2023

Fix it in DSS1.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants