mklaca commented on a change in pull request #76:
URL: https://github.com/apache/qpid-broker-j/pull/76#discussion_r595120052
##########
File path:
broker-core/src/main/java/org/apache/qpid/server/transport/AMQPConnection.java
##########
@@ -148,10 +147,7 @@ void registerTransactionTickers(ServerTransaction
serverTransaction,
@Override
AmqpPort<?> getPort();
- void registered(ConnectionPrincipalStatistics
connectionPrincipalStatistics);
-
- int getAuthenticatedPrincipalConnectionCount();
-
- int getAuthenticatedPrincipalConnectionFrequency();
+ void addConnectionSlot(NamedAddressSpace addressSpace, String userId);
Review comment:
If some DeleteTask throws an exception then subsequent DeleteTasks are
not executed. Hence, a new DeleteTask will not ensure that slot is always
released and can not be used to free connection slot.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]