apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.63k stars 517 forks source link

refact(server): enhance the storage path in RocksDB & clean code #2491

Closed imbajin closed 6 months ago

imbajin commented 6 months ago

Purpose of the PR

Main Changes

Verifying these changes

Does this PR potentially affect the following parts?

Documentation Status

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 65.47619% with 29 lines in your changes are missing coverage. Please review.

Project coverage is 66.27%. Comparing base (277f76e) to head (30fc04a).

Files Patch % Lines
...apache/hugegraph/security/HugeSecurityManager.java 63.88% 4 Missing and 9 partials :warning:
...ain/java/org/apache/hugegraph/util/Reflection.java 41.17% 9 Missing and 1 partial :warning:
...che/hugegraph/api/filter/AuthenticationFilter.java 0.00% 3 Missing :warning:
...rg/apache/hugegraph/auth/HugeFactoryAuthProxy.java 88.46% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2491 +/- ## ========================================== Coverage 66.26% 66.27% - Complexity 827 982 +155 ========================================== Files 511 511 Lines 42631 42649 +18 Branches 5948 5942 -6 ========================================== + Hits 28251 28267 +16 - Misses 11557 11571 +14 + Partials 2823 2811 -12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.