glynnwei commented on issue #14164:
URL: https://github.com/apache/dubbo/issues/14164#issuecomment-2135271665

   class: EtcdMetadataReport
   fix code: 
   ```
   @Override
   public boolean registerServiceAppMapping(String key, String group, String 
content, Object ticket) {
       String appKey = toRootDir() + "mapping-data" + PATH_SEPARATOR + key + 
PATH_SEPARATOR + group;
       if (!etcdClient.put(appKey, content)) {
           logger.error("Failed to put service app mapping to etcd, 
key(appKey): " + appKey + ", value(appName): " + content);
           return false;
       }
       return true;
   }
   ```


-- 
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-unsubscr...@dubbo.apache.org

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


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

Reply via email to