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

bugfix: statemachine def can't store to db and provide query the state logs #1810

Merged
merged 56 commits into from
Nov 1, 2019

Conversation

long187
Copy link
Contributor

@long187 long187 commented Oct 24, 2019

Ⅰ. Describe what this PR did

Fix statemachine definition cannot store to db.
Provide API StateLogRepository for the query of state logs such as StateMachineInstances and StateInstances.

Ⅱ. Does this pull request fix one issue?

#1808
#1809

lorne.cl and others added 30 commits September 3, 2019 16:17
@long187 long187 changed the title fix statemachine def cannot store to db, provide StateLogRepository for the query of state logs Saga: fix statemachine def cannot store to db, provide StateLogRepository for the query of state logs Oct 24, 2019
@codecov-io
Copy link

codecov-io commented Oct 24, 2019

Codecov Report

Merging #1810 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop    #1810   +/-   ##
==========================================
  Coverage      55.06%   55.06%           
+ Complexity      2355     2354    -1     
==========================================
  Files            421      421           
  Lines          14264    14264           
  Branches        1710     1710           
==========================================
  Hits            7855     7855           
+ Misses          5682     5680    -2     
- Partials         727      729    +2
Impacted Files Coverage Δ Complexity Δ
...in/java/io/seata/server/session/GlobalSession.java 84.54% <0%> (-0.49%) 67% <0%> (-1%)
...o/seata/server/coordinator/DefaultCoordinator.java 49.59% <0%> (-0.41%) 28% <0%> (ø)
...server/store/file/FileTransactionStoreManager.java 59.86% <0%> (+0.65%) 29% <0%> (ø) ⬇️

@slievrly
Copy link
Member

brief commit log

@long187 long187 changed the title Saga: fix statemachine def cannot store to db, provide StateLogRepository for the query of state logs Saga: fix statemachine def cannot store to db, provide StateLogRepository for the query of state logs, Fix StateInstance log cannot record output parameters Oct 25, 2019
@zjinlei
Copy link
Contributor

zjinlei commented Oct 27, 2019

please resolve conflicts

@long187 long187 changed the title Saga: fix statemachine def cannot store to db, provide StateLogRepository for the query of state logs, Fix StateInstance log cannot record output parameters Saga: fix statemachine def cannot store to db, provide StateLogRepository for the query of state logs Oct 29, 2019
@slievrly slievrly changed the title Saga: fix statemachine def cannot store to db, provide StateLogRepository for the query of state logs bugfix: statemachine def can't store to db and provide query the state logs Oct 31, 2019
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

Copy link
Contributor

@zhangthen zhangthen left a comment

Choose a reason for hiding this comment

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

+1

@zhangthen zhangthen merged commit c772c7d into apache:develop Nov 1, 2019
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

6 participants