Skip to content

Commit

Permalink
Fixed the inaccurate number of current connections caused by the abno…
Browse files Browse the repository at this point in the history
…rmal shutdown of the client. (apache#25579)
  • Loading branch information
jiangML authored May 15, 2023
1 parent 9d82cc0 commit a30279c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ advisors:
pointcuts:
- name: processException
type: method
- target: org.apache.shardingsphere.proxy.frontend.netty.FrontendChannelInboundHandler
- target: org.apache.shardingsphere.proxy.frontend.netty.FrontendChannelLimitationInboundHandler
advice: org.apache.shardingsphere.agent.plugin.metrics.core.advice.proxy.CurrentConnectionsCountAdvice
pointcuts:
- name: channelActive
Expand Down

0 comments on commit a30279c

Please sign in to comment.