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.58k stars 512 forks source link

fix(server): starting error of hgServer #2419

Closed Pengzna closed 5 months ago

Pengzna commented 5 months ago
  1. When starting hugegrpah-server in idea, we will encounter an error: java.lang.ClassNotFoundException: io.grpc.stub.AbstractBlockingStub. We should remove the <scope> line in pom to avoid that.

  2. Add dependency support for arm-architecture machine

codecov[bot] commented 5 months ago

Codecov Report

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

:exclamation: No coverage uploaded for pull request base (pd-store@12ff915). Click here to learn what that means.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## pd-store #2419 +/- ## ========================================== Coverage ? 2.60% Complexity ? 230 ========================================== Files ? 696 Lines ? 55766 Branches ? 7036 ========================================== Hits ? 1453 Misses ? 54190 Partials ? 123 ```

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