ChugR opened a new pull request #571: DISPATCH-1422: Create global policy denial count URL: https://github.com/apache/qpid-dispatch/pull/571 Policy status creates two global counts that get aggregated for all links and connections: * linksDenied - sum of all vhost sender and receiver denials * totalDenials - sum of linksDenied, connectionsDenied, and sessionsDenied Implementation adds locks around changing shared static and generating statistic reports for management. Self test is added on to the PolicyVhostOverride as that test puts its statistics into a known vhost. Otherwise stats could go into system-specific vhosts like '0.0.0.0', '::0', 'localhost', etc. adding unneeded complexity to the analysis.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
