Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix start RpcServer NPE #1921

Merged
merged 2 commits into from
Jul 9, 2022
Merged

Conversation

JackyYangPassion
Copy link
Contributor

@JackyYangPassion JackyYangPassion commented Jul 6, 2022

fix: #1920
relate: #1527

@JackyYangPassion JackyYangPassion changed the title Fix rpcserver npe Fix start RpcServer NPE Jul 6, 2022
@codecov
Copy link

codecov bot commented Jul 6, 2022

Codecov Report

Merging #1921 (63476a2) into master (70cf9d0) will increase coverage by 0.06%.
The diff coverage is 25.00%.

@@             Coverage Diff              @@
##             master    #1921      +/-   ##
============================================
+ Coverage     70.41%   70.48%   +0.06%     
+ Complexity      962      677     -285     
============================================
  Files           452      452              
  Lines         38826    38986     +160     
  Branches       5534     5554      +20     
============================================
+ Hits          27340    27478     +138     
- Misses         8803     8809       +6     
- Partials       2683     2699      +16     
Impacted Files Coverage Δ
...in/java/com/baidu/hugegraph/core/GraphManager.java 44.89% <25.00%> (-0.30%) ⬇️
...om/baidu/hugegraph/backend/store/BackendTable.java 84.52% <0.00%> (-2.24%) ⬇️
...egraph/backend/store/cassandra/CassandraStore.java 73.96% <0.00%> (-1.18%) ⬇️
...va/com/baidu/hugegraph/backend/cache/RamCache.java 72.22% <0.00%> (-0.56%) ⬇️
...va/com/baidu/hugegraph/util/collection/IntMap.java 72.40% <0.00%> (-0.40%) ⬇️
...du/hugegraph/schema/builder/IndexLabelBuilder.java 88.62% <0.00%> (-0.07%) ⬇️
...in/java/com/baidu/hugegraph/StandardHugeGraph.java 66.95% <0.00%> (-0.01%) ⬇️
...e/src/main/java/com/baidu/hugegraph/HugeGraph.java 65.30% <0.00%> (ø)
...gegraph/backend/cache/CachedSchemaTransaction.java 90.52% <0.00%> (+0.18%) ⬆️
.../hugegraph/backend/store/rocksdb/RocksDBStore.java 73.51% <0.00%> (+0.19%) ⬆️
... and 14 more

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 70cf9d0...63476a2. Read the comment docs.

@javeme javeme merged commit 2f11ea5 into apache:master Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] start hugeserver faile with RpcServer NPE
3 participants