[
https://issues.apache.org/jira/browse/KYLIN-4714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17183727#comment-17183727
]
ASF GitHub Bot commented on KYLIN-4714:
---------------------------------------
coveralls edited a comment on pull request #1370:
URL: https://github.com/apache/kylin/pull/1370#issuecomment-679130583
## Pull Request Test Coverage Report for [Build
6286](https://coveralls.io/builds/32974748)
* **0** of **2** **(0.0%)** changed or added relevant lines in **1** file
are covered.
* **3** unchanged lines in **2** files lost coverage.
* Overall coverage increased (+**0.007%**) to **28.065%**
---
| Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
| :-----|--------------|--------|---: |
|
[server-base/src/main/java/org/apache/kylin/rest/service/AclService.java](https://coveralls.io/builds/32974748/source?filename=server-base%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Frest%2Fservice%2FAclService.java#L309)
| 0 | 2 | 0.0%
<!-- | **Total:** | **0** | **2** | **0.0%** | -->
| Files with Coverage Reduction | New Missed Lines | % |
| :-----|--------------|--: |
|
[tool/src/main/java/org/apache/kylin/tool/query/ProbabilityGenerator.java](https://coveralls.io/builds/32974748/source?filename=tool%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Ftool%2Fquery%2FProbabilityGenerator.java#L42)
| 1 | 81.58% |
|
[stream-core/src/main/java/org/apache/kylin/stream/core/storage/columnar/ColumnarStoreCache.java](https://coveralls.io/builds/32974748/source?filename=stream-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstream%2Fcore%2Fstorage%2Fcolumnar%2FColumnarStoreCache.java#L80)
| 2 | 57.95% |
<!-- | **Total:** | **3** | | -->
| Totals | [](https://coveralls.io/builds/32974748)
|
| :-- | --: |
| Change from base [Build 6276](https://coveralls.io/builds/32939506): |
0.007% |
| Covered Lines: | 26251 |
| Relevant Lines: | 93538 |
---
##### 💛 - [Coveralls](https://coveralls.io)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> Failed to revoke role access of the project
> -------------------------------------------
>
> Key: KYLIN-4714
> URL: https://issues.apache.org/jira/browse/KYLIN-4714
> Project: Kylin
> Issue Type: Improvement
> Components: Security
> Affects Versions: v3.1.0
> Reporter: Guangxu Cheng
> Assignee: Guangxu Cheng
> Priority: Major
> Attachments: image-2020-08-24-17-42-21-218.png
>
>
> When I continuously grant and revoke permissions for multiple users, I often
> can't get the desired results.
> For examples, there is a Project A,
> 1. grant user 'A'
> 2. grant user 'B'
> 3. revoke user 'A'
> 4. revoke user 'B'
> Now, when I revoke user 'B', there will throw an exception.
> !image-2020-08-24-17-42-21-218.png|width=309,height=200!
> The reason for this problem is that after revoke or grant, the sequence
> number of the returned result is incorrect.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)