fuweng11 opened a new pull request, #6606:
URL: https://github.com/apache/inlong/pull/6606
### Prepare a Pull Request
- Fixes #6516
### Motivation
This NPE is because the sort task has been started on the stream workflow.
However, the process of starting Sort tasks has been initiated in `{@link
StartupSortListener}` and sort tasks are only associated with InlongGroup, so
it is unnecessary to start Sort tasks for InlongStream, this is a meaningless
repetitive operation.
### Modifications
Skip starting sort in stream workflow
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]