wuqke opened a new issue #2219: Dubbo Server 老是会调用DubboShutdownHook 自动关闭
URL: https://github.com/apache/incubator-dubbo/issues/2219
 
 
   ### Environment
   * zookeeper 3.4.6
   * Dubbo version: 2.6.2
   * Operating System version: ubuntu 16.04 (64bit)
   * Java version: OpenJDK Runtime Environment (IcedTea 2.6.4) (7u95-2.6.4-3)
   
   ### Step to reproduce this issue
   
   1. mvn 打包 provider 代码
   2. java -jar -Ddubbo.application.logger=slf4j xxx.jar &
   3. 启动Main类方法调用:com.alibaba.dubbo.containerMain.main(args);
   
   
   ### Expected Result
   
   What do you expected from the above steps?
   实际运行正常。服务提供稳定。
   
   
   ### Actual Result
   
   What is actually happen?
   dubbo 服务启动后过一段时间后老是会**调用DubboShutdownHook 自动关闭**。
   
   ```
   2018-08-05 15:34:28.706 [DubboShutdownHook] INFO  
com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Run shutdown hook now., 
dubbo version: 2.5.6, current host: 172.27.0.5
   2018-08-05 15:34:28.707 [DubboShutdownHook] INFO  
c.a.dubbo.registry.support.AbstractRegistryFactory -  [DUBBO] Close all 
registries 
[zookeeper://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wuqke_provider&dubbo=2.5.6&interface=com.alibaba.dubbo.registry.RegistryService&logger=slf4j&pid=20412&timestamp=1533442423057],
 dubbo version: 2.5.6, current host: 172.27.0.5
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to