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 NPE with reconnectIfNeeded() #874

Merged
merged 1 commit into from
Mar 3, 2020
Merged

fix NPE with reconnectIfNeeded() #874

merged 1 commit into from
Mar 3, 2020

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Feb 27, 2020

Change-Id: I1e5500ca1c859c2858510100f9f1d5693afdc907
fix: #872

Change-Id: I1e5500ca1c859c2858510100f9f1d5693afdc907
fix: #872
@codecov
Copy link

codecov bot commented Feb 27, 2020

Codecov Report

Merging #874 into master will increase coverage by 1.50%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #874      +/-   ##
============================================
+ Coverage     70.59%   72.10%   +1.50%     
- Complexity     4325     4450     +125     
============================================
  Files           286      287       +1     
  Lines         21084    21205     +121     
  Branches       2969     2994      +25     
============================================
+ Hits          14884    15289     +405     
+ Misses         4710     4411     -299     
- Partials       1490     1505      +15     
Impacted Files Coverage Δ Complexity Δ
...n/java/com/baidu/hugegraph/api/job/GremlinAPI.java 17.39% <0.00%> (-32.12%) 0.00% <0.00%> (ø%)
...c/main/java/com/baidu/hugegraph/HugeException.java 92.30% <0.00%> (-7.70%) 6.00% <0.00%> (+2.00%)
...aidu/hugegraph/backend/store/hbase/HbaseStore.java 69.68% <0.00%> (-3.69%) 36.00% <0.00%> (+3.00%)
...u/hugegraph/backend/store/hbase/HbaseSessions.java 63.25% <0.00%> (-2.44%) 22.00% <0.00%> (+1.00%)
...idu/hugegraph/job/schema/RebuildIndexCallable.java 84.72% <0.00%> (-2.24%) 21.00% <0.00%> (+1.00%)
.../baidu/hugegraph/license/LicenseVerifyManager.java 0.00% <0.00%> (ø) 0.00% <0.00%> (ø%) ⬆️
...aidu/hugegraph/backend/serializer/BytesBuffer.java 88.88% <0.00%> (ø) 169.00% <0.00%> (ø%) ⬆️
.../hugegraph/backend/store/BackendEntryIterator.java 61.01% <0.00%> (ø) 17.00% <0.00%> (ø%) ⬆️
...egraph/traversal/optimize/HugeScriptTraversal.java 78.04% <0.00%> (ø) 5.00% <0.00%> (ø%) ⬆️
.../main/java/com/baidu/hugegraph/job/GremlinJob.java 95.91% <0.00%> (ø) 8.00% <0.00%> (?%)
... and 28 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 145bf0c...207d623. Read the comment docs.

@zhoney zhoney merged commit f1f1d0e into master Mar 3, 2020
@zhoney zhoney deleted the mysql-reconnect-npe branch March 3, 2020 15:07
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.

访问server不稳定,有时候会出现error
3 participants