You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/11/11 09:26:09 UTC

[GitHub] [inlong] haifxu opened a new issue, #6516: [Bug][Manager] NPE is thrown when startup stream sort

haifxu opened a new issue, #6516:
URL: https://github.com/apache/inlong/issues/6516

   ### What happened
   
   error log:
   
   ```
   java.lang.NullPointerException: null
           at org.apache.inlong.manager.plugin.listener.StartupStreamListener.listen(StartupStreamListener.java:100) ~[manager-plugins-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.workflow.event.LogableEventListener.executeListenerWithLog(LogableEventListener.java:78) ~[manager-workflow-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.workflow.event.LogableEventListener.listen(LogableEventListener.java:59) ~[manager-workflow-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.workflow.event.task.TaskEventNotifier.notify(TaskEventNotifier.java:56) ~[manager-workflow-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.workflow.processor.ServiceTaskProcessor.complete(ServiceTaskProcessor.java:115) ~[manager-workflow-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.workflow.core.impl.ProcessorExecutorImpl.executeComplete(ProcessorExecutorImpl.java:97) ~[manager-workflow-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.workflow.core.impl.ProcessorExecutorImpl.executeStart(ProcessorExecutorImpl.java:90) ~[manager-workflow-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.workflow.core.impl.ProcessorExecutorImpl.executeComplete(ProcessorExecutorImpl.java:102) ~[manager-workflow-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.workflow.core.impl.ProcessorExecutorImpl.executeStart(ProcessorExecutorImpl.java:90) ~[manager-workflow-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.workflow.core.impl.ProcessorExecutorImpl.executeComplete(ProcessorExecutorImpl.java:102) ~[manager-workflow-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.workflow.core.impl.ProcessorExecutorImpl.executeStart(ProcessorExecutorImpl.java:90) ~[manager-workflow-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.workflow.core.impl.ProcessorExecutorImpl.executeComplete(ProcessorExecutorImpl.java:102) ~[manager-workflow-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.workflow.core.impl.ProcessorExecutorImpl.executeStart(ProcessorExecutorImpl.java:90) ~[manager-workflow-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.workflow.core.impl.ProcessServiceImpl.start(ProcessServiceImpl.java:62) ~[manager-workflow-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.service.workflow.WorkflowServiceImpl.start(WorkflowServiceImpl.java:89) ~[manager-service-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at org.apache.inlong.manager.service.listener.queue.QueueResourceListener.lambda$createQueueForStreams$0(QueueResourceListener.java:147) ~[manager-service-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
           at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604) ~[?:1.8.0_312]
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_312]
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_312]
           at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_312]
   ```
   
   ### What you expected to happen
   
   Fix this bug.
   
   ### How to reproduce
   
   Startup stream sort.
   
   ### 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
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: dev-unsubscribe@inlong.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] gosonzhang commented on issue #6516: [Bug][Manager] NPE is thrown when startup stream sort

Posted by GitBox <gi...@apache.org>.
gosonzhang commented on issue #6516:
URL: https://github.com/apache/inlong/issues/6516#issuecomment-1324548880

   Thanks @fuweng11 


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] fuweng11 commented on issue #6516: [Bug][Manager] NPE is thrown when startup stream sort

Posted by GitBox <gi...@apache.org>.
fuweng11 commented on issue #6516:
URL: https://github.com/apache/inlong/issues/6516#issuecomment-1324476155

   I will deal with this problem!


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] gosonzhang closed issue #6516: [Bug][Manager] NPE is thrown when startup the Sort task in the InlongStream workflow

Posted by GitBox <gi...@apache.org>.
gosonzhang closed issue #6516: [Bug][Manager] NPE is thrown when startup the Sort task in the InlongStream workflow
URL: https://github.com/apache/inlong/issues/6516


-- 
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: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] gosonzhang commented on issue #6516: [Bug][Manager] NPE is thrown when startup stream sort

Posted by GitBox <gi...@apache.org>.
gosonzhang commented on issue #6516:
URL: https://github.com/apache/inlong/issues/6516#issuecomment-1323784616

   Thanks @haifxu, I got it!


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org