You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "healchow (via GitHub)" <gi...@apache.org> on 2023/04/21 03:58:04 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #7884: [INLONG-7883][Manager] Invalidate user session when deleting user

healchow commented on code in PR #7884:
URL: https://github.com/apache/inlong/pull/7884#discussion_r1173279504


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/user/UserServiceImpl.java:
##########
@@ -460,4 +466,28 @@ public void removeInChargeForConsume(String user, String operator) {
         }
     }
 
+    public void removeUserFromSession(Integer userId, String operator) {

Review Comment:
   In the scenario of a single Manager service, this modification takes effect.
   However, when multiple Manager services are deployed, this modification cannot take effect globally.
   
   Approve first.



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org