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

catch any exception for mysql close when reset() #1661

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

lxb1111
Copy link
Contributor

@lxb1111 lxb1111 commented Nov 19, 2021

No description provided.

@CLAassistant
Copy link

CLAassistant commented Nov 19, 2021

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Nov 19, 2021

Codecov Report

Merging #1661 (2a0d97d) into master (6d7f5cc) will increase coverage by 2.19%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1661      +/-   ##
============================================
+ Coverage     64.76%   66.95%   +2.19%     
- Complexity     6913     7067     +154     
============================================
  Files           421      421              
  Lines         34670    34673       +3     
  Branches       4801     4802       +1     
============================================
+ Hits          22455    23217     +762     
+ Misses         9923     9110     -813     
- Partials       2292     2346      +54     
Impacted Files Coverage Δ
...u/hugegraph/backend/store/mysql/MysqlSessions.java 68.42% <0.00%> (+10.52%) ⬆️
...du/hugegraph/backend/tx/GraphIndexTransaction.java 84.05% <0.00%> (+0.05%) ⬆️
...c/main/java/com/baidu/hugegraph/task/HugeTask.java 72.30% <0.00%> (+0.30%) ⬆️
...egraph/backend/store/cassandra/CassandraStore.java 72.64% <0.00%> (+0.85%) ⬆️
...du/hugegraph/backend/store/BackendSessionPool.java 80.55% <0.00%> (+2.77%) ⬆️
...baidu/hugegraph/backend/store/mysql/MysqlUtil.java 96.61% <0.00%> (+3.38%) ⬆️
.../baidu/hugegraph/backend/store/BackendSession.java 80.95% <0.00%> (+4.76%) ⬆️
...aidu/hugegraph/backend/store/mysql/MysqlTable.java 81.59% <0.00%> (+5.76%) ⬆️
...idu/hugegraph/backend/store/mysql/MysqlTables.java 89.67% <0.00%> (+13.16%) ⬆️
... and 9 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 6d7f5cc...2a0d97d. Read the comment docs.

@javeme javeme merged commit c0653d1 into apache:master Nov 23, 2021
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.

None yet

4 participants