perf(auth): validate user through cache to avoid duplicate hash calculation by imbajin · Pull Request #1460 · apache/hugegraph
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 583
Merged
perf(auth): validate user through cache to avoid duplicate hash calculation#1460
perf(auth): validate user through cache to avoid duplicate hash calculation#1460
Conversation
Copy link
Codecov Report
Merging #1460 (b167190) into master (de81038) will increase coverage by
2.48%.
The diff coverage is80.00%.
@@ Coverage Diff @@ ## master #1460 +/- ## ============================================ + Coverage 59.68% 62.17% +2.48% - Complexity 5715 5862 +147 ============================================ Files 381 381 Lines 32139 32198 +59 Branches 4504 4510 +6 ============================================ + Hits 19183 20019 +836 + Misses 10968 10122 -846 - Partials 1988 2057 +69
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update de81038...b167190. Read the comment docs.
javeme requested changes May 20, 2021
hugegraph-core/src/main/java/com/baidu/hugegraph/auth/StandardAuthManager.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/auth/StandardAuthManager.java Outdated Show resolved Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/auth/StandardAuthManager.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/auth/StandardAuthManager.java Outdated Show resolved Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/auth/StandardAuthManager.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/auth/StandardAuthManager.java Outdated Show resolved Hide resolved
javeme approved these changes May 20, 2021
javeme
changed the title
refact: cache validate info to avoid duplicate hash calculation
perf(auth): validate user through cache to avoid duplicate hash calculation
Linary approved these changes May 20, 2021
zhoney approved these changes May 20, 2021
zhoney
merged commit
0fa8cf9
into
master
zhoney
deleted the
enhance-auth-hash-perf
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment