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] Create group resource faild after approving one inlong group #3089

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

[Bug][Manager] Create group resource faild after approving one inlong group #3089

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

Comments

@healchow
Copy link
Member

What happened

After approving one inlong group, there was some error:

2022-03-12 20:32:59.522 [async-process-event-notifier-1] ERROR o.a.i.manager.workflow.event.LogableEventListener:90 - listener exception:{"id":null,"processId":14,"processName":"CREATE_GROUP_RESOURCE","processDisplayName":"Group-Resource","inlongGroupId":"b_b_poco_hive4","taskId":28,"elementName":"initSort","elementDisplayName":"Group-InitSort","eventType":"TaskEvent","event":"CREATE","listener":"CreateSortConfigListener","startTime":1647088379504,"endTime":null,"status":-1,"async":0,"ip":"9.135.20.25","remark":null,"exception":null}
java.lang.NullPointerException: null
        at org.apache.inlong.manager.service.CommonOperateService.getPulsarClusterInfo(CommonOperateService.java:178)
        at org.apache.inlong.manager.service.CommonOperateService.createDataFlow(CommonOperateService.java:244)
        at org.apache.inlong.manager.service.thirdparty.sort.CreateSortConfigListener.lambda$listen$0(CreateSortConfigListener.java:94)
        at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
        at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
        at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
        at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
        at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
        at org.apache.inlong.manager.service.thirdparty.sort.CreateSortConfigListener.listen(CreateSortConfigListener.java:97)
        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)
        at java.util.ArrayList.forEach(ArrayList.java:1257)
        at org.apache.inlong.manager.workflow.event.task.TaskEventNotifier.notify(TaskEventNotifier.java:66)
        at org.apache.inlong.manager.workflow.processor.ServiceTaskProcessor.create(ServiceTaskProcessor.java:75)
        at org.apache.inlong.manager.workflow.processor.ServiceTaskProcessor.create(ServiceTaskProcessor.java:46)
        at org.apache.inlong.manager.workflow.core.impl.ProcessorExecutorImpl.executeStart(ProcessorExecutorImpl.java:99)
        at org.apache.inlong.manager.workflow.core.impl.ProcessorExecutorImpl.lambda$executeComplete$1(ProcessorExecutorImpl.java:123)
        at java.util.ArrayList.forEach(ArrayList.java:1257)

What you expected to happen

No error happens.

How to reproduce

Just need to approve one inlong group.

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
Development

Successfully merging a pull request may close this issue.

1 participant