damonxue opened a new pull request, #4342:
URL: https://github.com/apache/shenyu/pull/4342

   he previous version did not record historical access and could not be used 
as the least active upstream node.
   ```java
   countMap.keySet().forEach(key -> {
              // Affect each times, domains in the countMap with only the most 
frequently visited or none
               if (!domainList.keySet().contains(key)) {
                   countMap.remove(key);
               }
           });
   ```
   
   Make sure that:
   
   - [ ] You have read the [contribution 
guidelines](https://shenyu.apache.org/community/contributor-guide).
   - [ ] You submit test cases (unit or integration tests) that back your 
changes.
   - [ ] Your local test passed `./mvnw clean install 
-Dmaven.javadoc.skip=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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to