You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Zhong Yanghong (Jira)" <ji...@apache.org> on 2020/08/14 07:54:00 UTC

[jira] [Created] (KYLIN-4697) User info update logic is not correct

Zhong Yanghong created KYLIN-4697:
-------------------------------------

             Summary: User info update logic is not correct
                 Key: KYLIN-4697
                 URL: https://issues.apache.org/jira/browse/KYLIN-4697
             Project: Kylin
          Issue Type: Bug
            Reporter: Zhong Yanghong
            Assignee: Zhong Yanghong


There are currently 3 main issues:
* In KylinUserGroupService.init(), the following code is not correct:
{code}
store.checkAndPutResource(PATH, userGroup, USER_GROUP_SERIALIZER);
{code}
* The logic for KylinAuthenticationProvider.needUpdateUser() is not correct due to not considering ALL_USERS
* The logic of updateUser in KylinUserService & KylinUserManager is not correct due to not following copy on write. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)