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

job内部存在数值转化异常时,会导致job无法正常失败 #3572

Open
smallblack-xh opened this issue Nov 18, 2024 · 0 comments
Open

Comments

@smallblack-xh
Copy link

smallblack-xh commented Nov 18, 2024

image image image ![image](https://github.com/user-attachments/assets/91c737b0-0cbb-4c12-9615-6d2434cd8d3f)

如果执行任务的过程中涉及到数值转化之类的异常,直接抛出交由xxljob处理时,因为xxljob直接对错误的堆栈进行读写,然后以字符串的形式进行存储。后续处理结果时通过该数据进行序列化时会因为存在转义符导致异常从而无法结束任务。

这里是否需要针对异常堆栈信息做一次序列化?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant