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 2021/07/31 05:36:53 UTC

[GitHub] [dubbo] pinxiong opened a new issue #8381: Ignore all NacosException

pinxiong opened a new issue #8381:
URL: https://github.com/apache/dubbo/issues/8381


   - [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   - [x] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 3.0
   * Operating System version: Mac OS
   * Java version: 1.8
   
   ### Steps to reproduce this issue
   
   There are any problems when nacos occurred
   
   ### Expected Result
   
   Throw the exception
   
   ### Actual Result
   
   Ignore all exceptions
   
   ```java
   private void execute(NamingServiceCallback callback) {
       try {
           callback.callback(namingService);
       } catch (NacosException e) {
           // don't throw any exception
           if (logger.isErrorEnabled()) {
               logger.error(e.getErrMsg(), e);
           }
       }
   }
   ```
   


-- 
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


[GitHub] [dubbo] pinxiong closed issue #8381: Ignore all NacosException

Posted by GitBox <gi...@apache.org>.
pinxiong closed issue #8381:
URL: https://github.com/apache/dubbo/issues/8381


   


-- 
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