nic-6443 commented on code in PR #13467:
URL: https://github.com/apache/apisix/pull/13467#discussion_r3354334087


##########
apisix/plugins/limit-conn/util.lua:
##########
@@ -102,6 +102,11 @@ function _M.incoming(self, red, key, commit)
         conn = res[2]
 
         if allowed == 0 then
+            core.log.warn("limit-conn: connection limit (", max, ") reached; 
note that ",

Review Comment:
   agree, this warning log is printed repeatedly when the flow limiting 
threshold is exceeded.



##########
apisix/plugins/limit-conn/util.lua:
##########
@@ -102,6 +102,11 @@ function _M.incoming(self, red, key, commit)
         conn = res[2]
 
         if allowed == 0 then
+            core.log.warn("limit-conn: connection limit (", max, ") reached; 
note that ",

Review Comment:
   agree, this warning log is printed repeatedly when the connection limiting 
threshold is exceeded.



-- 
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