ZhuQianLi opened a new issue, #5290: URL: https://github.com/apache/shenyu/issues/5290
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ``` 2023-11-09 17:56:51 [shenyu-netty-kqueue-5] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign selector match success from default strategy 2023-11-09 17:56:51 [shenyu-netty-kqueue-5] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign selector success match , selector name :test-selector 2023-11-09 17:56:51 [shenyu-netty-kqueue-5] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign rule success match , rule name :default ``` ### Expected Behavior ``` 2023-11-09 17:58:07 [shenyu-netty-kqueue-2] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign selector match success from default strategy 2023-11-09 17:58:07 [shenyu-netty-kqueue-2] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign selector success match , selector name :test-selector 2023-11-09 17:58:07 [shenyu-netty-kqueue-2] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign rule match path from default strategy 2023-11-09 17:58:07 [shenyu-netty-kqueue-2] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign rule success match , rule name :test-rule ``` ### Steps To Reproduce   ``` 2023-11-09 17:51:33 [shenyu-netty-kqueue-4] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign selector match success from default strategy 2023-11-09 17:51:33 [shenyu-netty-kqueue-4] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign selector success match , selector name :default 2023-11-09 17:51:33 [shenyu-netty-kqueue-4] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign rule match path from default strategy 2023-11-09 17:51:33 [shenyu-netty-kqueue-4] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign rule success match , rule name :default ``` ### 1. add a selector and rule,request  ``` 2023-11-09 17:56:51 [shenyu-netty-kqueue-5] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign selector match success from default strategy 2023-11-09 17:56:51 [shenyu-netty-kqueue-5] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign selector success match , selector name :test-selector 2023-11-09 17:56:51 [shenyu-netty-kqueue-5] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign rule success match , rule name :default ``` ### 2. restart shenyu,request ``` 2023-11-09 17:58:07 [shenyu-netty-kqueue-2] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign selector match success from default strategy 2023-11-09 17:58:07 [shenyu-netty-kqueue-2] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign selector success match , selector name :test-selector 2023-11-09 17:58:07 [shenyu-netty-kqueue-2] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign rule match path from default strategy 2023-11-09 17:58:07 [shenyu-netty-kqueue-2] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - sign rule success match , rule name :test-rule ``` ### Environment ```markdown ShenYu version(s): 2.6.0 ``` ### Debug logs _No response_ ### Anything else? _No response_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
