aratno commented on code in PR #3706:
URL: https://github.com/apache/cassandra/pull/3706#discussion_r1854759039


##########
src/java/org/apache/cassandra/auth/CassandraRoleManager.java:
##########
@@ -301,6 +306,7 @@ public void dropRole(AuthenticatedUser performer, 
RoleResource role) throws Requ
                 consistencyForRoleWrite(role.getRoleName()));
         removeAllMembers(role.getRoleName());
         removeAllIdentitiesOfRole(role.getRoleName());
+        disconnect(role);

Review Comment:
   I think I'll remove ALTER-coordinator disconnects here, seems better to have 
all disconnects happen on the jitter schedule (particularly for smaller 
clusters)



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to