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.66k stars 520 forks source link

chore(server): mark old raft configs as deprecated #2661

Closed shirleyStorage closed 2 months ago

shirleyStorage commented 2 months ago

Purpose of the PR

Main Changes

Place the raft configurations at the bottom of the properties file and mark it as being deprecated.

Verifying these changes

Does this PR potentially affect the following parts?

Documentation Status

shirleyStorage commented 2 months ago

@imbajin PTAL~ This PR is related to "Mark raft-mode configs as legacy (put them on the bottom - properties)" of https://github.com/apache/incubator-hugegraph/issues/2575

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 38.42%. Comparing base (a529c02) to head (84b3caf). Report is 1 commits behind head on master.

:exclamation: There is a different number of reports uploaded between BASE (a529c02) and HEAD (84b3caf). Click for more details.

HEAD has 5 uploads less than BASE | Flag | BASE (a529c02) | HEAD (84b3caf) | |------|------|------| ||7|2|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2661 +/- ## ============================================ - Coverage 47.60% 38.42% -9.19% + Complexity 820 632 -188 ============================================ Files 718 718 Lines 58469 58469 Branches 7496 7496 ============================================ - Hits 27835 22467 -5368 - Misses 27854 33596 +5742 + Partials 2780 2406 -374 ```

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