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

[GitHub] [dubbo] tang-bf commented on issue #11049: 想要通过SimpleApplicationEventMulticaster自定义线程池提高export 启动速度

tang-bf commented on issue #11049:
URL: https://github.com/apache/dubbo/issues/11049#issuecomment-1330320299

   如果再同时设置delay,会导致getDeployment().getRegistry() 抛出NPE。报错信息如下:
   Exception in thread "DelayExportServiceThread" java.lang.NullPointerException
           at com.alibaba.dubbo.rpc.protocol.rest.BaseRestServer.deploy(BaseRestServer.java:55)
           at com.alibaba.dubbo.rpc.protocol.rest.RestProtocol.doExport(RestProtocol.java:116)
           at com.alibaba.dubbo.rpc.protocol.AbstractProxyProtocol.export(AbstractProxyProtocol.java:69)
           at com.alibaba.dubbo.rpc.protocol.ProtocolListenerWrapper.export(ProtocolListenerWrapper.java:56)
           at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper.export(ProtocolFilterWrapper.java:55)
           at com.alibaba.dubbo.rpc.Protocol$Adpative.export(Protocol$Adpative.java)
           at com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:495)
           at com.alibaba.dubbo.config.ServiceConfig.doExportUrls(ServiceConfig.java:285)
           at com.alibaba.dubbo.config.ServiceConfig.doExport(ServiceConfig.java:246)
           at com.alibaba.dubbo.config.ServiceConfig$1.run(ServiceConfig.java:138)


-- 
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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org