This is an automated email from the ASF dual-hosted git repository.

liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e90930a33 feat: Add more friendly prompt information to facilitate 
debugging (#6157)
5e90930a33 is described below

commit 5e90930a33ffc0644aa7d822bd1460df7a928cec
Author: shown <[email protected]>
AuthorDate: Sun Sep 14 21:45:52 2025 +0800

    feat: Add more friendly prompt information to facilitate debugging (#6157)
    
    Signed-off-by: yuluo-yx <[email protected]>
---
 .../admin/service/register/AbstractShenyuClientRegisterServiceImpl.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/shenyu-admin/src/main/java/org/apache/shenyu/admin/service/register/AbstractShenyuClientRegisterServiceImpl.java
 
b/shenyu-admin/src/main/java/org/apache/shenyu/admin/service/register/AbstractShenyuClientRegisterServiceImpl.java
index 73bd76a2ec..cda2bbbc18 100644
--- 
a/shenyu-admin/src/main/java/org/apache/shenyu/admin/service/register/AbstractShenyuClientRegisterServiceImpl.java
+++ 
b/shenyu-admin/src/main/java/org/apache/shenyu/admin/service/register/AbstractShenyuClientRegisterServiceImpl.java
@@ -193,7 +193,7 @@ public abstract class 
AbstractShenyuClientRegisterServiceImpl extends FallbackSh
         String pluginName = PluginNameAdapter.rpcTypeAdapter(rpcType());
         SelectorDO selectorDO = 
selectorService.findByNameAndPluginNameAndNamespaceId(selectorName, pluginName, 
namespaceId);
         if (Objects.isNull(selectorDO)) {
-            throw new ShenyuException("doRegister Failed to execute, wait to 
retry.");
+            throw new ShenyuException("doRegister Failed to execute, because 
selectorDO object is null, wait to retry.");
         }
         this.checkNamespacePluginRel(namespaceId, pluginName);
         // fetch UPSTREAM_MAP data from db

Reply via email to