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][Manager] Push sort config failed as the mqExtInfo is null in workflow form #3053

Closed
2 tasks done
healchow opened this issue Mar 10, 2022 · 0 comments · Fixed by #3057
Closed
2 tasks done

[Bug][Manager] Push sort config failed as the mqExtInfo is null in workflow form #3053

healchow opened this issue Mar 10, 2022 · 0 comments · Fixed by #3057
Assignees
Labels
Milestone

Comments

@healchow
Copy link
Member

What happened

Push sort config failed as the mqExtInfo is null in workflow form.

What you expected to happen

Error log:

2022-03-11 01:19:36.586 [http-nio-8083-exec-10] ERROR o.a.i.manager.workflow.event.LogableEventListener:90 - listener exception:{"id":null,"processId":70,"processName":"CREATE_STREAM_RESOURCE","processDisplayName":"Stream-Resource","inlongGroupId":"b_test_group","taskId":119,"elementName":"pushSortConfig","elementDisplayName":"Stream-PushSortConfig","eventType":"TaskEvent","event":"COMPLETE","listener":"PushSortConfigListener","startTime":1646932694164,"endTime":null,"status":-1,"async":0,"ip":"10.160.139.123","remark":null,"exception":null}
java.lang.NullPointerException: null
        at org.apache.inlong.manager.service.thirdparty.sort.util.SourceInfoUtils.createPulsarSourceInfo(SourceInfoUtils.java:93)
        at org.apache.inlong.manager.service.thirdparty.sort.util.SourceInfoUtils.createSourceInfo(SourceInfoUtils.java:72)
        at org.apache.inlong.manager.service.CommonOperateService.createDataFlow(CommonOperateService.java:245)
        at org.apache.inlong.manager.service.thirdparty.sort.PushSortConfigListener.listen(PushSortConfigListener.java:109)
        at org.apache.inlong.manager.workflow.event.LogableEventListener.executeListenerWithLog(LogableEventListener.java:81)
        at org.apache.inlong.manager.workflow.event.LogableEventListener.listen(LogableEventListener.java:59)
        at org.apache.inlong.manager.workflow.event.task.TaskEventNotifier.lambda$syncLogableNotify$3(TaskEventNotifier.java:106)

How to reproduce

Push sort config to ZooKeeper.

Environment

No response

InLong version

master

InLong Component

InLong Manager

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

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