Caideyipi commented on code in PR #13158:
URL: https://github.com/apache/iotdb/pull/13158#discussion_r1753050582
##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/persistence/AuthorInfo.java:
##########
@@ -311,9 +273,84 @@ public TSStatus authorNonQuery(AuthorPlan authorPlan) {
}
} catch (AuthException e) {
return RpcUtils.getStatus(e.getCode(), e.getMessage());
- } finally {
- authorizer.setUserForPreVersion(false);
- authorizer.setRoleForPreVersion(false);
+ }
+ return RpcUtils.getStatus(TSStatusCode.SUCCESS_STATUS);
+ }
+
+ public TSStatus authorNonQuery(AuthorRelationalPlan authorPlan) {
Review Comment:
Don't we not support update password here?
--
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]