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

feature: add console transaction control #7024

Open
wants to merge 27 commits into
base: 2.x
Choose a base branch
from

Conversation

xjlgod
Copy link
Contributor

@xjlgod xjlgod commented Nov 22, 2024

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

feature: add console transaction control
the origin branch is summer-code_trxOPS

Ⅱ. Does this pull request fix one issue?

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

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

Copy link

codecov bot commented Dec 1, 2024

Codecov Report

Attention: Patch coverage is 37.76596% with 351 lines in your changes missing coverage. Please review.

Project coverage is 52.43%. Comparing base (dc08160) to head (74d1f67).

Files with missing lines Patch % Lines
...ata/server/console/impl/AbstractGlobalService.java 34.28% 45 Missing and 1 partial ⚠️
...ata/server/console/impl/AbstractBranchService.java 46.15% 21 Missing and 7 partials ⚠️
...console/impl/redis/GlobalLockRedisServiceImpl.java 0.00% 28 Missing ⚠️
...che/seata/server/console/impl/AbstractService.java 60.60% 22 Missing and 4 partials ⚠️
...protocol/transaction/BranchDeleteRequestCodec.java 59.61% 9 Missing and 12 partials ⚠️
...erver/console/impl/db/GlobalLockDBServiceImpl.java 0.00% 19 Missing ⚠️
...ain/java/org/apache/seata/rm/tcc/RMHandlerTCC.java 0.00% 17 Missing ⚠️
...core/protocol/transaction/BranchDeleteRequest.java 0.00% 16 Missing ⚠️
...src/main/java/org/apache/seata/rm/RMHandlerXA.java 0.00% 16 Missing ⚠️
...src/main/java/org/apache/seata/rm/RMHandlerAT.java 0.00% 15 Missing ⚠️
... and 23 more
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #7024      +/-   ##
============================================
- Coverage     52.58%   52.43%   -0.15%     
- Complexity     6681     6743      +62     
============================================
  Files          1131     1144      +13     
  Lines         40277    40830     +553     
  Branches       4723     4801      +78     
============================================
+ Hits          21179    21409     +230     
- Misses        17072    17368     +296     
- Partials       2026     2053      +27     
Files with missing lines Coverage Δ
...in/java/org/apache/seata/common/DefaultValues.java 0.00% <ø> (ø)
...in/java/org/apache/seata/common/result/Result.java 0.00% <ø> (ø)
...seata/core/exception/TransactionExceptionCode.java 100.00% <100.00%> (ø)
...java/org/apache/seata/core/model/BranchStatus.java 100.00% <100.00%> (ø)
...java/org/apache/seata/core/model/GlobalStatus.java 97.67% <100.00%> (-2.33%) ⬇️
...ache/seata/core/rpc/netty/NettyRemotingServer.java 87.75% <100.00%> (+0.25%) ⬆️
...he/seata/core/rpc/netty/RmNettyRemotingClient.java 53.28% <100.00%> (+0.69%) ⬆️
...lizer/protobuf/manager/ProtobufConvertManager.java 100.00% <100.00%> (ø)
...he/seata/serializer/seata/MessageCodecFactory.java 89.47% <100.00%> (+0.67%) ⬆️
...er/console/impl/db/BranchSessionDBServiceImpl.java 0.00% <ø> (ø)
... and 39 more

... and 8 files with indirect coverage changes

@xjlgod xjlgod changed the title [WIP] feature: add console transaction control feature: add console transaction control Dec 11, 2024
@jsbxyyx jsbxyyx added this to the 2.4.0 milestone Dec 31, 2024
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.

3 participants