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

optimize : optimize and standardize server log #1593

Merged
merged 22 commits into from
Sep 11, 2019

Conversation

l81893521
Copy link
Contributor

Ⅰ. Describe what this PR did

In some case could not know the transaction message clearly during transaction.

Ⅱ. Does this pull request fix one issue?

#1590

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@codecov-io
Copy link

codecov-io commented Sep 4, 2019

Codecov Report

Merging #1593 into develop will decrease coverage by 0.24%.
The diff coverage is 7.14%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #1593      +/-   ##
=============================================
- Coverage      47.48%   47.24%   -0.25%     
  Complexity      1764     1764              
=============================================
  Files            355      359       +4     
  Lines          12923    12997      +74     
  Branches        1610     1616       +6     
=============================================
+ Hits            6137     6140       +3     
- Misses          6121     6192      +71     
  Partials         665      665
Impacted Files Coverage Δ Complexity Δ
...seata/core/exception/TransactionExceptionCode.java 82.14% <ø> (ø) 2 <0> (ø) ⬇️
...m/datasource/undo/oracle/OracleUndoLogManager.java 3.14% <0%> (-0.03%) 2 <0> (ø)
...o/seata/core/exception/TmTransactionException.java 0% <0%> (ø) 0 <0> (?)
...o/seata/core/exception/RmTransactionException.java 0% <0%> (ø) 0 <0> (?)
...o/seata/server/coordinator/DefaultCoordinator.java 50.45% <0%> (ø) 26 <0> (ø) ⬇️
...java/io/seata/rm/datasource/DataSourceManager.java 27.41% <0%> (ø) 7 <0> (ø) ⬇️
...in/java/io/seata/server/session/GlobalSession.java 84.54% <0%> (ø) 67 <0> (ø) ⬇️
...ata/core/exception/BranchTransactionException.java 0% <0%> (ø) 0 <0> (?)
...in/java/io/seata/tm/DefaultTransactionManager.java 4.34% <0%> (ø) 1 <0> (ø) ⬇️
...ata/core/exception/GlobalTransactionException.java 0% <0%> (ø) 0 <0> (?)
... and 7 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 9c65bc3...62de9e9. Read the comment docs.

Copy link
Member

@jsbxyyx jsbxyyx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@slievrly slievrly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

zjinlei
zjinlei previously approved these changes Sep 11, 2019
Copy link
Contributor

@zjinlei zjinlei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

…_log

# Conflicts:
#	rm-datasource/src/main/java/io/seata/rm/datasource/undo/UndoLogManager.java
#	rm-datasource/src/main/java/io/seata/rm/datasource/undo/oracle/OracleUndoLogManager.java
Copy link
Contributor

@zjinlei zjinlei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zjinlei zjinlei merged commit 64759e7 into apache:develop Sep 11, 2019
@l81893521 l81893521 deleted the standardize_server_log branch September 17, 2019 11:24
@wangliang181230 wangliang181230 added this to the 0.8.1 milestone Aug 9, 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

7 participants