We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
方案:
1)executor端检测:jobLog超过512000个字符,则会截断返回512000个字符的日志 2)console端检测:jobLog超过1MB大小,不显示全部,而返回错误信息“Not display the log as the length is out of max length”
The text was updated successfully, but these errors were encountered:
#489 job log大小最大不超过1MB
03b7c20
#489 job log长度限制改为800K
a082f76
#489 change the max job log length to 800K in console, and also add m…
6b643ad
…ore log
#489 console 允许读取的job log为1MB大小,而execuctor上报的最大长度为512000个字符
343acfa
#489 console 允许读取的job log size大小可配置(MAX_ZNODE_DATA_LENGTH)
1a83bb6
kfchu
No branches or pull requests
方案:
1)executor端检测:jobLog超过512000个字符,则会截断返回512000个字符的日志
2)console端检测:jobLog超过1MB大小,不显示全部,而返回错误信息“Not display the log as the length is out of max length”
The text was updated successfully, but these errors were encountered: