Description
Hi team
We had a stable setup with Kubernetes version 0.14.0.2, but after upgrading to version 0.15.0, some components failed. So, we performed a full reinstallation of the chart back to version 0.14.0.2.
Now we are encountering an issue we didn’t have before: when adding or removing members from groups, the UI indicates that the action was successful, but after refreshing the UI, the user appears again.
Same issue with the add option, we add the new user and the UI indicates that the action was successful.
But just two hours later, the status of the added user was updated, but not the deleted user.
We are executing this with a user that has root permissions.
I am attaching some pod logs.
│ 2025-03-25 14:02:15,881 [Thread-1617529] INFO c.datahub.graphql.GraphQLController:137 - Executing operation removeGroupMembers for qtp1568059495-1613557 │
│ 2025-03-25 14:02:15,891 [Thread-1617529] INFO c.datahub.graphql.GraphQLController:160 - Executed operation removeGroupMembers in 9 ms │
│ 2025-03-25 14:02:15,892 [Thread-1617529] INFO c.datahub.graphql.GraphQLController:165 - Operation removeGroupMembers execution result size: 52 │
│ 2025-03-25 14:02:18,101 [qtp1568059495-1617359] INFO i.d.metadata.context.RequestContext:52 - RequestContext{actorUrn='urn:li:corpuser:datahub', sourceIP='10.216.112.78,10.222.134.139', req │
│ 2025-03-25 14:02:18,102 [qtp1568059495-1613557] INFO i.d.metadata.context.RequestContext:52 - RequestContext{actorUrn='urn:li:corpuser:datahub', sourceIP='10.216.112.78,10.222.134.139', req │
│ 2025-03-25 14:02:18,117 [Thread-1617537] INFO c.datahub.graphql.GraphQLController:137 - Executing operation getAllGroupMembers for qtp1568059495-1613557 │
│ 2025-03-25 14:02:18,118 [Thread-1617538] INFO c.datahub.graphql.GraphQLController:137 - Executing operation getGroup for qtp1568059495-1617359 │
│ 2025-03-25 14:02:18,122 [Thread-1617537] INFO c.l.d.g.i.DataHubFieldComplexityCalculator:38 - Query complexity for query: corpGroup is 22 │
│ 2025-03-25 14:02:18,132 [Thread-1617538] INFO c.l.d.g.i.DataHubFieldComplexityCalculator:38 - Query complexity for query: corpGroup is 290 │
│ 2025-03-25 14:02:18,137 [Thread-1617543] WARN c.l.d.g.r.e.EntityPrivilegesResolver:57 - Tried to get entity privileges for entity type corpGroup. Adding common privileges only. │
│ 2025-03-25 14:02:18,171 [Thread-1617537] INFO c.datahub.graphql.GraphQLController:160 - Executed operation getAllGroupMembers in 53 ms │
│ 2025-03-25 14:02:18,172 [Thread-1617537] INFO c.datahub.graphql.GraphQLController:165 - Operation getAllGroupMembers execution result size: 4790 │
│ 2025-03-25 14:02:18,177 [Thread-1617538] INFO c.datahub.graphql.GraphQLController:160 - Executed operation getGroup in 57 ms │
│ 2025-03-25 14:02:18,178 [Thread-1617538] INFO c.datahub.graphql.GraphQLController:165 - Operation getGroup execution result size: 7527
Could you help us?