You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/02/28 01:58:42 UTC

[GitHub] [incubator-shardingsphere] nevereverever edited a comment on issue #4499: sharding-proxy CPU load too high

nevereverever edited a comment on issue #4499: sharding-proxy CPU load too high
URL: https://github.com/apache/incubator-shardingsphere/issues/4499#issuecomment-592272502
 
 
   ExtractorUtils.isMatchedNode() is called too many times,too.
   And this's one reason.
   
   ```java
   private static boolean isMatchedNode(final ParserRuleContext node, final RuleName ruleName) {
           return ruleName.getName().equals(node.getClass().getSimpleName());
       }
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services