neuyilan opened a new pull request, #23852:
URL: https://github.com/apache/doris/pull/23852

   If there 3 above fe nodes,
   the following opeartions will cause all FE nodes down.
   
   
   DROP USER revoke_test_user
   DROP ROLE revoke_test_role
   DROP DATABASE IF EXISTS revoke_test_db
   CREATE DATABASE revoke_test_db
   CREATE ROLE revoke_test_role
   CREATE USER revoke_test_user IDENTIFIED BY 'revoke_test_pwd'
   GRANT SELECT_PRIV ON revoke_test_db.* TO ROLE 'revoke_test_role'
   GRANT 'revoke_test_role' TO revoke_test_user
   SHOW GRANTS FOR revoke_test_user 
   REVOKE 'revoke_test_role' from revoke_test_user
   SHOW GRANTS FOR revoke_test_user 
   DROP USER revoke_test_user
   DROP ROLE revoke_test_role
   DROP DATABASE revoke_test_db
   


-- 
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-unsubscr...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to